ResolveUnscheduledPerformedProcedureStep Method

Summary

Update an existent unscheduled performed procedure step by connecting it to an existent scheduled procedure.

Syntax
C#
VB
C++
public virtual void ResolveUnscheduledPerformedProcedureStep( 
   string mppsUID, 
   string spsID 
) 
  
Public Overridable Sub ResolveUnscheduledPerformedProcedureStep( _ 
   ByVal mppsUID As String, _ 
   ByVal spsID As String _ 
)  
public: 
virtual void ResolveUnscheduledPerformedProcedureStep(  
   String^ mppsUID, 
   String^ spsID 
)  

Parameters

mppsUID
A System.String representing the SOP Instance UID for the unscheduled Modality performed procedure step.

spsID
A System.String representing The ID for the Scheduled procedure step.

Remarks

Both the Modality performed procedure step UID and the Scheduled procedure step ID should exist in the data storage.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly