|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7Element | +--org.vmdb.hl7.PLElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
The method names follow the convention established by other Element type classes. Names follow the HL7 documentation.
See the HL7 documentation for an explanation of each component.
Constructor Summary | |
PLElement()
Construct a Person Location Element using the default name and type constants at the default level FIELD. |
|
PLElement(int iLevel)
Construct a Person Location Element using the default name and type constants. |
Method Summary | |
java.lang.String |
getBed()
|
java.lang.String |
getBuilding()
|
HDElement |
getFacility()
|
java.lang.String |
getFloor()
|
java.lang.String |
getLocationDescription()
|
java.lang.String |
getLocationStatus()
|
java.lang.String |
getPersonLocationType()
|
java.lang.String |
getPointOfCare()
|
java.lang.String |
getRoom()
|
void |
setBed(java.lang.String sBed)
|
void |
setBuilding(java.lang.String sBuilding)
|
void |
setFacility(HDElement hdE)
|
void |
setFacility(java.lang.String sNamespaceId,
java.lang.String sUniversalId,
java.lang.String sIdType)
|
void |
setFloor(java.lang.String sFloor)
|
void |
setLocationDescription(java.lang.String sLocationDescription)
|
void |
setLocationStatus(java.lang.String sLocationStatus)
|
void |
setPersonLocationType(java.lang.String sPersonLocationType)
|
void |
setPointOfCare(java.lang.String sPointOfCare)
|
void |
setRoom(java.lang.String sRoom)
|
Methods inherited from class org.vmdb.hl7.HL7Element |
clear, empty, getComponent, getLevel, getType, getValue, initialize, iterator, makeElement, setComponent, setLevel, setType, setValue, size, toHL7String, toString, toXML |
Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PLElement(int iLevel)
iLevel
- One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public PLElement()
Method Detail |
public void setPointOfCare(java.lang.String sPointOfCare)
public java.lang.String getPointOfCare()
public void setRoom(java.lang.String sRoom)
public java.lang.String getRoom()
public void setBed(java.lang.String sBed)
public java.lang.String getBed()
public void setFacility(java.lang.String sNamespaceId, java.lang.String sUniversalId, java.lang.String sIdType)
public void setFacility(HDElement hdE)
public HDElement getFacility()
public void setLocationStatus(java.lang.String sLocationStatus)
public java.lang.String getLocationStatus()
public void setPersonLocationType(java.lang.String sPersonLocationType)
public java.lang.String getPersonLocationType()
public void setBuilding(java.lang.String sBuilding)
public java.lang.String getBuilding()
public void setFloor(java.lang.String sFloor)
public java.lang.String getFloor()
public void setLocationDescription(java.lang.String sLocationDescription)
public java.lang.String getLocationDescription()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |