public class ImagingServiceRequestModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ImagingServiceRequestModule(IDataSet objIDataSet)
Creates Imaging Service Request Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessionNumber()
Retrieves departmental IS generated number that identifies the order for the Imaging Service Request.
|
java.lang.String |
getAdmissionID()
Retrieves Admission ID.
|
java.lang.String |
getFillerOrderNumberImagingServiceRequest()
The order number assigned to the Imaging Service Request by the party filling the order.
|
java.lang.String |
getImagingServiceRequestComments()
Return User-defined comments on the Imaging Service Request.
|
java.lang.String |
getIssueDateofImagingServiceRequest()
Retrieves Date on which the Imaging Service Request was issued by the requester.
|
IssuerofAccessionNumberSequence |
getIssuerofAccessionNumberSequence()
This method provides the pre-initialized object of Issuer of Accession Number Sequence.
|
IssuerOfAdmissionIDSequence |
getIssuerOfAdmissionIDSequence()
This method provides the pre-initialized object of Issuer Of Admission ID Sequence.
|
java.lang.String |
getIssueTimeofImagingServiceRequest()
Retrieves Time at which the Imaging Service Request was issued by the requester.
|
java.lang.String |
getOrderCallbackPhoneNumber()
Retrieves telephone Number at which additional information can be retrieved.
|
java.lang.String |
getOrderCallbackTelecomInformation()
Return Order Callback Telecom Information.
|
java.lang.String |
getOrderenteredby()
Retrieves the person who entered the Imaging Service Request into an Information System.
|
java.lang.String |
getOrderEntererLocation()
Retrieves the location at which the Imaging Service Request was entered.
|
OrderPlacerIdentifierSequence |
getOrderPlacerIdentifierSequence()
This method provides the pre-initialized object of Order Placer Identifier Sequence.
|
java.lang.String |
getPlacerOrderNumberImagingServiceRequest()
The order number assigned to the Imaging Service Request by the party placing the order.
|
ReferringPhysicianIdentificationSequence |
getReferringPhysicianIdentificationSequence()
Identification of the patient's referring physician.
|
java.lang.String |
getReferringPhysicianName()
Return Name of the patient's referring physician for this Imaging Service Request.
|
java.lang.String |
getRequestingPhysician()
Return Name of the physician who requested the Imaging Service Request.
|
RequestingPhysicianIdentificationSequence |
getRequestingPhysicianIdentificationSequence()
Identification of the physician who requested the
Imaging Service Request.
|
java.lang.String |
getRequestingService()
Retrieves Institutional department where the request initiated.
|
RequestingServiceCodeSequence |
getRequestingServiceCodeSequence()
This method provides the pre-initialized object of Requesting Service Code Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setAccessionNumber(java.lang.String StrAccessionNumber)
Sets departmental IS generated number that identifies the order for the Imaging Service Request.
|
void |
setAdmissionID(java.lang.String strAdmissionID)
Sets Admission ID.
|
void |
setFillerOrderNumberImagingServiceRequest(java.lang.String StrFillerOrderNumberImagingServiceRequest)
Sets the order number assigned to the Imaging Service Request by the party filling the order.
|
void |
setImagingServiceRequestComments(java.lang.String StrImagingServiceRequestComments)
Sets attribute identifies user-defined comments on the Imaging Service Request.
|
void |
setIssueDateofImagingServiceRequest(java.lang.String StrIssueDateofImagingServiceRequest)
Sets Date on which the Imaging Service Request was issued by the requester.
|
void |
setIssueTimeofImagingServiceRequest(java.lang.String StrIssueTimeofImagingServiceRequest)
Sets Time at which the Imaging Service Request was issued by the requester.
|
void |
setOrderCallbackPhoneNumber(java.lang.String StrOrderCallbackPhoneNumber)
Sets telephone Number at which additional information can be retrieved.
|
void |
setOrderCallbackTelecomInformation(java.lang.String strOrderCallbackTelecomInformation)
Sets Order Callback Telecom Information.
|
void |
setOrderenteredby(java.lang.String StrOrderenteredby)
Sets the person who entered the Imaging Service Request into an Information System.
|
void |
setOrderEntererLocation(java.lang.String StrOrderEntererLocation)
Sets the location at which the Imaging Service Request was entered.
|
void |
setPlacerOrderNumberImagingServiceRequest(java.lang.String StrPlacerOrderNumberImagingServiceRequest)
Sets the order number assigned to the Imaging Service Request by the party placing the order.
|
void |
setReferringPhysicianName(java.lang.String strReferringPhysicianName)
Sets attribute identifies Name of the patient's referring physician for this Imaging Service Request.
|
void |
setRequestingPhysician(java.lang.String strRequestingPhysician)
Sets attribute identifies Name of the physician who requested the Imaging Service Request.
|
void |
setRequestingService(java.lang.String strRequestingService)
Sets Institutional department where the request initiated.
|
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 ImagingServiceRequestModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic void setImagingServiceRequestComments(java.lang.String StrImagingServiceRequestComments)
StrImagingServiceRequestComments - - String identifies user-defined comments on the Imaging Service Request.public java.lang.String getImagingServiceRequestComments()
public void setRequestingPhysician(java.lang.String strRequestingPhysician)
strRequestingPhysician - - String identifies Name of the physician who requested the Imaging Service Request.public java.lang.String getRequestingPhysician()
public RequestingPhysicianIdentificationSequence getRequestingPhysicianIdentificationSequence()
public void setReferringPhysicianName(java.lang.String strReferringPhysicianName)
strReferringPhysicianName - - String identifies Name of the patient's referring physician for this Imaging Service Request.public java.lang.String getReferringPhysicianName()
public ReferringPhysicianIdentificationSequence getReferringPhysicianIdentificationSequence()
public void setRequestingService(java.lang.String strRequestingService)
strRequestingService - - Institutional department where the request initiated.public java.lang.String getRequestingService()
public RequestingServiceCodeSequence getRequestingServiceCodeSequence()
public void setAccessionNumber(java.lang.String StrAccessionNumber)
StrAccessionNumber - departmental IS generated number that identifies the order for the Imaging Service Request.public java.lang.String getAccessionNumber()
public IssuerofAccessionNumberSequence getIssuerofAccessionNumberSequence()
public void setIssueDateofImagingServiceRequest(java.lang.String StrIssueDateofImagingServiceRequest)
StrIssueDateofImagingServiceRequest - - Date on which the Imaging Service Request was issued by the requester.public java.lang.String getIssueDateofImagingServiceRequest()
public void setIssueTimeofImagingServiceRequest(java.lang.String StrIssueTimeofImagingServiceRequest)
StrIssueTimeofImagingServiceRequest - - Time at which the Imaging Service Request was issued by the requester.public java.lang.String getIssueTimeofImagingServiceRequest()
public void setPlacerOrderNumberImagingServiceRequest(java.lang.String StrPlacerOrderNumberImagingServiceRequest)
StrPlacerOrderNumberImagingServiceRequest - the order number assigned to the Imaging Service Request by the party placing the order.public java.lang.String getPlacerOrderNumberImagingServiceRequest()
public OrderPlacerIdentifierSequence getOrderPlacerIdentifierSequence()
public void setFillerOrderNumberImagingServiceRequest(java.lang.String StrFillerOrderNumberImagingServiceRequest)
StrFillerOrderNumberImagingServiceRequest - the order number assigned to the Imaging Service Request by the party filling the order.public java.lang.String getFillerOrderNumberImagingServiceRequest()
public void setOrderenteredby(java.lang.String StrOrderenteredby)
StrOrderenteredby - the person who entered the Imaging Service Request into an Information System.public java.lang.String getOrderenteredby()
public void setOrderEntererLocation(java.lang.String StrOrderEntererLocation)
StrOrderEntererLocation - the location at which the Imaging Service Request was entered.public java.lang.String getOrderEntererLocation()
public void setOrderCallbackPhoneNumber(java.lang.String StrOrderCallbackPhoneNumber)
StrOrderCallbackPhoneNumber - telephone Number at which additional information can be retrieved.public java.lang.String getOrderCallbackPhoneNumber()
public void setOrderCallbackTelecomInformation(java.lang.String strOrderCallbackTelecomInformation)
strOrderCallbackTelecomInformation - - String value of Order Callback Telecom Informationpublic java.lang.String getOrderCallbackTelecomInformation()
public void setAdmissionID(java.lang.String strAdmissionID)
strAdmissionID - String value of Admission ID.public java.lang.String getAdmissionID()
public IssuerOfAdmissionIDSequence getIssuerOfAdmissionIDSequence()