All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class SI extends AbstractPrimitive

Represents an HL7 SI (SEQUENCE ID) data type. A SI contains a single String value.

See Also:
  • Constructor Details

    • SI

      public SI(Message message)
      Constructs an uninitialized SI.
      Parameters:
      message - the Message to which this Type belongs
  • Method Details