public class InterpretationRecordingModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InterpretationRecordingModule(IDataSet objIDataSet)
Instantiates a new interpretation recording module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterpretationRecordedDate()
Retrevies Date interpretation was dictated or entered.
|
java.lang.String |
getInterpretationRecordedTime()
Retrieves Time interpretation that was dictated or entered.
|
java.lang.String |
getInterpretationRecorder()
Retrieves Name of the person who recorded the interpretation.
|
java.lang.String |
getReferenceToRecordedSound()
Retrieves a reference used to identify or locate the sound recording of the interpretation.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setInterpretationRecordedDate(java.lang.String strInterpretationRecordedDate)
Sets Interpretation Recorded Date.
|
void |
setInterpretationRecordedTime(java.lang.String strInterpretationRecordedTime)
Sets Interpretation Recorded Time.
|
void |
setInterpretationRecorder(java.lang.String strInterpretationRecorder)
Sets Interpretation Recorder.
|
void |
setReferenceToRecordedSound(java.lang.String strReferenceToRecordedSound)
Sets Reference To Recorded Sound.
|
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 InterpretationRecordingModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic void setInterpretationRecordedDate(java.lang.String strInterpretationRecordedDate)
strInterpretationRecordedDate - - Specifies Date interpretation was dictated or enteredpublic java.lang.String getInterpretationRecordedDate()
public void setInterpretationRecordedTime(java.lang.String strInterpretationRecordedTime)
strInterpretationRecordedTime - - Specifies Time interpretation was dictated or enteredpublic java.lang.String getInterpretationRecordedTime()
public void setInterpretationRecorder(java.lang.String strInterpretationRecorder)
strInterpretationRecorder - - Specifies Name of the person who recorded the interpretationpublic java.lang.String getInterpretationRecorder()
public void setReferenceToRecordedSound(java.lang.String strReferenceToRecordedSound)
strReferenceToRecordedSound - - Specifies a reference used to identify or locate the sound recording of the interpretationpublic java.lang.String getReferenceToRecordedSound()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module