|
||||||||||
| 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.LA2
public class LA2
Represents an HL7 LA2 (Location with address information (variant 2)) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
LA2(Message message)
Creates a new LA2 type |
|
| Method Summary | |
|---|---|
ID |
getAddressType()
Returns address type (component #15). |
IS |
getBed()
Returns bed (component #3). |
IS |
getBuilding()
Returns building (component #7). |
ST |
getCity()
Returns city (component #11). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
ID |
getCountry()
Returns country (component #14). |
HD |
getFacility()
Returns facility (HD) (component #4). |
IS |
getFloor()
Returns floor (component #8). |
IS |
getLa21_PointOfCare()
Returns point of care (IS) (component #1). |
ST |
getLa210_OtherDesignation()
Returns other designation (component #10). |
ST |
getLa211_City()
Returns city (component #11). |
ST |
getLa212_StateOrProvince()
Returns state or province (component #12). |
ST |
getLa213_ZipOrPostalCode()
Returns zip or postal code (component #13). |
ID |
getLa214_Country()
Returns country (component #14). |
ID |
getLa215_AddressType()
Returns address type (component #15). |
ST |
getLa216_OtherGeographicDesignation()
Returns other geographic designation (component #16). |
IS |
getLa22_Room()
Returns room (component #2). |
IS |
getLa23_Bed()
Returns bed (component #3). |
HD |
getLa24_Facility()
Returns facility (HD) (component #4). |
IS |
getLa25_LocationStatus()
Returns location status (component #5). |
IS |
getLa26_PersonLocationType()
Returns person location type (component #6). |
IS |
getLa27_Building()
Returns building (component #7). |
IS |
getLa28_Floor()
Returns floor (component #8). |
ST |
getLa29_StreetAddress()
Returns street address (ST) (component #9). |
IS |
getLocationStatus()
Returns location status (component #5). |
ST |
getOtherDesignation()
Returns other designation (component #10). |
ST |
getOtherGeographicDesignation()
Returns other geographic designation (component #16). |
IS |
getPersonLocationType()
Returns person location type (component #6). |
IS |
getPointOfCare()
Returns point of care (IS) (component #1). |
IS |
getRoom()
Returns room (component #2). |
ST |
getStateOrProvince()
Returns state or province (component #12). |
ST |
getStreetAddress()
Returns street address (ST) (component #9). |
ST |
getZipOrPostalCode()
Returns zip or postal code (component #13). |
| 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 LA2(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 getLa21_PointOfCare()
public IS getRoom()
public IS getLa22_Room()
public IS getBed()
public IS getLa23_Bed()
public HD getFacility()
public HD getLa24_Facility()
public IS getLocationStatus()
public IS getLa25_LocationStatus()
public IS getPersonLocationType()
public IS getLa26_PersonLocationType()
public IS getBuilding()
public IS getLa27_Building()
public IS getFloor()
public IS getLa28_Floor()
public ST getStreetAddress()
public ST getLa29_StreetAddress()
public ST getOtherDesignation()
public ST getLa210_OtherDesignation()
public ST getCity()
public ST getLa211_City()
public ST getStateOrProvince()
public ST getLa212_StateOrProvince()
public ST getZipOrPostalCode()
public ST getLa213_ZipOrPostalCode()
public ID getCountry()
public ID getLa214_Country()
public ID getAddressType()
public ID getLa215_AddressType()
public ST getOtherGeographicDesignation()
public ST getLa216_OtherGeographicDesignation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||