Class R4LibraryEvaluationService

java.lang.Object
org.opencds.cqf.fhir.cr.cpg.r4.R4LibraryEvaluationService

public class R4LibraryEvaluationService extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.opencds.cqf.fhir.cql.EvaluationSettings
     
    protected org.opencds.cqf.fhir.api.Repository
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    R4LibraryEvaluationService(org.opencds.cqf.fhir.api.Repository repository, org.opencds.cqf.fhir.cql.EvaluationSettings evaluationSettings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.r4.model.Parameters
    evaluate(org.hl7.fhir.r4.model.IdType id, String subject, List<String> expression, org.hl7.fhir.r4.model.Parameters parameters, org.hl7.fhir.r4.model.Bundle data, List<org.hl7.fhir.r4.model.Parameters> prefetchData, org.hl7.fhir.r4.model.Endpoint dataEndpoint, org.hl7.fhir.r4.model.Endpoint contentEndpoint, org.hl7.fhir.r4.model.Endpoint terminologyEndpoint)
     

    Methods inherited from class java.lang.Object

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

    • repository

      protected org.opencds.cqf.fhir.api.Repository repository
    • evaluationSettings

      protected org.opencds.cqf.fhir.cql.EvaluationSettings evaluationSettings
  • Constructor Details

    • R4LibraryEvaluationService

      public R4LibraryEvaluationService(org.opencds.cqf.fhir.api.Repository repository, org.opencds.cqf.fhir.cql.EvaluationSettings evaluationSettings)
  • Method Details

    • evaluate

      public org.hl7.fhir.r4.model.Parameters evaluate(org.hl7.fhir.r4.model.IdType id, String subject, List<String> expression, org.hl7.fhir.r4.model.Parameters parameters, org.hl7.fhir.r4.model.Bundle data, List<org.hl7.fhir.r4.model.Parameters> prefetchData, org.hl7.fhir.r4.model.Endpoint dataEndpoint, org.hl7.fhir.r4.model.Endpoint contentEndpoint, org.hl7.fhir.r4.model.Endpoint terminologyEndpoint)