| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs |
Provides classes of Primitive and Composite Datatypes.
|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
TM |
VH.getEndHourRange()
Returns End Hour Range
|
TM |
VH.getStartHourRange()
Returns Start Hour Range
|
| Modifier and Type | Method and Description |
|---|---|
void |
VH.setEndHourRange(TM objTM)
Sets the EndHourRange.
|
void |
VH.setStartHourRange(TM objTM)
Sets the StartHourRange.
|
| Modifier and Type | Method and Description |
|---|---|
TM |
SCD.getCycleCompleteTime()
Retrieves the Cycle Complete Time.
|
TM |
SCD.getCycleStartTime()
Retrieves the Cycle Start Time.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<TM> |
TQ1.getExplicitTime()
Retrieves the Explicit Time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TQ1.addExplicitTime(TM objexplicitTime)
Add the Explicit Time.
|
void |
SCD.setCycleCompleteTime(TM objCycleCompleteTime)
Sets the Cycle Complete Time.
|
void |
SCD.setCycleStartTime(TM objCycleStartTime)
Sets the Cycle Start Time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TQ1.setExplicitTime(ISingleCollection<TM> objExplicitTime)
Set the Explicit Time.
|