public class CM_DTN extends AbstractComposite
Represents an HL7 CM_DTN (Day Type and Number) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_DTN(Message message)
Creates a new CM_DTN type
|
| Modifier and Type | Method and Description |
|---|---|
IS |
getCm_dtn1_DayType()
Returns day type (component 1).
|
NM |
getCm_dtn2_NumberOfDays()
Returns number of days (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
IS |
getDayType()
Returns day type (component 1).
|
NM |
getNumberOfDays()
Returns number of days (component 2).
|
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 getDayType()
public IS getCm_dtn1_DayType()
public NM getNumberOfDays()
public NM getCm_dtn2_NumberOfDays()
Copyright © 2001-2014 University Health Network. All Rights Reserved.