Update an existent unscheduled performed procedure step by connecting it to an existent scheduled procedure.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Sub ResolveUnscheduledPerformedProcedureStep( _
ByVal mppsUID As String, _
ByVal spsID As String _
) |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also