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