public class XAOrXRFGrayscaleSoftcopyPresentationStateIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XAXRF_Grayscale_Softcopy_Presentation_State_IOD
The Constant Pseudo_Color_Softcopy_Presentation_State_IOD.
|
| Constructor and Description |
|---|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD()
Instantiates a new XAOrXRFGrayscaleSoftcopyPresentationStateIOD
|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
XAOrXRFGrayscaleSoftcopyPresentationStateIOD(java.lang.String strFileName)
Creates XAOrXRFGrayscaleSoftcopyPresentationStateIOD IOD from a DICOM file containing XAOrXRFGrayscaleSoftcopyPresentationStateIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributes of Module.
|
BitmapDisplayShutterModule |
getBitmapDisplayShutterModule()
Retrieves pre-initialized instance of Bitmap Display Shutter Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of ClinicalTrialSeriesModule.
|
DisplayedAreaModule |
getDisplayedAreaModule()
Retrieves pre-initialized instance of DisplayedAreaModule.
|
EnhancedGeneralEquipmentModule |
getEnhancedGeneralEquipmentModule()
Retrieves pre-initialized instance of EnhancedGeneralEquipmentModule.
|
GraphicAnnotationModule |
getGraphicAnnotationModule()
Retrieves pre-initialized instance of GraphicAnnotationModule.
|
GraphicLayerModule |
getGraphicLayerModule()
Retrieves pre-initialized instance of GraphicLayerModule.
|
OverlayActivationModule |
getOverlayActivationModule()
Retrieves pre-initialized instance of OverlayActivationModule.
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of OverlayPlaneModule.
|
PresentationSeriesModule |
getPresentationSeriesModule()
Retrieves pre-initialized instance of PresentationSeriesModule.
|
PresentationStateIdentificationModule |
getPresentationStateIdentificationModule()
Retrieves pre-initialized instance of PresentationStateIdentificationModule.
|
PresentationStateRelationshipModule |
getPresentationStateRelationshipModule()
Retrieves pre-initialized instance of Presentation State RelationshipModule.
|
PresentationStateShutterModule |
getPresentationStateShutterModule()
Retrieves pre-initialized instance of Presentation State Shutter Module.
|
SoftcopyPresentationLUTModule |
getSoftcopyPresentationLUTModule()
Retrieves pre-initialized instance of SoftcopyPresentationLUTModule.
|
SoftcopyVOILUTModule |
getSoftcopyVOILUTModule()
Retrieves pre-initialized instance of SoftcopyVOILUTModule.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOPCommonModule.
|
SpatialTransformationModule |
getSpatialTransformationModule()
Retrieves pre-initialized instance of SpatialTransformationModule.
|
XAXRFPresentationStateMaskModule |
getXAXRFPresentationStateMaskModule()
Retrieves pre-initialized instance of XAXRFPresentationStateMaskModule.
|
XAXRFPresentationStatePresentationModule |
getXAXRFPresentationStatePresentationModule()
Retrieves pre-initialized instance of XAXRFPresentationStatePresentationModule.
|
XAXRFPresentationStateShutterModule |
getXAXRFPresentationStateShutterModule()
Retrieves pre-initialized instance of XAXRFPresentationStateShutterModule.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Non-Image IOD PseudoColorSoftcopyPresentationStateIOD 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 XAXRF_Grayscale_Softcopy_Presentation_State_IOD
public XAOrXRFGrayscaleSoftcopyPresentationStateIOD()
public XAOrXRFGrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public XAOrXRFGrayscaleSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public XAOrXRFGrayscaleSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public XAOrXRFGrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public XAOrXRFGrayscaleSoftcopyPresentationStateIOD(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 BitmapDisplayShutterModule getBitmapDisplayShutterModule()
BitmapDisplayShutterModule.public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
getClinicalTrialSeriesModule in class ImageIODClinicalTrialSeriesModule.public PresentationSeriesModule getPresentationSeriesModule()
PresentationSeriesModule.public DisplayedAreaModule getDisplayedAreaModule()
DisplayedAreaModule.public XAXRFPresentationStatePresentationModule getXAXRFPresentationStatePresentationModule()
DisplayShutterModule.public EnhancedGeneralEquipmentModule getEnhancedGeneralEquipmentModule()
EnhancedGeneralEquipmentModule.public GraphicAnnotationModule getGraphicAnnotationModule()
GraphicAnnotationModule.public XAXRFPresentationStateMaskModule getXAXRFPresentationStateMaskModule()
XAXRFPresentationStateMaskModule.public GraphicLayerModule getGraphicLayerModule()
GraphicLayerModule.public XAXRFPresentationStateShutterModule getXAXRFPresentationStateShutterModule()
XAXRFPresentationStateShutterModule.public OverlayActivationModule getOverlayActivationModule()
OverlayActivationModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public SoftcopyPresentationLUTModule getSoftcopyPresentationLUTModule()
SoftcopyPresentationLUTModule.public PresentationStateIdentificationModule getPresentationStateIdentificationModule()
PresentationStateIdentificationModule.public SoftcopyVOILUTModule getSoftcopyVOILUTModule()
SoftcopyVOILUTModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public SpatialTransformationModule getSpatialTransformationModule()
SpatialTransformationModule.public PresentationStateRelationshipModule getPresentationStateRelationshipModule()
PresentationStateRelationshipModule.public PresentationStateShutterModule getPresentationStateShutterModule()
State Shutter.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