Class CM_LA1

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_LA1 extends AbstractComposite

Represents an HL7 CM_LA1 (Location with address information) data type. This type consists of the following components:

  • Dispense / Deliver to Location (CM_INTERNAL_LOCATION)
  • location (AD)
See Also:
  • Constructor Details

    • CM_LA1

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

      Returns Dispense / Deliver to Location (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_la11_DispenseDeliverToLocation

      Returns Dispense / Deliver to Location (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getLocation

      public AD getLocation()
      Returns location (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_la12_Location

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