[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
void UpdateScheduledProcedureStep(
string ,
WCFScheduledProcedureStep
)
'Declaration
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Sub UpdateScheduledProcedureStep( _
ByVal As String, _
ByVal As WCFScheduledProcedureStep _
)
'Usage
Dim instance As IBrokerService
Dim scheduledProcedureStepID As String
Dim procedureStep As WCFScheduledProcedureStep
instance.UpdateScheduledProcedureStep(scheduledProcedureStepID, procedureStep)
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
void UpdateScheduledProcedureStep(
String^ ,
WCFScheduledProcedureStep^
)