| 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.dicommodel.modules |
Defines DICOM specified composite and normalized Information object definitions and
data set.
|
| cdac.medinfo.sdk.dcm30_04.srtree |
This package provides helper classes for populating Structure Reporting IOD.
|
| Modifier and Type | Method and Description |
|---|---|
ImagePixelMacro |
IconImageSequenceItem.getImagePixelMacro()
Retrieves intance of ImagePixelMacro.
|
| Modifier and Type | Method and Description |
|---|---|
ImagePixelMacro |
ImagePixelModule.getImagePixelMacro()
Get the Instance of Image Pixel Macro.Attributes related to Image Pixel Macro will be set in Macro
using the setter methods provided in the Macro.Calling this method multiple times will return the same Marco
Instance that was created at first.
|
| Modifier and Type | Method and Description |
|---|---|
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
|