public class BlendingSoftcopyPresentationStateIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BLENDING_SOFT_COPY_PRESENTATION_STATE_IOD
The Constant BLENDING_SOFT_COPY_PRESENTATION_STATE_IOD.
|
| Constructor and Description |
|---|
BlendingSoftcopyPresentationStateIOD()
Instantiates a new image iod.
|
BlendingSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
This constructor accepts the Data set from the user in its superclass IOD.
|
BlendingSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes DictionaryReader in its superclass IOD.
|
BlendingSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
BlendingSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor accepts the DictionaryReader and TransferSyntax from the user in its superclass IOD.
|
BlendingSoftcopyPresentationStateIOD(java.lang.String strFileName)
Creates IOD from a DICOM file containing corresponding DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of Module and corresponding Attributs of IOD.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Gets the clinical trial series module.
|
ClinicalTrialStudyModule |
getClinicalTrialStudyModule()
This method returns the ClinicalTrialStudyModule with preinitializing it.
|
ClinicalTrialSubjectModule |
getClinicalTrialSubjectModule()
This method returns the ClinicalTrialSubjectModule with preinitializing it.
|
DisplayedAreaModule |
getDisplayedAreaModule()
Retrieves pre-initialized instance of DisplayedAreaModule.
|
EnhancedGeneralEquipmentModule |
getEnhancedGeneralEquipmentModule()
Retrieves pre-initialized instance of Enhanced General Equipment Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
This method returns the GeneralEquipmentModule with preinitializing it.
|
GeneralSeriesModule |
getGeneralSeriesModule()
This method returns the GeneralSeriesModule with preinitializing it.
|
GeneralStudyModule |
getGeneralStudyModule()
This method returns the GeneralStudyModule with preinitializing it.
|
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.
|
ICCProfileModule |
getICCProfileModule()
Retrieves pre-initialized instance of ICC Profile Module.
|
PaletteColorLookupTableModule |
getPaletteColorLookupTableModule()
Retrieves pre-initialized instance of Palette Color Lookup Table Module.
|
PatientModule |
getPatientModule()
This method returns the PatientModule with preinitializing it.
|
PatientStudyModule |
getPatientStudyModule()
This method returns the PatientStudyModule with preinitializing it.
|
PresentationStateBlendingModule |
getPresentationStateBlendingModule()
Retrieves pre-initialized instance of StructuredDisplayImageBoxModule.
|
PresentationStateIdentificationModule |
getPresentationStateIdentificationModule()
Retrieves pre-initialized instance of Presentation State Identification Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SpatialTransformationModule |
getSpatialTransformationModule()
Retrieves pre-initialized instance of SpatialTransformationModule.
|
StructuredDisplayAnnotationModule |
getStructuredDisplayAnnotationModule()
Retrieves pre-initialized instance of StructuredDisplayAnnotationModule .
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Image IOD according to the Module Table given in The DICOM Standard.
|
addDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String BLENDING_SOFT_COPY_PRESENTATION_STATE_IOD
public BlendingSoftcopyPresentationStateIOD()
public BlendingSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - Transfer Syntax of IOD.public BlendingSoftcopyPresentationStateIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - Dictionary Reader used by the IOD.public BlendingSoftcopyPresentationStateIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - Transfer Syntax of IOD.objIDictionaryReader_ - Dictionary Reader used by the IOD.public BlendingSoftcopyPresentationStateIOD(IDataSet objIDataSet_)
objIDataSet_ - the obj i data set_public BlendingSoftcopyPresentationStateIOD(java.lang.String strFileName)
throws java.io.IOException,
InvalidIODException
strFileName - DICOM File with absolute path.java.io.IOException - signals Exception caused due to wrong I/O operations.ParseException - signals if some parse exceptions occurred.InvalidIODExceptionpublic PatientModule getPatientModule()
public GeneralStudyModule getGeneralStudyModule()
public PatientStudyModule getPatientStudyModule()
public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
public GeneralSeriesModule getGeneralSeriesModule()
public PaletteColorLookupTableModule getPaletteColorLookupTableModule()
PaletteColorLookupTableModule.public GeneralEquipmentModule getGeneralEquipmentModule()
public ClinicalTrialSubjectModule getClinicalTrialSubjectModule()
getClinicalTrialSubjectModule in class CompositeIODpublic ClinicalTrialStudyModule getClinicalTrialStudyModule()
getClinicalTrialStudyModule in class CompositeIODpublic SOPCommonModule getSOPCommonModule()
SOPCommonModule.public EnhancedGeneralEquipmentModule getEnhancedGeneralEquipmentModule()
EnhancedGeneralEquipmentModule.public PresentationStateIdentificationModule getPresentationStateIdentificationModule()
PresentationStateIdentificationModule.public PresentationStateBlendingModule getPresentationStateBlendingModule()
PresentationStateBlendingModule.public StructuredDisplayAnnotationModule getStructuredDisplayAnnotationModule()
StructuredDisplayAnnotationModule.public DisplayedAreaModule getDisplayedAreaModule()
DisplayedAreaModule.public GraphicAnnotationModule getGraphicAnnotationModule()
GraphicAnnotationModule.public GraphicLayerModule getGraphicLayerModule()
GraphicLayerModule.public GraphicGroupModule getGraphicGroupModule()
GraphicGroupModule.public SpatialTransformationModule getSpatialTransformationModule()
SpatialTransformationModule.public ICCProfileModule getICCProfileModule()
ICCProfileModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - the invalid iod exceptionpublic 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