|
|||||||||
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.PTElement
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 | |
PTElement()
Construct a Composite ID Element using the default name and type constants at the default level FIELD. |
|
PTElement(int iLevel)
Construct a Composite ID Element using the default name and type constants. |
Method Summary | |
java.lang.String |
getProcessingId()
|
java.lang.String |
getProcessingMode()
|
void |
setProcessingId(java.lang.String sId)
|
void |
setProcessingMode(java.lang.String sProcessingMode)
|
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 PTElement(int iLevel)
iLevel
- One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public PTElement()
Method Detail |
public void setProcessingId(java.lang.String sId)
public java.lang.String getProcessingId()
public void setProcessingMode(java.lang.String sProcessingMode)
public java.lang.String getProcessingMode()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |