Interface ReportStorage

All Known Implementing Classes:
FhirServerReportStorage, FileSystemReportStorage

public interface ReportStorage
Storage interface for TestReport resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    store(org.hl7.fhir.r4.model.TestReport report, String format)
     
  • Method Details

    • store

      void store(org.hl7.fhir.r4.model.TestReport report, String format)