public class ColorSoftcopyPresentationStateIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLOR_SOFTCOPY_PRESENTATION_STATE_IOD
The Constant COLOR_SOFTCOPY_PRESENTATION_STATE_IOD.
|
| Constructor and Description |
|---|
ColorSoftcopyPresentationStateIOD()
This constructor initializes the TransferSyntax, Dictionary Reader and data set in its superclass IOD.
|
ColorSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
ColorSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
ColorSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
ColorSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
ColorSoftcopyPresentationStateIOD(java.lang.String strFileName)
Creates ColorSoftcopyPresentationStateIOD IOD from a DICOM file containing ColorSoftcopyPresentationStateIOD 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 Clinical Trial Series Module.
|
DisplayedAreaModule |
getDisplayedAreaModule()
Retrieves pre-initialized instance of Displayed Area Module.
|
DisplayShutterModule |
getDisplayShutterModule()
Retrieves pre-initialized instance of Display Shutter Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of General Equipment Module.
|
GeneralSeriesModule |
getGeneralSeriesModule()
Retrieves pre-initialized instance of General Series Module.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of General Study Module.
|
GraphicAnnotationModule |
getGraphicAnnotationModule()
Retrieves pre-initialized instance of Graphic Annotation Module.
|
GraphicGroupModule |
getGraphicGroupModule()
Retrieves pre-initialized instance of Graphic Group Module.
|
GraphicLayerModule |
getGraphicLayerModule()
Retrieves pre-initialized instance of Graphic Layer Module.
|
ICCProfileModule |
getICCProfileModule()
Retrieves pre-initialized instance of ICC Profile Module.
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of Overlay Plane Module.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of Patient Module.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of Patient Study Module.
|
PresentationSeriesModule |
getPresentationSeriesModule()
Retrieves pre-initialized instance of Presentation Series Module.
|
PresentationStateIdentificationModule |
getPresentationStateIdentificationModule()
Retrieves pre-initialized instance of Presentation State Identification Module.
|
PresentationStateRelationshipModule |
getPresentationStateRelationshipModule()
Retrieves pre-initialized instance of Presentation State Relationship Module.
|
PresentationStateShutterModule |
getPresentationStateShutterModule()
Retrieves pre-initialized instance of Presentation State Shutter Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SpatialTransformationModule |
getSpatialTransformationModule()
Retrieves pre-initialized instance of Spatial Transformation Module.
|
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 according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String COLOR_SOFTCOPY_PRESENTATION_STATE_IOD
public ColorSoftcopyPresentationStateIOD()
public ColorSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public ColorSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public ColorSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public ColorSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public ColorSoftcopyPresentationStateIOD(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 PatientModule getPatientModule()
PatientModule.public GeneralStudyModule getGeneralStudyModule()
GeneralStudyModule.public PatientStudyModule getPatientStudyModule()
PatientStudyModule.public GeneralSeriesModule getGeneralSeriesModule()
GeneralSeriesModule.public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
ClinicalTrialSeriesModule.public GeneralEquipmentModule getGeneralEquipmentModule()
GeneralEquipmentModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public PresentationSeriesModule getPresentationSeriesModule()
PresentationSeriesModule.public PresentationStateIdentificationModule getPresentationStateIdentificationModule()
PresentationStateIdentificationModule.public PresentationStateRelationshipModule getPresentationStateRelationshipModule()
PresentationStateRelationshipModule.public PresentationStateShutterModule getPresentationStateShutterModule()
PresentationStateShutterModule.public DisplayShutterModule getDisplayShutterModule()
DisplayShutterModule.public BitmapDisplayShutterModule getBitmapDisplayShutterModule()
BitmapDisplayShutterModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public DisplayedAreaModule getDisplayedAreaModule()
DisplayedAreaModule.public GraphicAnnotationModule getGraphicAnnotationModule()
GraphicAnnotationModule.public SpatialTransformationModule getSpatialTransformationModule()
SpatialTransformationModule.public GraphicLayerModule getGraphicLayerModule()
GraphicLayerModule.public GraphicGroupModule getGraphicGroupModule()
GraphicGroupModule.public ICCProfileModule getICCProfileModule()
ICCProfileModule.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