public class InterpretationTranscriptionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InterpretationTranscriptionModule(IDataSet objIDataSet)
Instantiates a new interpretation transcription module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterpretationAuthor()
Retrieves Interpretation Author's Name.
|
java.lang.String |
getInterpretationText()
Retrieves Text of the interpretation.
|
java.lang.String |
getInterpretationTranscriber()
Return Interpretation Transcriber's Name.
|
java.lang.String |
getInterpretationTranscriptionDate()
Retrieves Date interpretation was transcribed.
|
java.lang.String |
getInterpretationTranscriptionTime()
Return Time interpretation was transcribed.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setInterpretationAuthor(java.lang.String strInterpretationAuthor)
Sets Interpretation Author's Name.
|
void |
setInterpretationText(java.lang.String strInterpretationText)
Sets Interpretation Text.
|
void |
setInterpretationTranscriber(java.lang.String strInterpretationTranscriber)
Sets Interpretation Transcriber's Name.
|
void |
setInterpretationTranscriptionDate(java.lang.String strInterpretationTranscriptionDate)
Sets Interpretation Transcription Date.
|
void |
setInterpretationTranscriptionTime(java.lang.String strInterpretationTranscriptionTime)
Sets Interpretation Transcription Time.
|
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 InterpretationTranscriptionModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic void setInterpretationTranscriptionDate(java.lang.String strInterpretationTranscriptionDate)
strInterpretationTranscriptionDate - - Specifies Date interpretation was transcribed.public java.lang.String getInterpretationTranscriptionDate()
public void setInterpretationTranscriptionTime(java.lang.String strInterpretationTranscriptionTime)
strInterpretationTranscriptionTime - - String value of Interpretation Transcription Timepublic java.lang.String getInterpretationTranscriptionTime()
public void setInterpretationTranscriber(java.lang.String strInterpretationTranscriber)
strInterpretationTranscriber - - Specifies Name of person who transcribed the interpretation.public java.lang.String getInterpretationTranscriber()
public void setInterpretationText(java.lang.String strInterpretationText)
strInterpretationText - - Specifies Text of the interpretation.public java.lang.String getInterpretationText()
public void setInterpretationAuthor(java.lang.String strInterpretationAuthor)
strInterpretationAuthor - - Specifies Name of author of interpretation.public java.lang.String getInterpretationAuthor()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module