public class PT extends AbstractComposite
Represents an HL7 PT (processing type) data type. This type consists of the following components:
log| Constructor and Description |
|---|
PT(Message message)
Creates a new PT type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getProcessingID()
Returns processing ID (component 1).
|
ID |
getProcessingMode()
Returns processing mode (component 2).
|
ID |
getPt1_ProcessingID()
Returns processing ID (component 1).
|
ID |
getPt2_ProcessingMode()
Returns processing mode (component 2).
|
clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public ID getProcessingID()
public ID getPt1_ProcessingID()
public ID getProcessingMode()
public ID getPt2_ProcessingMode()
Copyright © 2001-2013 University Health Network. All Rights Reserved.