Class CM_POSITION

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_POSITION extends AbstractComposite

Represents an HL7 CM_POSITION (Sitzplatz bzw. Saal / Tisch / Stuhl) data type. This type consists of the following components:

  • Saal (ST)
  • Tisch (ST)
  • Stuhl (ST)
See Also:
  • Constructor Details

  • Method Details

    • getComponents

      public Type[] getComponents()
      Returns an array containing the data elements.
    • getComponent

      public Type getComponent(int number) throws DataTypeException
      Returns an individual data component.
      Parameters:
      number - The component number (0-indexed)
      Throws:
      DataTypeException - if the given element number is out of range.
    • getSaal

      public ST getSaal()
      Returns Saal (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_position1_Saal

      Returns Saal (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getTisch

      public ST getTisch()
      Returns Tisch (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_position2_Tisch

      Returns Tisch (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getStuhl

      public ST getStuhl()
      Returns Stuhl (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCm_position3_Stuhl

      Returns Stuhl (component 3). This is a convenience method that saves you from casting and handling an exception.