public class GrayscaleSoftcopyPresentationStateIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GRAYSCALE_SOFTCOPY_PRESENTATION_STATE_IOD
The Constant GRAYSCALE_SOFTCOPY_PRESENTATION_STATE_IOD.
|
| Constructor and Description |
|---|
GrayscaleSoftcopyPresentationStateIOD()
Instantiates a new grayscale softcopy presentation state iod.
|
GrayscaleSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
GrayscaleSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
GrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
GrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
GrayscaleSoftcopyPresentationStateIOD(java.lang.String strFileName)
Creates GrayscaleSoftcopyPresentationStateIOD IOD from a DICOM file containing GrayscaleSoftcopyPresentationStateIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs 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.
|
DisplayShutterModule |
getDisplayShutter()
Retrieves pre-initialized instance of DisplayShutterModule.
|
DisplayShutterModule |
getDisplayShutterModule()
Retrieves pre-initialized instance of DisplayShutterModule.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of GeneralEquipmentModule.
|
GeneralSeriesModule |
getGeneralSeriesModule()
Retrieves pre-initialized instance of GeneralSeriesModule.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of GeneralStudyModule.
|
GraphicAnnotationModule |
getGraphicAnnotationModule()
Retrieves pre-initialized instance of GraphicAnnotationModule.
|
GraphicGroupModule |
getGraphicGroupModule()
Retrieves pre-initialized instance of Graphic Group Module.
|
GraphicLayerModule |
getGraphicLayerModule()
Retrieves pre-initialized instance of GraphicLayerModule.
|
MaskModule |
getMaskModule()
Retrieves pre-initialized instance of MaskModule.
|
ModalityLUTModule |
getModalityLUTModule()
Retrieves pre-initialized instance of ModalityLUTModule.
|
OverlayCurveActivationModule |
getOverlayCurveActivationModule()
Retrieves pre-initialized instance of OverlayCurveActivationModule.
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of OverlayPlaneModule.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of PatientModule.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of PatientStudyModule.
|
PresentationSeriesModule |
getPresentationSeriesModule()
Retrieves pre-initialized instance of PresentationSeriesModule.
|
PresentationStateMaskModule |
getPresentationStateMaskModule()
Retrieves pre-initialized instance of Presentation State Mask Module.
|
PresentationStateModule |
getPresentationStateModule()
Retrieves pre-initialized instance of PresentationStateModule.
|
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.
|
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 Grayscale Softcopy Presentation State IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String GRAYSCALE_SOFTCOPY_PRESENTATION_STATE_IOD
public GrayscaleSoftcopyPresentationStateIOD()
public GrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public GrayscaleSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public GrayscaleSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public GrayscaleSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public GrayscaleSoftcopyPresentationStateIOD(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()
ClinicalTrialSeriesModule.public DisplayedAreaModule getDisplayedAreaModule()
DisplayedAreaModule.public DisplayShutterModule getDisplayShutterModule()
DisplayShutterModule.public GeneralEquipmentModule getGeneralEquipmentModule()
GeneralEquipmentModule.public GeneralSeriesModule getGeneralSeriesModule()
GeneralSeriesModule.public GeneralStudyModule getGeneralStudyModule()
GeneralStudyModule.public GraphicAnnotationModule getGraphicAnnotationModule()
GraphicAnnotationModule.public GraphicLayerModule getGraphicLayerModule()
GraphicLayerModule.public MaskModule getMaskModule()
MaskModule.public ModalityLUTModule getModalityLUTModule()
ModalityLUTModule.public OverlayCurveActivationModule getOverlayCurveActivationModule()
OverlayCurveActivationModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public PatientModule getPatientModule()
PatientModule.public PatientStudyModule getPatientStudyModule()
PatientStudyModule.public PresentationSeriesModule getPresentationSeriesModule()
PresentationSeriesModule.public PresentationStateModule getPresentationStateModule()
PresentationStateModule.public SoftcopyPresentationLUTModule getSoftcopyPresentationLUTModule()
SoftcopyPresentationLUTModule.public SoftcopyVOILUTModule getSoftcopyVOILUTModule()
SoftcopyVOILUTModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public SpatialTransformationModule getSpatialTransformationModule()
SpatialTransformationModule.public DisplayShutterModule getDisplayShutter()
DisplayShutterModule.public PresentationStateRelationshipModule getPresentationStateRelationshipModule()
PresentationStateRelationshipModule.public PresentationStateShutterModule getPresentationStateShutterModule()
State Shutter.public PresentationStateMaskModule getPresentationStateMaskModule()
PresentationStateMaskModule.public GraphicGroupModule getGraphicGroupModule()
GraphicGroupModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - - throws when the IOD is invalid.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class CompositeIODobjIDicomStream - - 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 NonImageIODstrModuleName - String value of module name