public class MultiFrameFunctionalGroupsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
MultiFrameFunctionalGroupsModule(IDataSet objIDataSet)
Instantiates a new multi frame functional groups module.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getConcatenationFrameOffsetNumber()
Retrieves Offset of the first frame in a multi-frame image of a concatenation.
|
java.lang.String |
getConcatenationUID()
Retrieves Identifier of all SOP Instances that belong to the same concatenation.
|
java.lang.String |
getContentDate()
Retrieves The date the data creation was started.
|
java.lang.String |
getContentTime()
Retrieves The time the data creation was started.
|
short |
getInConcatenationNumber()
Retrieves IIdentifier for one SOP Instance belonging to a concatenation.
|
java.lang.String |
getInstanceNumber()
Retrieves A number that identifies this instance.
|
java.lang.String |
getNumberOfFrames()
Retrieves Number of frames in a multi-frame image..
|
short |
getRepresentativeFrameNumber()
Retrieves The frame number selected for use as a pictorial representation (e.g.
|
java.lang.String |
getSOPInstanceUIDOfConcatenationSource()
Retrieves SOP Instance UID of the single composite SOP Instance of which the Concatenation is a part.
|
java.lang.String |
getStereoPairsPresent()
Returns the multi-frame pixel data consists of left and right stereoscopic pairs.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setConcatenationFrameOffsetNumber(long dConcatenationFrameOffsetNumber)
Sets Offset of the first frame in a multi-frame image of a concatenation.
|
void |
setConcatenationUID(java.lang.String strConcatenationUID)
Sets Identifier of all SOP Instances that belong to the same concatenation.
|
void |
setContentDate(java.lang.String strContentDate)
Sets The date the data creation was started.
|
void |
setContentTime(java.lang.String strContentTime)
Sets The time the data creation was started.
|
void |
setInConcatenationNumber(short shInConcatenationNumber)
Sets Identifier for one SOP Instance belonging to a concatenation.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
Sets A number that identifies this instance.
|
void |
setNumberOfFrames(java.lang.String strNumberOfFrames)
Sets Number of frames in a multi-frame image.
|
void |
setRepresentativeFrameNumber(short shRepresentativeFrameNumber)
Sets The frame number selected for use as a pictorial representation (e.g.
|
void |
setSOPInstanceUIDOfConcatenationSource(java.lang.String strSOPInstanceUIDOfConcatenationSource)
Sets SOP Instance UID of the single composite SOP Instance of which the Concatenation is a part.
|
void |
setStereoPairsPresent(EnumStereoPairsPresent enumStereoPairsPresent)
Sets the multi-frame pixel data consists of left and right stereoscopic pairs.
|
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 MultiFrameFunctionalGroupsModule(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 setInstanceNumber(java.lang.String strInstanceNumber)
strInstanceNumber - - A number that identifies this instance.public java.lang.String getInstanceNumber()
public void setContentDate(java.lang.String strContentDate)
strContentDate - - The date the data creation was started.public java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - - The time the data creation was started.public java.lang.String getContentTime()
public void setNumberOfFrames(java.lang.String strNumberOfFrames)
strNumberOfFrames - - Number of frames in a multi-frame image.public java.lang.String getNumberOfFrames()
public void setStereoPairsPresent(EnumStereoPairsPresent enumStereoPairsPresent)
enumStereoPairsPresent - String value of Stereo Pairs Present.public java.lang.String getStereoPairsPresent()
public void setConcatenationFrameOffsetNumber(long dConcatenationFrameOffsetNumber)
dConcatenationFrameOffsetNumber - - Offset of the first frame in a multi-frame image of a concatenation.public long getConcatenationFrameOffsetNumber()
public void setRepresentativeFrameNumber(short shRepresentativeFrameNumber)
shRepresentativeFrameNumber - - Short value of Representative Frame Number.public short getRepresentativeFrameNumber()
public void setConcatenationUID(java.lang.String strConcatenationUID)
strConcatenationUID - - String value of Concatenation UID.public java.lang.String getConcatenationUID()
public void setSOPInstanceUIDOfConcatenationSource(java.lang.String strSOPInstanceUIDOfConcatenationSource)
strSOPInstanceUIDOfConcatenationSource - - String value of Concatenation UID.public java.lang.String getSOPInstanceUIDOfConcatenationSource()
public void setInConcatenationNumber(short shInConcatenationNumber)
shInConcatenationNumber - - short value of In Concatenation Number.public short getInConcatenationNumber()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module