| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.dicomdir |
DICOMDIR is a unique and mandatory DICOM File within a File-set which contains the Media Storage Directory SOP Class.
|
| cdac.medinfo.sdk.dcm30_04.services.generalpurposecompressioninterchangeprofiles |
This package provides classes for implementation of Media Storage Application Profiles.
|
| cdac.medinfo.sdk.dcm30_04.services.mread |
This package provides classes for implementation of M Service.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
DICOMDIR.read()
This function parses the DICOMDIR file and returns Data Set.
|
void |
DICOMDIR.write(IDataSet objIDataSet)
This function writes the information in the DICOMDIR file as well serializes the data set.
|
void |
DICOMDIR.writeDICOMDIRFile(IDataSet objIDataSet)
This function writes the DataSet information in the DICOMDIR file.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
MediaStorageUncompresse_FSR.process(java.lang.String strStoragePath,
java.lang.String destDir)
This function Uncompress DicomDir File Set.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
MRead.process(java.lang.String strStoragePath)
This function performs the MRead operation and retrieve data from Dicomdir File-Set.
|