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