Click or drag to resize

AmiServiceClientUpdateAppletSolution Method

Update applet solution

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public AppletSolutionInfo UpdateAppletSolution(
	string solutionId,
	AppletSolutionInfo solution
)

Parameters

solutionId
Type: SystemString

[Missing <param name="solutionId"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateAppletSolution(System.String,SanteDB.Core.Model.AMI.Applet.AppletSolutionInfo)"]

solution
Type: SanteDB.Core.Model.AMI.AppletAppletSolutionInfo

[Missing <param name="solution"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateAppletSolution(System.String,SanteDB.Core.Model.AMI.Applet.AppletSolutionInfo)"]

Return Value

Type: AppletSolutionInfo

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateAppletSolution(System.String,SanteDB.Core.Model.AMI.Applet.AppletSolutionInfo)"]

See Also