public class XRayAngiographicIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XRAY_ANGIOGRAPHIC_IOD
The Constant XRAY_ANGIOGRAPHIC_IOD.
|
| Constructor and Description |
|---|
XRayAngiographicIOD()
Instantiates a new x ray angiographic iod.
|
XRayAngiographicIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
XRayAngiographicIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
XRayAngiographicIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
XRayAngiographicIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
XRayAngiographicIOD(java.lang.String strFileName)
Creates XRayAngiografic IOD from a DICOM file containing XRayAngiografic DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
dumps the Name of Module and corresponding Attributs of IOD.
|
CineModule |
getCineModule()
Retrieves pre-initialized instance of Cine Module.
|
ContrastBolusModule |
getContrastBolusModule()
Retrieves pre-initialized instance of Contrast Bolus Module.
|
CurveModule |
getCurveModule()
Retrieves pre-initialized instance of Curve 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.
|
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.
|
SynchronizationModule |
getSynchronizationModule()
Retrieves pre-initialized instance of Synchronization Module.
|
VOILUTModule |
getVOILUTModule()
Retrieves pre-initialized instance of VOILUT 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 XRay Angiographic 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 XRAY_ANGIOGRAPHIC_IOD
public XRayAngiographicIOD()
public XRayAngiographicIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public XRayAngiographicIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public XRayAngiographicIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public XRayAngiographicIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public XRayAngiographicIOD(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 CineModule getCineModule()
CineModule.public DeviceModule getDeviceModule()
DeviceModule.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 XAPositionerModule getXAPositionerModule()
XAPositionerModule.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 CurveModule getCurveModule()
CurveModule.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