public class CurveIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
CurveIdentificationModule(IDataSet objIDataSet)
Instantiates a new curve identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurveDate()
Returns The date the Curve was created.
|
java.lang.String |
getCurveNumber()
Returns number that identifies this Curve.
|
java.lang.String |
getCurveTime()
The time the Curve was created.
|
ReferencedCurveSequence |
getReferencedCurveSequence()
Returns Sequence that Uniquely identifies curves significantly related to
this Curve.
|
ReferencedImageSequence |
getReferencedImageSequence()
Returns Sequence that Uniquely identifies the images significantly related to this Curve.
|
ReferencedOverlaySequence |
getReferencedOverlaySequence()
Returns Sequence that Uniquely identifies Overlays significantly related to
this Curve.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setCurveDate(java.lang.String strCurveDate)
The date the Curve was created.
|
void |
setCurveNumber(java.lang.String strCurveNumber)
A number that identifies this Curve.
|
void |
setCurveTime(java.lang.String strCurveTime)
The time the Curve was created.
|
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 CurveIdentificationModule(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 setCurveNumber(java.lang.String strCurveNumber)
strCurveNumber - - the curve numberpublic void setCurveDate(java.lang.String strCurveDate)
strCurveDate - - the date of the curvepublic void setCurveTime(java.lang.String strCurveTime)
strCurveTime - - the time of the curvepublic java.lang.String getCurveNumber()
public java.lang.String getCurveDate()
public java.lang.String getCurveTime()
public ReferencedImageSequence getReferencedImageSequence()
public ReferencedOverlaySequence getReferencedOverlaySequence()
public ReferencedCurveSequence getReferencedCurveSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module