public class SCImageModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SCImageModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
BasicPixelSpacingCalibrationMacro |
getBasicPixelSpacingCalibrationMacro()
Returns instance of Basic Pixel Spacing Calibration Macro.
|
java.lang.String |
getDateOfSecondaryCapture()
Retrieves the date the Secondary Capture Image was captured.
|
DocumentClassCodeSequence |
getDocumentClassCodeSequence()
Sequence of Repeating Items that describe the energy window groups used.
|
java.lang.String[] |
getNominalScannedPixelSpacing()
Retrieves Nominal Scanned Pixel Spacing
|
OptionalViewandSliceProgressionDirectionMacro |
getOptionalViewandSliceProgressionDirectionMacro()
This method returns the Basic Pixel Spacing Calibration Macro
|
java.lang.String |
getTimeOfSecondaryCapture()
Retrieves the time the Secondary Capture Image was captured.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setDateOfSecondaryCapture(java.lang.String strDateOfSecondaryCapture)
Sets the date the Secondary Capture Image was captured.
|
void |
setNominalScannedPixelSpacing(java.lang.String[] strNominalScannedPixelSpacing)
Sets Nominal Scanned Pixel Spacing
|
void |
setTimeOfSecondaryCapture(java.lang.String strTimeOfSecondaryCapture)
Sets the time the Secondary Capture Image was captured.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public SCImageModule(IDataSet objIDataSet)
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setDateOfSecondaryCapture(java.lang.String strDateOfSecondaryCapture)
strDateOfSecondaryCapture - - String value of Date of Secondary Capture.public java.lang.String getDateOfSecondaryCapture()
public void setTimeOfSecondaryCapture(java.lang.String strTimeOfSecondaryCapture)
strTimeOfSecondaryCapture - the str time of secondary capturepublic java.lang.String getTimeOfSecondaryCapture()
public void setNominalScannedPixelSpacing(java.lang.String[] strNominalScannedPixelSpacing)
strNominalScannedPixelSpacing - String value of Nominal Scanned Pixel Spacingpublic java.lang.String[] getNominalScannedPixelSpacing()
public DocumentClassCodeSequence getDocumentClassCodeSequence()
public BasicPixelSpacingCalibrationMacro getBasicPixelSpacingCalibrationMacro()
public OptionalViewandSliceProgressionDirectionMacro getOptionalViewandSliceProgressionDirectionMacro()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module