public class PCF extends AbstractComposite
Represents an HL7 PCF (Pre-certification required) data type. This type consists of the following components:
log| Constructor and Description |
|---|
PCF(Message message)
Creates a new PCF 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.
|
IS |
getPcf1_PreCertificationPatientType()
Returns pre-certification patient type (component 1).
|
ID |
getPcf2_PreCertificationRequired()
Returns pre-certification required (component 2).
|
TS |
getPcf3_PreCertificationWindow()
Returns pre-certification window (component 3).
|
IS |
getPreCertificationPatientType()
Returns pre-certification patient type (component 1).
|
ID |
getPreCertificationRequired()
Returns pre-certification required (component 2).
|
TS |
getPreCertificationWindow()
Returns pre-certification window (component 3).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 IS getPreCertificationPatientType()
public IS getPcf1_PreCertificationPatientType()
public ID getPreCertificationRequired()
public ID getPcf2_PreCertificationRequired()
public TS getPreCertificationWindow()
public TS getPcf3_PreCertificationWindow()
Copyright © 2001-2014 University Health Network. All Rights Reserved.