←Select platform

DeleteImagingServiceRequest Method

Summary

Deletes the imaging service request having the specified accession number, patient id, and issuer of patient id.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(System.Type)] 
public void DeleteImagingServiceRequest( 
   string accessionNumber, 
   string patientID, 
   string issuerOfPatientID 
) 
  
<OperationContractAttribute()> 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
Sub DeleteImagingServiceRequest( _ 
   ByVal accessionNumber As String, _ 
   ByVal patientID As String, _ 
   ByVal issuerOfPatientID As String _ 
)  
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void DeleteImagingServiceRequest(  
   String^ accessionNumber, 
   String^ patientID, 
   String^ issuerOfPatientID 
)  

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.

Example

For an example refer to AddImagingServiceRequest

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly