public class MRSpectroscopyDataModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
MRSpectroscopyDataModule(IDataSet objIDataSet)
Instantiates a new mR spectroscopy data module.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getColumns()
Retrieves Number of voxels in the vertical direction in the frame.
|
long |
getDataPointColumns()
Retrieves Number of columns of data points in spectroscopic data.
|
long |
getDataPointRows()
Retrieves Number of rows of data points in spectroscopic data.
|
java.lang.String |
getDataRepresentation()
Retrieves value Data representation of the data points.
|
float |
getFirstOrderPhaseCorrectionAngle()
Retrieves Number of columns of data points in spectroscopic data.
|
short |
getRows()
Retrieves Number of voxels in the vertical direction in the frame.
|
java.lang.String |
getSignalDomainColumns()
Retrieves value of Domain of represented signal in column direction.
|
java.lang.String |
getSignalDomainRows()
Retrieves value of Domain of represented signal in row direction.
|
float |
getSpectroscopyData()
Retrieves A data stream of the signal intensities that comprise the spectroscopic data.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setColumns(short shColumns)
Sets Number of voxels in the horizontal direction in the frame.
|
void |
setDataPointColumns(long lDataPointColumns)
Sets Number of columns of data points in spectroscopic data.
|
void |
setDataPointRows(long lDataPointRows)
Sets Number of rows of data points in spectroscopic data.
|
void |
setDataRepresentation(EnumDataRepresentation enumDataRepresentation)
Sets value of Data representation of the data points.
|
void |
setFirstOrderPhaseCorrectionAngle(float fFirstOrderPhaseCorrectionAngle)
Sets Number of columns of data points in spectroscopic data.
|
void |
setRows(short shRows)
Sets Number of voxels in the vertical direction in the frame.
|
void |
setSignalDomainColumns(EnumSignalDomainColumns enumSignalDomainColumns)
Sets value of Domain of represented signal in column direction.
|
void |
setSignalDomainRows(EnumSignalDomainRows enumSignalDomainColumns)
Sets value of Domain of represented signal in row direction.
|
void |
setSpectroscopyData(float fSpectroscopyData)
Sets A data stream of the signal intensities that comprise the spectroscopic data.
|
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 MRSpectroscopyDataModule(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 setRows(short shRows)
shRows - - short Number of voxels in the vertical direction in the frame.public short getRows()
public void setColumns(short shColumns)
shColumns - - short Number of voxels in the horizontal direction in the frame.public short getColumns()
public void setDataPointRows(long lDataPointRows)
lDataPointRows - - long Number of rows of data points in spectroscopic data.public long getDataPointRows()
public void setDataPointColumns(long lDataPointColumns)
lDataPointColumns - the l data point columnspublic long getDataPointColumns()
public void setDataRepresentation(EnumDataRepresentation enumDataRepresentation)
enumDataRepresentation - the enum data representationpublic java.lang.String getDataRepresentation()
public void setSignalDomainColumns(EnumSignalDomainColumns enumSignalDomainColumns)
enumSignalDomainColumns - the enum signal domain columnspublic java.lang.String getSignalDomainColumns()
public void setSignalDomainRows(EnumSignalDomainRows enumSignalDomainColumns)
enumSignalDomainColumns - the enum signal domain columnspublic java.lang.String getSignalDomainRows()
public void setFirstOrderPhaseCorrectionAngle(float fFirstOrderPhaseCorrectionAngle)
fFirstOrderPhaseCorrectionAngle - the f first order phase correction anglepublic float getFirstOrderPhaseCorrectionAngle()
public void setSpectroscopyData(float fSpectroscopyData)
fSpectroscopyData - - float value of A data stream of the signal intensities that comprise the spectroscopic data.public float getSpectroscopyData()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module