public class OCD extends AbstractComposite
Represents an HL7 OCD (occurence) data type. This type consists of the following components:
log| Constructor and Description |
|---|
OCD(Message message)
Creates a new OCD 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 |
getOccurrenceCode()
Returns occurrence code (component 1).
|
DT |
getOccurrenceDate()
Returns occurrence date (component 2).
|
IS |
getOcd1_OccurrenceCode()
Returns occurrence code (component 1).
|
DT |
getOcd2_OccurrenceDate()
Returns occurrence date (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 IS getOccurrenceCode()
public IS getOcd1_OccurrenceCode()
public DT getOccurrenceDate()
public DT getOcd2_OccurrenceDate()
Copyright © 2001-2013 University Health Network. All Rights Reserved.