| 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
)
Function CreateDiagnosticReport (
report As DiagnosticReport
) As DiagnosticReport
DiagnosticReport^ CreateDiagnosticReport(
DiagnosticReport^ report
)
abstract CreateDiagnosticReport :
report : DiagnosticReport -> DiagnosticReport
Parameters
- report
- Type: SanteDB.Core.Model.AMI.DiagnosticsDiagnosticReport
The diagnostic report to be created.
Return Value
Type:
DiagnosticReportReturns the created diagnostic report.
See Also