public class TS extends AbstractComposite
Represents an HL7 TS (Time Stamp) data type. This type consists of the following components:
log| Constructor and Description |
|---|
TS(Message message)
Creates a new TS 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.
|
ID |
getDegreeOfPrecision()
Returns Degree of Precision (component 2).
|
DTM |
getTime()
Returns Time (component 1).
|
DTM |
getTs1_Time()
Returns Time (component 1).
|
ID |
getTs2_DegreeOfPrecision()
Returns Degree of Precision (component 2).
|
accept, clear, getTyped, isEmpty, provideLocationencode, 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 DTM getTime()
public DTM getTs1_Time()
public ID getDegreeOfPrecision()
public ID getTs2_DegreeOfPrecision()
Copyright © 2001–2017 University Health Network. All rights reserved.