public class ApprovalModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ApprovalModule(IDataSet objIDataSet)
Instantiates a new approval module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApprovalStatus()
Retrieves Approval status at the time the SOP Instance was created.
|
java.lang.String |
getReviewDate()
Retrieves date on which object was reviewed.
|
java.lang.String |
getReviewerName()
Retrieves Name of person who reviewed object.
|
java.lang.String |
getReviewTime()
Retrieves time at which object was reviewed.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setApprovalStatus(EnumApprovalStatus enumApprovalStatus)
Sets Approval status at the time the SOP Instance was created.
|
void |
setReviewDate(java.lang.String strReviewDate)
Sets date on which object was reviewed.
|
void |
setReviewerName(java.lang.String strReviewerName)
Sets Name of person who reviewed object.
|
void |
setReviewTime(java.lang.String strReviewTime)
Sets time at which object was reviewed.
|
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 ApprovalModule(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 setApprovalStatus(EnumApprovalStatus enumApprovalStatus)
enumApprovalStatus - the enum approval statuspublic java.lang.String getApprovalStatus()
public void setReviewDate(java.lang.String strReviewDate)
strReviewDate - String value of Review Date.public java.lang.String getReviewDate()
public void setReviewTime(java.lang.String strReviewTime)
strReviewTime - String value of Review Time.public java.lang.String getReviewTime()
public void setReviewerName(java.lang.String strReviewerName)
strReviewerName - String value of Reviewer Name.public java.lang.String getReviewerName()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module