public class ImagingServiceRequestAttributes extends Attributes
| Constructor and Description |
|---|
ImagingServiceRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
java.lang.String |
getAccessionNumber()
Gets the accession number.
|
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.
|
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 |
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.
|
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.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set
|
void |
setAccessionNumber(java.lang.String strAccessionNumber) |
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 |
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.
|
public void setAccessionNumber(java.lang.String strAccessionNumber)
public java.lang.String getAccessionNumber()
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 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 void setImagingServiceRequestComments(java.lang.String StrImagingServiceRequestComments)
StrImagingServiceRequestComments - - String identifies user-defined comments on the Imaging Service Request.public java.lang.String getImagingServiceRequestComments()
public RequestingPhysicianIdentificationSequence getRequestingPhysicianIdentificationSequence()
public ReferringPhysicianIdentificationSequence getReferringPhysicianIdentificationSequence()
public void setRequestingService(java.lang.String strRequestingService)
strRequestingService - - Institutional department where the request initiated.public java.lang.String getRequestingService()
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 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 populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet