|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.vmdb.hl7.HL7Object
|
+--org.vmdb.hl7.HL7Element
|
+--org.vmdb.hl7.TSElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
| Constructor Summary | |
TSElement()
Construct a Date/Time Element using the default name and type constants at the default level FIELD. |
|
TSElement(int iLevel)
Construct a Date/Time Element using the default name and type constants. |
|
| Method Summary | |
java.lang.String |
getDateTime()
Get the actual ISO formatted datetime string. |
java.lang.String |
getPrecision()
Get precision. |
void |
setDateTime(java.lang.String sDateTime)
Set the actual ISO formatted datetime string. |
void |
setPrecision(java.lang.String sPrecision)
Set precision. |
| Methods inherited from class org.vmdb.hl7.HL7Element |
clear, empty, getComponent, getLevel, getType, getValue, initialize, iterator, makeElement, setComponent, setLevel, setType, setValue, size, toHL7String, toString, toXML |
| Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TSElement(int iLevel)
iLevel - One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public TSElement()
| Method Detail |
public void setDateTime(java.lang.String sDateTime)
sDateTime - String is ISO format.public java.lang.String getDateTime()
public void setPrecision(java.lang.String sPrecision)
sPrecision - String with the precision of the date/timepublic java.lang.String getPrecision()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||