|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.TQ
public class TQ
Represents an HL7 TQ (timing quantity) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
TQ(Message message)
Creates a new TQ type |
|
| Method Summary | |
|---|---|
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
ST |
getCondition()
Returns condition (component #7). |
ID |
getConjunctionComponent()
Returns conjunction component (component #9). |
ST |
getDuration()
Returns duration (component #3). |
TS |
getEndDateTime()
Returns end date/time (component #5). |
RI |
getInterval()
Returns interval (component #2). |
CE |
getOccurrenceDuration()
Returns occurrence duration (component #11). |
OSD |
getOrderSequencing()
Returns order sequencing (component #10). |
ST |
getPriority()
Returns priority (component #6). |
CQ |
getQuantity()
Returns quantity (component #1). |
TS |
getStartDateTime()
Returns start date/time (component #4). |
TX |
getText()
Returns text (TX) (component #8). |
NM |
getTotalOccurences()
Returns total occurences (component #12). |
CQ |
getTq1_Quantity()
Returns quantity (component #1). |
OSD |
getTq10_OrderSequencing()
Returns order sequencing (component #10). |
CE |
getTq11_OccurrenceDuration()
Returns occurrence duration (component #11). |
NM |
getTq12_TotalOccurences()
Returns total occurences (component #12). |
RI |
getTq2_Interval()
Returns interval (component #2). |
ST |
getTq3_Duration()
Returns duration (component #3). |
TS |
getTq4_StartDateTime()
Returns start date/time (component #4). |
TS |
getTq5_EndDateTime()
Returns end date/time (component #5). |
ST |
getTq6_Priority()
Returns priority (component #6). |
ST |
getTq7_Condition()
Returns condition (component #7). |
TX |
getTq8_Text()
Returns text (TX) (component #8). |
ID |
getTq9_ConjunctionComponent()
Returns conjunction component (component #9). |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public TQ(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - The component number (0-indexed)
DataTypeException - if the given element number is out of range.public CQ getQuantity()
public CQ getTq1_Quantity()
public RI getInterval()
public RI getTq2_Interval()
public ST getDuration()
public ST getTq3_Duration()
public TS getStartDateTime()
public TS getTq4_StartDateTime()
public TS getEndDateTime()
public TS getTq5_EndDateTime()
public ST getPriority()
public ST getTq6_Priority()
public ST getCondition()
public ST getTq7_Condition()
public TX getText()
public TX getTq8_Text()
public ID getConjunctionComponent()
public ID getTq9_ConjunctionComponent()
public OSD getOrderSequencing()
public OSD getTq10_OrderSequencing()
public CE getOccurrenceDuration()
public CE getTq11_OccurrenceDuration()
public NM getTotalOccurences()
public NM getTq12_TotalOccurences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||