org.vmdb.hl7
Class PLElement

java.lang.Object
  |
  +--org.vmdb.hl7.HL7Object
        |
        +--org.vmdb.hl7.HL7Element
              |
              +--org.vmdb.hl7.PLElement

public class PLElement
extends HL7Element

Person Location (PL) Element.

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

PLElement

public PLElement(int iLevel)
Construct a Person Location Element using the default name and type constants.

Parameters:
iLevel - One of the constants for specifying level as FIELD, COMPONENT, or SUBCOMPONENT. Default FIELD.

PLElement

public PLElement()
Construct a Person Location Element using the default name and type constants at the default level FIELD.

Method Detail

setPointOfCare

public void setPointOfCare(java.lang.String sPointOfCare)

getPointOfCare

public java.lang.String getPointOfCare()

setRoom

public void setRoom(java.lang.String sRoom)

getRoom

public java.lang.String getRoom()

setBed

public void setBed(java.lang.String sBed)

getBed

public java.lang.String getBed()

setFacility

public void setFacility(java.lang.String sNamespaceId,
                        java.lang.String sUniversalId,
                        java.lang.String sIdType)

setFacility

public void setFacility(HDElement hdE)

getFacility

public HDElement getFacility()

setLocationStatus

public void setLocationStatus(java.lang.String sLocationStatus)

getLocationStatus

public java.lang.String getLocationStatus()

setPersonLocationType

public void setPersonLocationType(java.lang.String sPersonLocationType)

getPersonLocationType

public java.lang.String getPersonLocationType()

setBuilding

public void setBuilding(java.lang.String sBuilding)

getBuilding

public java.lang.String getBuilding()

setFloor

public void setFloor(java.lang.String sFloor)

getFloor

public java.lang.String getFloor()

setLocationDescription

public void setLocationDescription(java.lang.String sLocationDescription)

getLocationDescription

public java.lang.String getLocationDescription()

SourceForge.net Logo