Class CM_PLN

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_PLN extends AbstractComposite

Represents an HL7 CM_PLN (Practitioner ID Numbers) data type. This type consists of the following components:

  • ID number (ST)
  • type of ID number (ID) (ID)
  • state/other qualifiying info (ST)
See Also:
  • Constructor Details

    • CM_PLN

      public CM_PLN(Message message)
      Creates a new CM_PLN 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.
    • getIDNumber

      public ST getIDNumber()
      Returns ID number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pln1_IDNumber

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

      Returns type of ID number (ID) (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pln2_TypeOfIDNumber

      Returns type of ID number (ID) (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getStateOtherQualifiyingInfo

      Returns state/other qualifiying info (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pln3_StateOtherQualifiyingInfo

      Returns state/other qualifiying info (component 3). This is a convenience method that saves you from casting and handling an exception.