Package org.opencds.cqf.fhir.cr.cpg.r4
Class R4CqlExecutionService
java.lang.Object
org.opencds.cqf.fhir.cr.cpg.r4.R4CqlExecutionService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.opencds.cqf.fhir.cql.EvaluationSettingsprotected org.opencds.cqf.fhir.api.Repository -
Constructor Summary
ConstructorsConstructorDescriptionR4CqlExecutionService(org.opencds.cqf.fhir.api.Repository repository, org.opencds.cqf.fhir.cql.EvaluationSettings evaluationSettings) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.Parametersevaluate(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)
-
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)
-