Class FhirServerReportStorage

java.lang.Object
org.fhirfrog.frog.rendering.FhirServerReportStorage
All Implemented Interfaces:
ReportStorage

public class FhirServerReportStorage extends Object implements ReportStorage
Stores TestReport to a FHIR server via HTTP POST.
  • Constructor Details

    • FhirServerReportStorage

      public FhirServerReportStorage()
  • Method Details

    • store

      public void store(org.hl7.fhir.r4.model.TestReport report, String format)
      Specified by:
      store in interface ReportStorage