Class R4SubmitDataService

java.lang.Object
org.opencds.cqf.fhir.cr.measure.r4.R4SubmitDataService

public class R4SubmitDataService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    R4SubmitDataService(org.opencds.cqf.fhir.api.Repository repository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.r4.model.Bundle
    submitData(org.hl7.fhir.r4.model.IdType id, org.hl7.fhir.r4.model.MeasureReport report, List<org.hl7.fhir.instance.model.api.IBaseResource> resources)
    Save measure report and resources to the local repository

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • R4SubmitDataService

      public R4SubmitDataService(org.opencds.cqf.fhir.api.Repository repository)
  • Method Details

    • submitData

      public org.hl7.fhir.r4.model.Bundle submitData(org.hl7.fhir.r4.model.IdType id, org.hl7.fhir.r4.model.MeasureReport report, List<org.hl7.fhir.instance.model.api.IBaseResource> resources)
      Save measure report and resources to the local repository
      Parameters:
      id -
      report -
      resources -
      Returns:
      Bundle transaction result