Click or drag to resize

IAmiServiceContractCreateDiagnosticReport Method

Creates a diagnostic report.

Namespace:  SanteDB.Rest.AMI
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
DiagnosticReport CreateDiagnosticReport(
	DiagnosticReport report
)

Parameters

report
Type: SanteDB.Core.Model.AMI.DiagnosticsDiagnosticReport
The diagnostic report to be created.

Return Value

Type: DiagnosticReport
Returns the created diagnostic report.
See Also