| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.templates.cid |
This package provides all CIDs required in Templates.
|
| cdac.medinfo.sdk.dcm30_04.templates.enums.cm |
This package provides enums for code meaning.
|
| cdac.medinfo.sdk.dcm30_04.templates.hemodynamicsreporttemplates |
This package provides Hemodynamics Report Templates.
|
| cdac.medinfo.sdk.dcm30_04.templates.stresstestingreporttemplates |
This package provides Stress Testing Report Templates .
|
| Modifier and Type | Method and Description |
|---|---|
void |
PressureUnits_CID3500.setPressureUnits(EnumCM_PressureUnits enumPressureUnits)
Sets the value for PressureUnits
|
| Modifier and Type | Method and Description |
|---|---|
static EnumCM_PressureUnits |
EnumCM_PressureUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PressureUnits[] |
EnumCM_PressureUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardiovascularPatientCharacteristics_TID3602.setDiastolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets value for Diastolic Blood Pressure.
|
void |
CardiovascularPatientCharacteristics_TID3602.setSystolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets value for Systolic Blood Pressure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysiologicalSummary_TID3312.setDiastolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets the value for Diastolic Blood Pressure.
|
void |
StressTestMeasurementGroup_TID3304.setDiastolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_PressureUnits enumPressureUnits)
Sets the value for Diastolic Blood Pressure.
|
void |
PhysiologicalSummary_TID3312.setMaximumDiastolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets the value for Maximum Diastolic blood pressure.
|
void |
PhysiologicalSummary_TID3312.setMaximumSystolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets the value for Maximum systolic blood pressure.
|
void |
PhysiologicalSummary_TID3312.setSystolicBloodPressure(int[] arrPosition,
EnumCM_PressureUnits enumPressureUnits,
java.lang.String[] arrNumericValue)
Sets the value for Systolic Blood Pressure.
|
void |
StressTestMeasurementGroup_TID3304.setSystolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_PressureUnits enumPressureUnits)
Sets the value for Systolic Blood Pressure.
|