←Select platform

GetAccessionNumbers Method

Summary

Gets a list of Accession Numbers.

Syntax

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

Parameters

patientID
Primary hospital identification number or code for the Patient.

issuerOfPatientID
Name of the healthcare provider that issued the Patient ID.

Return Value

List of Accession Numbers.

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