public class XAImageIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XA_IMAGE_IOD
The Constant XAImageIOD.
|
| Constructor and Description |
|---|
XAImageIOD()
Instantiates a new digital intra oral x ray image iod.
|
XAImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
XAImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
XAImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
XAImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
XAImageIOD(java.lang.String strFileName)
Creates XAImageIOD IOD from a DICOM file containing DigitalIntraOralXRay DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
CineModule |
getCineModule()
Retrieves pre-initialized instance of Cine Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of Contrast Bolus Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
ContrastBolusModule |
getContrastBolusModule()
Retrieves pre-initialized instance of Contrast Bolus Module.
|
DeviceModule |
getDeviceModule()
Retrieves pre-initialized instance of Device Module.
|
DisplayShutterModule |
getDisplayShutterModule()
Retrieves pre-initialized instance of Display Shutter Module.
|
DXDetectorModule |
getDXDetectorModule()
Retrieves pre-initialized instance of DX Detector Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module.
|
FramePointersModule |
getFramePointersModule()
Retrieves pre-initialized instance of Frame Pointers Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
InterventionModule |
getInterventionModule()
Retrieves pre-initialized instance of Intervention Module.
|
MaskModule |
getMaskModule()
Retrieves pre-initialized instance of MaskModule.
|
ModalityLUTModule |
getModalityLUTModule()
Retrieves pre-initialized instance of Modality LUT Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module.
|
MultiFrameOverlayModule |
getMultiFrameOverlayModule()
Retrieves pre-initialized instance of Multi Frame Overlay 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.
|
SynchronizationModule |
getSynchronizationModule()
Retrieves pre-initialized instance of Synchronization Module.
|
VOILUTModule |
getVOILUTModule()
Retrieves pre-initialized instance of VOI LUT Module.
|
XAPositionerModule |
getXAPositionerModule()
Retrieves pre-initialized instance of XA Positioner Module.
|
XRayAcquisitionModule |
getXRayAcquisitionModule()
Retrieves pre-initialized instance of XRay Acquisition Module.
|
XRayCollimatorModule |
getXRayCollimatorModule()
Retrieves pre-initialized instance of XRay Collimator Module.
|
XRayImageModule |
getXRayImageModule()
Retrieves pre-initialized instance of XRay Image Module.
|
XRayTableModule |
getXRayTableModule()
Retrieves pre-initialized instance of XRay Table Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Digital XRay IOD according to the Module Table given in The DICOM Standard.
|
getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String XA_IMAGE_IOD
public XAImageIOD()
public XAImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public XAImageIOD(IDictionaryReader objIDictionaryReader_)
XAImageIOD - - specifies the DICOM Dictionary reader to be used .public XAImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public XAImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public XAImageIOD(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 ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
getClinicalTrialSeriesModule in class ImageIODContrastBolusModule.public SynchronizationModule getSynchronizationModule()
SynchronizationModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public ContrastBolusModule getContrastBolusModule()
ContrastBolusModule.public CineModule getCineModule()
CineModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public FramePointersModule getFramePointersModule()
FramePointersModule.public MaskModule getMaskModule()
MaskModule.public DisplayShutterModule getDisplayShutterModule()
DisplayShutterModule.public DeviceModule getDeviceModule()
DeviceModule.public InterventionModule getInterventionModule()
InterventionModule.public VOILUTModule getVOILUTModule()
VOILUTModule.public SpecimenModule getSpecimenModule()
SpecimenModule.public XRayImageModule getXRayImageModule()
XRayImageModule.public XRayAcquisitionModule getXRayAcquisitionModule()
XRayAcquisitionModule.public XRayCollimatorModule getXRayCollimatorModule()
XRayCollimatorModule.public XRayTableModule getXRayTableModule()
XRayTableModule.public XAPositionerModule getXAPositionerModule()
XAPositionerModule.public DXDetectorModule getDXDetectorModule()
DXDetectorModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public MultiFrameOverlayModule getMultiFrameOverlayModule()
MultiFrameOverlayModule.public ModalityLUTModule getModalityLUTModule()
ModalityLUTModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when the 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