public class InterpretationIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InterpretationIdentificationModule(IDataSet objIDataSet)
Instantiates a new interpretation identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterpretationID()
Return Interpretation ID generated by Healthcare provider.
|
java.lang.String |
getInterpretationIDIssuer()
Return Issuer of Interpretation ID.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setInterpretationID(java.lang.String strInterpretationID)
Sets Interpretation ID generated by Healthcare provider.
|
void |
setInterpretationIDIssuer(java.lang.String strInterpretationIDIssuer)
Sets Issuer of Interpretation ID.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public InterpretationIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic void setInterpretationID(java.lang.String strInterpretationID)
strInterpretationID - - Specifies Healthcare provider generated number used to reference the interpretationpublic java.lang.String getInterpretationID()
public void setInterpretationIDIssuer(java.lang.String strInterpretationIDIssuer)
strInterpretationIDIssuer - - Specifies Name of healthcare provider which issued the interpretation IDpublic java.lang.String getInterpretationIDIssuer()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module