Class CM_GROUP_ID

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_GROUP_ID extends AbstractComposite

Represents an HL7 CM_GROUP_ID (Auftragsgruppennummer) data type. This type consists of the following components:

  • unique group id (ID)
  • placer application id (ID)
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.
    • getUniqueGroupId

      public ID getUniqueGroupId()
      Returns unique group id (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_group_id1_UniqueGroupId

      Returns unique group id (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getPlacerApplicationId

      Returns placer application id (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_group_id2_PlacerApplicationId

      Returns placer application id (component 2). This is a convenience method that saves you from casting and handling an exception.