Class FileSystemReportStorage

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

public class FileSystemReportStorage extends Object implements ReportStorage
Stores TestReport to file system.
  • Constructor Details

    • FileSystemReportStorage

      public FileSystemReportStorage()
  • Method Details

    • store

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