|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7Element | +--org.vmdb.hl7.DRElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
Constructor Summary | |
DRElement()
Construct a Date/Time Range Element using the default name and type constants at the default level FIELD. |
|
DRElement(int iLevel)
Construct a Date/Time Range Element using the default name and type constants. |
Method Summary | |
TSElement |
getEndDateTime()
Get the end date/time as a TS Element object |
TSElement |
getStartDateTime()
Get the start date/time as a TS Element object |
void |
setEndDateTime(java.lang.String sDateTime)
Set the actual ISO formatted end datetime string. |
void |
setEndDateTime(java.lang.String sDateTime,
java.lang.String sPrecision)
Set end datetime string and precision. |
void |
setStartDateTime(java.lang.String sDateTime)
Set the actual ISO formatted start datetime string. |
void |
setStartDateTime(java.lang.String sDateTime,
java.lang.String sPrecision)
Set start datetime string and 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 DRElement(int iLevel)
iLevel
- One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public DRElement()
Method Detail |
public void setStartDateTime(java.lang.String sDateTime)
sDateTime
- String is ISO format start date/time.public void setStartDateTime(java.lang.String sDateTime, java.lang.String sPrecision)
sDateTime
- String is ISO format start date/time.sPrecision
- String with the precision of the start date/timepublic TSElement getStartDateTime()
public void setEndDateTime(java.lang.String sDateTime)
sDateTime
- String is ISO format end date/time.public void setEndDateTime(java.lang.String sDateTime, java.lang.String sPrecision)
sDateTime
- String is ISO format end date/time.sPrecision
- String with the precision of the end date/timepublic TSElement getEndDateTime()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |