Class CM_PLACER

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_PLACER extends AbstractComposite

Represents an HL7 CM_PLACER (Auftragsnummer des Auftraggebers / der auftraggebenden Stelle) data type. This type consists of the following components:

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

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

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

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

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