| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSequenceItem.setRelationshipType(EnumRelationshipType enumRelationshipType)
Sets type of relationship between the (enclosing) Source Content Item and the Target Content Item.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumRelationshipType |
EnumRelationshipType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRelationshipType[] |
EnumRelationshipType.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.addCodeNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strCodeValueForCode,
java.lang.String strCodeSchemeDesignatorForCode,
java.lang.String strCodingSchemeVersionForCode,
java.lang.String strCodeMeaningForCode,
EnumRelationshipType enumRelationshipType)
Adds the node of type CODE
|
SRNode |
SRNode.addCompositeNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strReferencedSOPClassUID,
java.lang.String strReferencedSOPInstanceUID,
EnumRelationshipType enumRelationshipType)
Adds the node of value type COMPOSITE
|
SRNode |
SRNode.addContainerNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
EnumContinuityOfContent enumContinuityOfContent,
EnumRelationshipType enumRelationshipType)
Adds the node of type CONTAINER
|
SRNode |
SRNode.addDateNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Creates a node of type DATE
|
SRNode |
SRNode.addDateTimeNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Creates a node of type DATETIME
|
ImagePixelMacro |
SRNode.addImageNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID,
EnumRelationshipType enumRelationshipType)
Adds the node of value type IMAGE
|
SRNode |
SRNode.addNumNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String[] arrNumericValue,
java.lang.String strCodeValueForUnitSQ,
java.lang.String strCodeSchemeDesignatorForUnitSQ,
java.lang.String strCodingSchemeVersionForUnitSQ,
java.lang.String strCodeMeaningForUnitSQ,
java.lang.String strCMForNumValQuaCodeSQ,
java.lang.String strCVForNumValQuaCodeSQ,
java.lang.String strCSDForNumValQuaCodeSQ,
java.lang.String strCSVForNumValQuaCodeSQ,
EnumRelationshipType enumRelationshipType)
Adds the node of type NUM
|
SRNode |
SRNode.addPnameNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Adds the node of type PNAME.
|
SRNode |
SRNode.addSCOORDNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType,
EnumRelationshipType enumRelationshipType)
Adds the node of value type SCOORD.
|
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
|
SRNode |
SRNode.addTextNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Creates a node of type TEXT,
|
SRNode |
SRNode.addTimeNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Creates a node of type TIME
|
SRNode |
SRNode.addUIDREFNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strValue,
EnumRelationshipType enumRelationshipType)
Creates a node of type UIDREF
|
SRNode |
SRNode.addWaveformNode(java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID,
short[] arrShReferencedWaveformChannels,
EnumRelationshipType enumRelationshipType)
Adds the node of value Type WAVEFORM
|
SRNode |
SRDocument.createRoot(SRDocumentContentModule objDocumentContentModule,
EnumRelationshipType enumRelationshipType,
java.lang.String strCodeMeaning,
java.lang.String strCodeValue,
java.lang.String strCodeSchemeDesignator,
EnumContinuityOfContent enumContinuityOfContent)
Creates the root node for SR Document tree with passed information filled in respective attributes
and with ReferencedContentItemIdentifier as 1.
|