Finds the imaging service request having the specified Accession Number, Patient ID, and the name of the issuer of the Patient ID.
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
ImagingServiceRequest FindImagingServiceRequest(
string ,
string ,
string
)
'Declaration
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function FindImagingServiceRequest( _
ByVal As String, _
ByVal As String, _
ByVal As String _
) As ImagingServiceRequest
'Usage
Dim instance As IBrokerService
Dim accessionNumber As String
Dim patientID As String
Dim issuerOfPatientID As String
Dim value As ImagingServiceRequest
value = instance.FindImagingServiceRequest(accessionNumber, patientID, issuerOfPatientID)
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
ImagingServiceRequest^ FindImagingServiceRequest(
String^ ,
String^ ,
String^
)
Parameters
- accessionNumber
- A departmental IS-generated number that identifies the order for the Imaging Service Request.
- patientID
- Primary hospital identification number or code for the Patient.
- issuerOfPatientID
- Name of the healthcare provider that issued the Patient ID.
Return Value
The image service request if found; null otherwise.