public class XRFImageIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XRF_IMAGE_IOD
The Constant XRF_IMAGE_IOD.
|
| Constructor and Description |
|---|
XRFImageIOD()
Instantiates a new xRF image iod.
|
XRFImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
XRFImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
XRFImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
XRFImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
XRFImageIOD(java.lang.String strFileName)
Creates XRFImageIOD IOD from a DICOM file containing XRFImageIOD 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.
|
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 Mask Module.
|
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.
|
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.
|
XRayTomographyAcquisitionModule |
getXRayTomographyAcquisitionModule()
Retrieves pre-initialized instance of XRay Tomography Acquisition Module.
|
XRFPositionerModule |
getXRFPositionerModule()
Retrieves pre-initialized instance of XRF Positioner Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates XRF Image 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 XRF_IMAGE_IOD
public XRFImageIOD()
public XRFImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public XRFImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public XRFImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public XRFImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public XRFImageIOD(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 ContrastBolusModule getContrastBolusModule()
ContrastBolusModule.public DeviceModule getDeviceModule()
DeviceModule.public SpecimenModule getSpecimenModule()
SpecimenModule.public DisplayShutterModule getDisplayShutterModule()
DisplayShutterModule.public DXDetectorModule getDXDetectorModule()
DXDetectorModule.public FramePointersModule getFramePointersModule()
FramePointersModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public InterventionModule getInterventionModule()
InterventionModule.public MaskModule getMaskModule()
MaskModule.public ModalityLUTModule getModalityLUTModule()
ModalityLUTModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public MultiFrameOverlayModule getMultiFrameOverlayModule()
MultiFrameOverlayModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public XRFPositionerModule getXRFPositionerModule()
XRFPositionerModule.public XRayAcquisitionModule getXRayAcquisitionModule()
XRayAcquisitionModule.public XRayCollimatorModule getXRayCollimatorModule()
XRayCollimatorModule.public XRayImageModule getXRayImageModule()
XRayImageModule.public XRayTableModule getXRayTableModule()
XRayTableModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public SynchronizationModule getSynchronizationModule()
SynchronizationModule.public VOILUTModule getVOILUTModule()
VOILUTModule.public CineModule getCineModule()
CineModule.public XRayTomographyAcquisitionModule getXRayTomographyAcquisitionModule()
XRayTomographyAcquisitionModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when the IOD is invalid.public 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