public class DR extends AbstractComposite
Represents an HL7 DR (Date/Time Range) data type. This type consists of the following components:
log| Constructor and Description |
|---|
DR(Message message)
Creates a new DR 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.
|
TS |
getDr1_RangeStartDateTime()
Returns Range Start Date/Time (component 1).
|
TS |
getDr2_RangeEndDateTime()
Returns Range End Date/Time (component 2).
|
TS |
getRangeEndDateTime()
Returns Range End Date/Time (component 2).
|
TS |
getRangeStartDateTime()
Returns Range Start Date/Time (component 1).
|
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 TS getRangeStartDateTime()
public TS getDr1_RangeStartDateTime()
public TS getRangeEndDateTime()
public TS getDr2_RangeEndDateTime()
Copyright © 2001-2014 University Health Network. All Rights Reserved.