|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.LA1
public class LA1
Represents an HL7 LA1 (Location with address information (variant 1)) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
LA1(Message message)
Creates a new LA1 type |
|
| Method Summary | |
|---|---|
AD |
getAddress()
Returns address (component #9). |
IS |
getBed()
Returns bed (component #3). |
IS |
getBuilding()
Returns building (component #7). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
HD |
getFacility()
Returns facility (HD) (component #4). |
IS |
getFloor()
Returns floor (component #8). |
IS |
getLa11_PointOfCare()
Returns point of care (IS) (component #1). |
IS |
getLa12_Room()
Returns room (component #2). |
IS |
getLa13_Bed()
Returns bed (component #3). |
HD |
getLa14_Facility()
Returns facility (HD) (component #4). |
IS |
getLa15_LocationStatus()
Returns location status (component #5). |
IS |
getLa16_PersonLocationType()
Returns person location type (component #6). |
IS |
getLa17_Building()
Returns building (component #7). |
IS |
getLa18_Floor()
Returns floor (component #8). |
AD |
getLa19_Address()
Returns address (component #9). |
IS |
getLocationStatus()
Returns location status (component #5). |
IS |
getPersonLocationType()
Returns person location type (component #6). |
IS |
getPointOfCare()
Returns point of care (IS) (component #1). |
IS |
getRoom()
Returns room (component #2). |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public LA1(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - The component number (0-indexed)
DataTypeException - if the given element number is out of range.public IS getPointOfCare()
public IS getLa11_PointOfCare()
public IS getRoom()
public IS getLa12_Room()
public IS getBed()
public IS getLa13_Bed()
public HD getFacility()
public HD getLa14_Facility()
public IS getLocationStatus()
public IS getLa15_LocationStatus()
public IS getPersonLocationType()
public IS getLa16_PersonLocationType()
public IS getBuilding()
public IS getLa17_Building()
public IS getFloor()
public IS getLa18_Floor()
public AD getAddress()
public AD getLa19_Address()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||