| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.enums |
Provides Enumeration classes for Defined terms and values of DICOM.
|
| cdac.medinfo.sdk.dcm30_04.srtree |
This package provides helper classes for populating Structure Reporting IOD.
|
| cdac.medinfo.sdk.dcm30_04.templates.ecgreporttemplates |
This package provides ECG Report Templates.
|
| cdac.medinfo.sdk.dcm30_04.templates.hemodynamicsreporttemplates |
This package provides Hemodynamics Report Templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveformAnnotationSequenceItem.setTemporalRangeType(EnumTemporalRangeType enumTemporalRangeType)
Sets Temparal Range Type
|
void |
TemporalCoordinatesMacro.setTemporalRangeType(EnumTemporalRangeType enumTemporalRangeType)
This Attribute defines the type of temporal extent of the region of interest
|
| Modifier and Type | Method and Description |
|---|---|
static EnumTemporalRangeType |
EnumTemporalRangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumTemporalRangeType[] |
EnumTemporalRangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SRNode |
SRNode.addTCOORDNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String[] arrStrReferencedDatetime,
int[] lArrReferencedSamplePositions,
java.lang.String[] arrStrReferencedTimeOffsets,
EnumTemporalRangeType enumTemporalRangeType,
EnumRelationshipType enumRelationshipType)
Adds the node of value type TCOORD
|
ContentSequenceItem |
SRTree.createTCOORDNode(int[] arrPosition,
java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String[] arrStrReferencedDatetime,
int[] lArrReferencedSamplePositions,
java.lang.String[] arrStrReferencedTimeOffsets,
EnumTemporalRangeType enumTemporalRangeType)
Creates the node of value type TCOORD
|
| Modifier and Type | Method and Description |
|---|---|
void |
ECGMeasurementSource_TID3715.setSourceOfMeasurement(int[] arrPosition,
java.lang.String[] arrStrReferencedDatetime,
int[] lArrReferencedSamplePositions,
java.lang.String[] arrStrReferencedTimeOffsets,
EnumTemporalRangeType enumTemporalRangeType)
Sets Source of measurement
|
| Modifier and Type | Method and Description |
|---|---|
void |
HemodynamicAcquisitionContext_TID3530.setSourceOfMeasurement(int[] arrPosition,
java.lang.String[] arrStrReferencedDatetime,
int[] lArrReferencedSamplePositions,
java.lang.String[] arrStrReferencedTimeOffsets,
EnumTemporalRangeType enumTemporalRangeType)
Sets Source of measurement
|