All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class LA1 extends AbstractComposite

Represents an HL7 LA1 (Location with Address Variation 1) data type. This type consists of the following components:

  • Point of Care (IS)
  • Room (IS)
  • Bed (IS)
  • Facility (HD)
  • Location Status (IS)
  • Patient Location Type (IS)
  • Building (IS)
  • Floor (IS)
  • Address (AD)
See Also:
  • Constructor Details

    • LA1

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

      public IS getPointOfCare()
      Returns Point of Care (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getLa11_PointOfCare

      Returns Point of Care (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getRoom

      public IS getRoom()
      Returns Room (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getLa12_Room

      public IS getLa12_Room()
      Returns Room (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getBed

      public IS getBed()
      Returns Bed (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getLa13_Bed

      public IS getLa13_Bed()
      Returns Bed (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getFacility

      public HD getFacility()
      Returns Facility (component 4). This is a convenience method that saves you from casting and handling an exception.
    • getLa14_Facility

      public HD getLa14_Facility()
      Returns Facility (component 4). This is a convenience method that saves you from casting and handling an exception.
    • getLocationStatus

      Returns Location Status (component 5). This is a convenience method that saves you from casting and handling an exception.
    • getLa15_LocationStatus

      Returns Location Status (component 5). This is a convenience method that saves you from casting and handling an exception.
    • getPatientLocationType

      Returns Patient Location Type (component 6). This is a convenience method that saves you from casting and handling an exception.
    • getLa16_PatientLocationType

      Returns Patient Location Type (component 6). This is a convenience method that saves you from casting and handling an exception.
    • getBuilding

      public IS getBuilding()
      Returns Building (component 7). This is a convenience method that saves you from casting and handling an exception.
    • getLa17_Building

      public IS getLa17_Building()
      Returns Building (component 7). This is a convenience method that saves you from casting and handling an exception.
    • getFloor

      public IS getFloor()
      Returns Floor (component 8). This is a convenience method that saves you from casting and handling an exception.
    • getLa18_Floor

      public IS getLa18_Floor()
      Returns Floor (component 8). This is a convenience method that saves you from casting and handling an exception.
    • getAddress

      public AD getAddress()
      Returns Address (component 9). This is a convenience method that saves you from casting and handling an exception.
    • getLa19_Address

      public AD getLa19_Address()
      Returns Address (component 9). This is a convenience method that saves you from casting and handling an exception.