Class R4CqlExecutionService

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

public class R4CqlExecutionService 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
    R4CqlExecutionService(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(String subject, String expression, org.hl7.fhir.r4.model.Parameters parameters, List<org.hl7.fhir.r4.model.Parameters> library, org.hl7.fhir.r4.model.BooleanType useServerData, 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, String content)
     

    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

    • R4CqlExecutionService

      public R4CqlExecutionService(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(String subject, String expression, org.hl7.fhir.r4.model.Parameters parameters, List<org.hl7.fhir.r4.model.Parameters> library, org.hl7.fhir.r4.model.BooleanType useServerData, 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, String content)