public class EnhancedPETImageModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
EnhancedPETImageModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionDateTime()
Retrieves Verification DateTime
|
double |
getAcquisitionDuration()
Retrieves the Minimal value of Chemical Shift Frequency in ppm.
|
java.lang.String |
getAcquisitionNumber()
Retrieves Referenced Reference Image Number.
|
short |
getBitsAllocated()
Retrieves Number of significant bits within the waveform samples
|
short |
getBitsStored()
Retrieves Number of significant bits within the waveform samples
|
java.lang.String |
getBurnedInAnnotation()
Retrieves type of the value encoded in this Item
|
CommonCTOrMRImageDescriptionMacro |
getCommonCTOrMRImageDescriptionMacro()
Get the Instance of CommonCT Or MRImageDescriptionMacro.Attributes related to Code Sequence Macro will be set in Macro
using the setter methods provided in the Macro.Calling this method multiple times will return the same Marco
Instance that was created at first.
|
java.lang.String |
getContentQualification()
Retrieves type of the value encoded in this Item
|
short |
getHighBit()
Retrieves Number of significant bits within the waveform samples
|
IconImageSequence |
getIconImageSequence()
This method provides the pre-initialized object of Referenced Visit Sequence.
|
java.lang.String |
getImageComments()
Retrieves description of Configuration Information (2010,0150) supported by the printer.
|
java.lang.String |
getImageType()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getLossyImageCompression()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getLossyImageCompressionMethod()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getLossyImageCompressionRatio()
Retrieves Slice Thickness.
|
java.lang.String |
getPhotometricInterpretation()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getPresentationLUTShape()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getRecognizableVisualFeatures()
Retrieves type of the value encoded in this Item
|
ReferencedImageEvidenceSequence |
getReferencedImageEvidenceSequence()
This method provides the pre-initialized object of Referenced Visit Sequence.
|
ReferencedRawDataSequence |
getReferencedRawDataSequence()
This method provides the pre-initialized object of Referenced Visit Sequence.
|
ReferencedWaveformSequence |
getReferencedWaveformSequence()
This method provides the pre-initialized object of Referenced Visit Sequence.
|
short |
getSamplesPerPixel()
Retrieves Number of significant bits within the waveform samples
|
SourceImageEvidenceSequence |
getSourceImageEvidenceSequence()
This method provides the pre-initialized object of SourceImageEvidenceSequence.
|
void |
setAcquisitionDateTime(java.lang.String strAcquisitionDateTime)
Sets Date and Time of verification by the Verifying Observer Name (0040,A075).
|
void |
setAcquisitionDuration(double dblAcquisitionDuration)
Sets the Minimal value of Chemical Shift Frequency in ppm.
|
void |
setAcquisitionNumber(java.lang.String strReferencedReferenceImageNumber)
Sets Referenced Reference Image Number.
|
void |
setBitsAllocated(short shBitsAllocated)
Sets Number of significant bits within the waveform samples
|
void |
setBitsStored(short shBitsStored)
Sets Number of significant bits within the waveform samples
|
void |
setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
Sets the BurnedInAnnotation Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setContentQualification(EnumContentQualification enumContentQualification)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setImageComments(java.lang.String strImageComments)
Sets free form text description of Configuration Information (2010,0150) supported by the printer.
|
void |
setImageType(java.lang.String strImageType)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
Sets the BurnedInAnnotation Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setLossyImageCompressionMethod(java.lang.String strLossyImageCompressionMethod)
Sets the BurnedInAnnotation Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setLossyImageCompressionRatio(java.lang.String strLossyImageCompressionRatio)
Sets Slice Thickness.Uniquely identifies Slice Thickness(0018,0050) in Pixel Measures Sequence(0028,9110).
|
void |
setPhotometricInterpretation(java.lang.String strPhotometricInterpretation)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setPresentationLUTShape(java.lang.String strPresentationLUTShape)
Sets the BurnedInAnnotation Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
Sets the BurnedInAnnotation Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setSamplesPerPixel(short shSamplesPerPixel)
Sets Number of significant bits within the waveform samples
|
void |
setWaveformBitsStored(short shHighBit)
Sets Number of significant bits within the waveform samples
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public EnhancedPETImageModule(IDataSet objIDataSet)
public boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setImageType(java.lang.String strImageType)
strImageType - Specifies type of the value encoded in this Itempublic java.lang.String getImageType()
public CommonCTOrMRImageDescriptionMacro getCommonCTOrMRImageDescriptionMacro()
public void setAcquisitionNumber(java.lang.String strReferencedReferenceImageNumber)
strReferencedReferenceImageNumber - String value of Referenced Reference Image Number.public java.lang.String getAcquisitionNumber()
public void setAcquisitionDateTime(java.lang.String strAcquisitionDateTime)
strVerificationDateTime - String value of Verification DateTimepublic java.lang.String getAcquisitionDateTime()
public void setAcquisitionDuration(double dblAcquisitionDuration)
dblChemicalShiftsMinimumIntegrationLimitOnppm - Double value of coordinatespublic double getAcquisitionDuration()
public ReferencedRawDataSequence getReferencedRawDataSequence()
public ReferencedWaveformSequence getReferencedWaveformSequence()
public ReferencedImageEvidenceSequence getReferencedImageEvidenceSequence()
public SourceImageEvidenceSequence getSourceImageEvidenceSequence()
public void setSamplesPerPixel(short shSamplesPerPixel)
SamplesPerPixel - short value of Number of significant bitspublic short getSamplesPerPixel()
public void setPhotometricInterpretation(java.lang.String strPhotometricInterpretation)
strValueType - Specifies type of the value encoded in this Itempublic java.lang.String getPhotometricInterpretation()
public void setBitsAllocated(short shBitsAllocated)
shWaveformBitsStored - short value of Number of significant bitspublic short getBitsAllocated()
public void setBitsStored(short shBitsStored)
shWaveformBitsStored - short value of Number of significant bitspublic short getBitsStored()
public void setWaveformBitsStored(short shHighBit)
shWaveformBitsStored - short value of Number of significant bitspublic short getHighBit()
public void setContentQualification(EnumContentQualification enumContentQualification)
strValueType - Specifies type of the value encoded in this Itempublic java.lang.String getContentQualification()
public void setImageComments(java.lang.String strImageComments)
strConfigurationInformationDescription - String value of Configuration Information Description.public java.lang.String getImageComments()
public void setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
enumBurnedInAnnotation - Specifies type of the value encoded in this Itempublic java.lang.String getBurnedInAnnotation()
public void setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
enumBurnedInAnnotation - Specifies type of the value encoded in this Itempublic java.lang.String getRecognizableVisualFeatures()
public void setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
enumBurnedInAnnotation - Specifies type of the value encoded in this Itempublic java.lang.String getLossyImageCompression()
public void setLossyImageCompressionRatio(java.lang.String strLossyImageCompressionRatio)
strSliceThickness - String value of Slice Thickness.public java.lang.String getLossyImageCompressionRatio()
public void setLossyImageCompressionMethod(java.lang.String strLossyImageCompressionMethod)
enumBurnedInAnnotation - Specifies type of the value encoded in this Itempublic java.lang.String getLossyImageCompressionMethod()
public void setPresentationLUTShape(java.lang.String strPresentationLUTShape)
enumBurnedInAnnotation - Specifies type of the value encoded in this Itempublic java.lang.String getPresentationLUTShape()
public IconImageSequence getIconImageSequence()