public class ICD extends AbstractComposite
Represents an HL7 ICD (Insurance Certification Definition) data type. This type consists of the following components:
log| Constructor and Description |
|---|
ICD(Message message)
Creates a new ICD type
|
| Modifier and Type | Method and Description |
|---|---|
IS |
getCertificationPatientType()
Returns Certification Patient Type (component 1).
|
ID |
getCertificationRequired()
Returns Certification Required (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
TS |
getDateTimeCertificationRequired()
Returns Date/Time Certification Required (component 3).
|
IS |
getIcd1_CertificationPatientType()
Returns Certification Patient Type (component 1).
|
ID |
getIcd2_CertificationRequired()
Returns Certification Required (component 2).
|
TS |
getIcd3_DateTimeCertificationRequired()
Returns Date/Time Certification Required (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 getCertificationPatientType()
public IS getIcd1_CertificationPatientType()
public ID getCertificationRequired()
public ID getIcd2_CertificationRequired()
public TS getDateTimeCertificationRequired()
public TS getIcd3_DateTimeCertificationRequired()
Copyright © 2001-2014 University Health Network. All Rights Reserved.