public class VisitIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
VisitIdentificationModule(IDataSet objIDataSet)
Instantiates a new visit identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdmissionID()
Retrieves Identification number of the visit as assigned by the healthcare provider.
|
java.lang.String |
getInstitutionAddress()
Retrieves Mailing Address of the institution where the equipment is located.
|
InstitutionCodeSequence |
getInstitutionCodeSequence()
A sequence that conveys the healthcare facility identification.
|
java.lang.String |
getInstitutionName()
Retrieves Institution where the equipment is located.
|
IssuerOfAdmissionIDSequence |
getIssuerOfAdmissionIDSequence()
This method provides the pre-initialized object of Issuer Of Admission ID Sequence.
|
IssuerofServiceEpisodeIDSequence |
getIssuerofServiceEpisodeIDSequence()
This method provides the pre-initialized object of Issuer of Service Episode ID Sequence.
|
java.lang.String |
getServiceEpisodeDescription()
Retrieves Service Episode Description.
|
java.lang.String |
getServiceEpisodeID()
Retrieves Service Episode ID.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setAdmissionID(java.lang.String strAdmissionID)
Identification number of the visit as assigned by the healthcare provider.
|
void |
setInstitutionAddress(java.lang.String strInstitutionAddress)
The address of Institution.
|
void |
setInstitutionName(java.lang.String strInstitutionName)
Sets The name of Institution.
|
void |
setServiceEpisodeDescription(java.lang.String strServiceEpisodeDescription)
Sets Description of the type of service episode.
|
void |
setServiceEpisodeID(java.lang.String strServiceEpisodeID)
Sets Identifier of the Service Episode as assigned by the healthcare provider.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public VisitIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - String value of Institution Namepublic void setInstitutionAddress(java.lang.String strInstitutionAddress)
strInstitutionAddress - String value of Institution Addresspublic InstitutionCodeSequence getInstitutionCodeSequence()
public void setAdmissionID(java.lang.String strAdmissionID)
strAdmissionID - String value of Admission ID.public void setServiceEpisodeID(java.lang.String strServiceEpisodeID)
strServiceEpisodeID - String value of Service Episode IDpublic void setServiceEpisodeDescription(java.lang.String strServiceEpisodeDescription)
strServiceEpisodeDescription - String value of Service Episode Descriptionpublic java.lang.String getInstitutionName()
public java.lang.String getInstitutionAddress()
public java.lang.String getAdmissionID()
public IssuerOfAdmissionIDSequence getIssuerOfAdmissionIDSequence()
public java.lang.String getServiceEpisodeID()
public IssuerofServiceEpisodeIDSequence getIssuerofServiceEpisodeIDSequence()
public java.lang.String getServiceEpisodeDescription()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module