public class GeneralPurposePerformedProcedureStepRelationshipModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
GeneralPurposePerformedProcedureStepRelationshipModule(IDataSet objIDataSet)
Creates Annotation List Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIssuerofPatientID()
Return attribute identifies Assigning Authority that issued the Patient ID.
|
java.lang.String |
getPatientID()
Return identifies Primary hospital identification number or code for the
patient.
|
java.lang.String |
getPatientsBirthDate()
Return Date of birth of the named patient.
|
java.lang.String |
getPatientsName()
Return Patient's full legal name.
|
java.lang.String |
getPatientsSex()
Retrieves sex of Patient.
|
ReferencedGeneralPurposeScheduledProcedureStepSequence |
getReferencedGeneralPurposeScheduledProcedureStepSequence()
Retrieves pre-initialized object of ReferencedGeneralPurposeScheduledProcedureStepSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ReferencedRequestSequence |
getReferencedRequestSequence()
Retrieves pre-initialized object of ReferencedRequestSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setIssuerofPatientID(java.lang.String strIssuerOfPatientID)
Sets attribute identifies Assigning Authority that issued the Patient ID.
|
void |
setPatientID(java.lang.String strPatientID)
Sets attribute identifies Primary hospital identification number or code for the
patient.
|
void |
setPatientsBirthDate(java.lang.String StrPatientsBirthDate)
Sets attribute identifies Date of birth of the named patient.
|
void |
setPatientsName(java.lang.String strPatientsName)
Sets attribute identifies Patient's full legal name.
|
void |
setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|
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 GeneralPurposePerformedProcedureStepRelationshipModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - when the module is invalidpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic void setPatientsName(java.lang.String strPatientsName)
strPatientsName - - String identifies Patient's full legal name.public java.lang.String getPatientsName()
public void setPatientID(java.lang.String strPatientID)
StrPatientID - - String identifies Primary hospital identification numberpublic java.lang.String getPatientID()
public void setIssuerofPatientID(java.lang.String strIssuerOfPatientID)
strIssuerOfPatientID - - String Patient ID.public java.lang.String getIssuerofPatientID()
public void setPatientsBirthDate(java.lang.String StrPatientsBirthDate)
StrPatientsBirthDate - - String Date of birthpublic java.lang.String getPatientsBirthDate()
public void setPatientsSex(EnumPatientsSex enumPatientsSex)
enumPatientsSex - - Enum value sex of Patientpublic java.lang.String getPatientsSex()
public ReferencedRequestSequence getReferencedRequestSequence()
public ReferencedGeneralPurposeScheduledProcedureStepSequence getReferencedGeneralPurposeScheduledProcedureStepSequence()