Class CM_INTERNAL_LOCATION

java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.v22.datatype.CM_INTERNAL_LOCATION
All Implemented Interfaces:
Composite, Type, Visitable, Serializable

Represents an HL7 CM_INTERNAL_LOCATION (CM für Ortsangaben im Krankenhaus) data type. This type consists of the following components:

  • nurse unit (Station) (ID)
  • Room (ID)
  • Bed (ID)
  • Facility ID (ID)
  • Bed Status (ID)
  • Etage (ID)
  • Klinik (ID)
  • Zentrum (ID)
See Also:
  • Constructor Details

  • 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.
    • getNurseUnitStation

      Returns nurse unit (Station) (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location1_NurseUnitStation

      Returns nurse unit (Station) (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getRoom

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

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

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

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

      public ID getFacilityID()
      Returns Facility ID (component 4). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location4_FacilityID

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

      public ID getBedStatus()
      Returns Bed Status (component 5). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location5_BedStatus

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

      public ID getEtage()
      Returns Etage (component 6). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location6_Etage

      Returns Etage (component 6). This is a convenience method that saves you from casting and handling an exception.
    • getKlinik

      public ID getKlinik()
      Returns Klinik (component 7). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location7_Klinik

      Returns Klinik (component 7). This is a convenience method that saves you from casting and handling an exception.
    • getZentrum

      public ID getZentrum()
      Returns Zentrum (component 8). This is a convenience method that saves you from casting and handling an exception.
    • getCm_internal_location8_Zentrum

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