Class CM_EIP

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_EIP extends AbstractComposite

Represents an HL7 CM_EIP (parent order) data type. This type consists of the following components:

  • parent´s placer order number (ST)
  • parent´s filler order number (ST)
See Also:
  • Constructor Details

    • CM_EIP

      public CM_EIP(Message message)
      Creates a new CM_EIP type
  • 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.
    • getParentSPlacerOrderNumber

      Returns parent´s placer order number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_eip1_ParentSPlacerOrderNumber

      Returns parent´s placer order number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getParentSFillerOrderNumber

      Returns parent´s filler order number (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_eip2_ParentSFillerOrderNumber

      Returns parent´s filler order number (component 2). This is a convenience method that saves you from casting and handling an exception.