org.vmdb.hl7
Class PTElement

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

public class PTElement
extends HL7Element

Processing Type (PT) 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
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

PTElement

public PTElement(int iLevel)
Construct a Composite ID Element using the default name and type constants.

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

PTElement

public PTElement()
Construct a Composite ID Element using the default name and type constants at the default level FIELD.

Method Detail

setProcessingId

public void setProcessingId(java.lang.String sId)

getProcessingId

public java.lang.String getProcessingId()

setProcessingMode

public void setProcessingMode(java.lang.String sProcessingMode)

getProcessingMode

public java.lang.String getProcessingMode()

SourceForge.net Logo