| 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 |
|---|---|
NR |
RFR.getAgeRange()
Returns Age Range
|
NR |
RFR.getGestationalAgeRange()
Returns Gestational Age Range
|
NR |
CD.getMinimumMaximumDataValues()
Returns Minimum Maximum Data Values
|
NR |
DLT.getNormalRange()
Returns Normal Range
|
NR |
RFR.getNumericRange()
Returns Numeric Range
|
| Modifier and Type | Method and Description |
|---|---|
void |
RFR.setAgeRange(NR objAgeRange)
Sets the AgeRange.
|
void |
RFR.setGestationalAgeRange(NR objGestationalAgeRange)
Sets the GestationalAgeRange.
|
void |
CD.setMinimumMaximumDataValues(NR objMinMaxDataValues)
Sets the Minimum - Maximum Data Values.
|
void |
DLT.setNormalRange(NR objNormalRange)
Sets the NormalRange.
|
void |
RFR.setNumericRange(NR objNumericRange)
Sets the NumericRange.
|
| Modifier and Type | Method and Description |
|---|---|
NR |
DMI.getLowerAndUpperTrimPoints()
Retrieves the Lower and Upper Trim Points.
|
NR |
BUI.getTransportTemperature()
Retrieves the Transport Temperature.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<NR> |
OM1.getAgeRestriction()
Retrieves the Age Restriction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OM1.addAgeRestriction(NR objAgeRestriction)
Add the Age Restriction.
|
void |
OM2.addCriticalRangeforOrdinalandContinuousObservations(NR objNumericRange,
CWE objAdministrativeSex,
NR objAgeRange,
NR objGestationalAgeRange,
java.lang.String strSpecies,
java.lang.String strRacesubspecies,
java.lang.String strConditions)
Add the Critical Range for Ordinal and Continuous Observations.
|
void |
OM2.addDeltaCheckCriteria(NR objNormalRange,
java.lang.String strNumericThreshold,
java.lang.String strChangeComputation,
java.lang.String strDaysRetained)
Add the Delta Check Criteria.
|
void |
OM2.addReferenceNormalRangeOrdinalandContinuousObservations(NR objNumericRange,
CWE objAdministrativeSex,
NR objAgeRange,
NR objGestationalAgeRange,
java.lang.String strSpecies,
java.lang.String strRacesubspecies,
java.lang.String strConditions)
Add the Reference Normal Range Ordinal and Continuous Observations.
|
void |
OM2.setAbsoluteRangeforOrdinalandContinuousObservations(NR objNumericRange,
CWE objAdministrativeSex,
NR objAgeRange,
NR objGestationalAgeRange,
java.lang.String strSpecies,
java.lang.String strRacesubspecies,
java.lang.String strConditions)
Set the Absolute Range for Ordinal and Continuous Observations.
|
void |
DMI.setLowerAndUpperTrimPoints(NR objLowerAndUpperTrimPoints)
Set the Lower and Upper Trim Points.
|
void |
BUI.setTransportTemperature(NR objTransportTemperature)
Set the Transport Temperature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OM1.setAgeRestriction(ISingleCollection<NR> objAgeRestriction)
Set the Age Restriction.
|