public class ResultsIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ResultsIdentificationModule(IDataSet objIDataSet)
Instantiates a new results identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResultsID()
Retrieves Healthcare provider generated number used to reference the results.
|
java.lang.String |
getResultsIDIssuer()
Retrieves Name of healthcare provider which issued the results ID.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setResultsID(java.lang.String strResultsID)
Sets Healthcare provider generated number used to reference the results.
|
void |
setResultsIDIssuer(java.lang.String strResultsIDIssuer)
Sets Name of healthcare provider which issued the results ID.
|
boolean |
validateModule()
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 ResultsIdentificationModule(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 setResultsID(java.lang.String strResultsID)
strResultsID - - specifies Healthcare provider generated number used to reference the resultspublic java.lang.String getResultsID()
public void setResultsIDIssuer(java.lang.String strResultsIDIssuer)
strResultsIDIssuer - - Name of healthcare provider which issued the results IDpublic java.lang.String getResultsIDIssuer()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module