Class CM_DLD

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_DLD extends AbstractComposite

Represents an HL7 CM_DLD (discharge location) data type. This type consists of the following components:

  • discharge location (ID)
  • effective date (TS)
See Also:
  • Constructor Details

    • CM_DLD

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

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

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

      public TS getEffectiveDate()
      Returns effective date (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_dld2_EffectiveDate

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