You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundleExpression: Encounter?_revinclude=Encounter:part-of:Encounter
primaryResourcesExpression: %Bundle.entry.resource.where(resourceType = 'Encounter' and partOf = null)
columns:
- key: name
expression: %Resource.name + ' ' + %Bundle.resolve(%Resource.encounter.partOf).period.start
filters:
- key: name
searchParam: name
type: reference
placement: [table]
reportColumns:
title: Total
expression: %Bundle.total
and for loadReport it does not fit well with searchParams, because searchParams are from resource bundle.
We need more usecases of how reports are going to be used to make a decision
loadReport is not mandatory, and getReportColumns by default get resourceBundle
The text was updated successfully, but these errors were encountered: