public class PETCurveModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PETCurveModule(IDataSet objIDataSet)
Creates PET Curve Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAxisUnits()
Retrieves Units of measure for the axes.
|
java.lang.String[] |
getCountsIncluded()
Retrieves Type of counts included in this count rate data.
|
ISingleCollection<byte[]> |
getCurveData()
Return value of the attribute Curve Data.
|
short |
getCurveDimensions()
Retrieves Number of dimensions for these data.
|
java.lang.String |
getDeadTimeCorrectionFlag()
Retrieves Dead Time Correction Flag.
|
java.lang.String |
getProcessingFunction()
Retrieves A textual description of the processing that has been applied to this curve.
|
java.lang.String |
getTypeOfData()
Retrieves Dead Time Correction Flag.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setAxisUnits(EnumAxisUnits[] enumAxisUnits)
Sets Units of measure for the axes.
|
void |
setCountsIncluded(EnumCountsIncluded[] enumCountsIncluded)
Sets Type of counts included in this count rate data.
|
void |
setCurveData(ISingleCollection<byte[]> objCollectionOfCurveData)
Sets Curve data.
|
void |
setCurveDimensions(short shCurveDimensions)
Sets Number of dimensions for these data.
|
void |
setDeadTimeCorrectionFlag(EnumDeadTimeCorrectionFlag enumDeadTimeCorrectionFlag)
Sets Dead time correction has been applied to Curve Data (50xx,3000).
|
void |
setProcessingFunction(java.lang.String strProcessingFunction)
Sets A textual description of the processing that has been applied to this curve.
|
void |
setTypeOfData(EnumTypeOfData enumTypeOfData)
Sets Type of data in this curve.
|
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 PETCurveModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setDeadTimeCorrectionFlag(EnumDeadTimeCorrectionFlag enumDeadTimeCorrectionFlag)
enumDeadTimeCorrectionFlag - Enum value of Dead Time Correction Flagpublic java.lang.String getDeadTimeCorrectionFlag()
public void setCountsIncluded(EnumCountsIncluded[] enumCountsIncluded)
enumCountsIncluded - Enum value of Counts Included.public java.lang.String[] getCountsIncluded()
public void setProcessingFunction(java.lang.String strProcessingFunction)
strProcessingFunction - String value of Processing Functionpublic java.lang.String getProcessingFunction()
public void setCurveDimensions(short shCurveDimensions)
shCurveDimensions - Short value of Curve Dimensions.public short getCurveDimensions()
public void setTypeOfData(EnumTypeOfData enumTypeOfData)
enumTypeOfData - Enum value of Type of Datapublic java.lang.String getTypeOfData()
public void setAxisUnits(EnumAxisUnits[] enumAxisUnits)
enumAxisUnits - Enum value of Units of measure for the axes.public java.lang.String[] getAxisUnits()
public void setCurveData(ISingleCollection<byte[]> objCollectionOfCurveData)
objCollectionOfCurveData - ISingle Collection of bytes.public ISingleCollection<byte[]> getCurveData()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module