Click or drag to resize

AmiServiceClientSubmitDiagnosticReport Method

Submits a diagnostic report.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public DiagnosticReport SubmitDiagnosticReport(
	DiagnosticReport report
)

Parameters

report
Type: SanteDB.Core.Model.AMI.DiagnosticsDiagnosticReport
The diagnostic report.

Return Value

Type: DiagnosticReport
Returns the submitted diagnostic report.
See Also