public class CTIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CT_IOD
The Constant CT_IOD.
|
| Constructor and Description |
|---|
CTIOD()
Instantiates a new cTIOD.
|
CTIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
CTIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
CTIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
CTIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
CTIOD(java.lang.String strFileName)
Creates CTIOD IOD from a DICOM file containing CTIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
ContrastBolusModule |
getContrastBolusModule()
Retrieves pre-initialized instance of Contrast Bolus Module.
|
CTImageModule |
getCTImageModule()
Retrieves pre-initialized instance of CT Image Module.
|
DeviceModule |
getDeviceModule()
Retrieves pre-initialized instance of Device Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
ImagePlaneModule |
getImagePlaneModule()
Retrieves pre-initialized instance of Image Plane Module.
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of Overlay Plane Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SpecimenModule |
getSpecimenModule()
Retrieves pre-initialized instance of Specimen Module.
|
VOILUTModule |
getVOILUTModule()
Retrieves pre-initialized instance of VOI LUT Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates CT IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialSeriesModule, getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String CT_IOD
public CTIOD()
public CTIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public CTIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public CTIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public CTIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public CTIOD(java.lang.String strFileName)
throws java.io.IOException,
InvalidIODException
strFileName - DICOM File with absolute path.java.io.IOException - Exception caused due to wrong I/O operations.ParseException - signals if some parse exceptions are occurred.InvalidIODException - signals if some IOD exceptions are occurred.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public DeviceModule getDeviceModule()
DeviceModule.public SpecimenModule getSpecimenModule()
SpecimenModule.public ContrastBolusModule getContrastBolusModule()
ContrastBolusModule.public CTImageModule getCTImageModule()
CTImageModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public ImagePlaneModule getImagePlaneModule()
ImagePlaneModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public VOILUTModule getVOILUTModule()
VOILUTModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when IOD is invalidpublic void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class ImageIODobjIDicomStream - - the Stream on which the Data is to be written.java.io.IOException - - Exception is thrown indicating runtime failure of writing operation.public boolean isModulePresent(java.lang.String strModuleName)
isModulePresent in class ImageIODstrModuleName - String value of module name