Class CM_NDL

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_NDL extends AbstractComposite

Represents an HL7 CM_NDL (observing practitioner) data type. This type consists of the following components:

  • interpreter / technician (CN)
  • start date/time (TS)
  • end date/time (TS)
  • location (CM_INTERNAL_LOCATION)
See Also:
  • Constructor Details

    • CM_NDL

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

      Returns interpreter / technician (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_ndl1_InterpreterTechnician

      Returns interpreter / technician (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getStartDateTime

      public TS getStartDateTime()
      Returns start date/time (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_ndl2_StartDateTime

      Returns start date/time (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getEndDateTime

      public TS getEndDateTime()
      Returns end date/time (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCm_ndl3_EndDateTime

      Returns end date/time (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getLocation

      Returns location (component 4). This is a convenience method that saves you from casting and handling an exception.
    • getCm_ndl4_Location

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