Package ca.uhn.hl7v2.model.v22.datatype
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 Summary
ConstructorsConstructorDescriptionCM_INTERNAL_LOCATION(Message message) Creates a new CM_INTERNAL_LOCATION type -
Method Summary
Modifier and TypeMethodDescriptiongetBed()Returns Bed (component 3).Returns Bed Status (component 5).Returns nurse unit (Station) (component 1).Returns Room (component 2).Returns Bed (component 3).Returns Facility ID (component 4).Returns Bed Status (component 5).Returns Etage (component 6).Returns Klinik (component 7).Returns Zentrum (component 8).getComponent(int number) Returns an individual data component.Type[]Returns an array containing the data elements.getEtage()Returns Etage (component 6).Returns Facility ID (component 4).Returns Klinik (component 7).Returns nurse unit (Station) (component 1).getRoom()Returns Room (component 2).Returns Zentrum (component 8).Methods inherited from class ca.uhn.hl7v2.model.AbstractComposite
accept, clear, getTyped, isEmpty, provideLocationMethods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, getName, parse, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
encode, getExtraComponents, getMessage, getName, parse
-
Constructor Details
-
CM_INTERNAL_LOCATION
Creates a new CM_INTERNAL_LOCATION type
-
-
Method Details
-
getComponents
Returns an array containing the data elements. -
getComponent
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
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
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
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
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
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
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
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.
-