Skip to main content

Module params

Module params 

Source
Expand description

Parse the FHIR Parameters body for a $sql-run whose subject is a SQLQuery or SQLView Library.

The subject itself is named by the shared subjectCanonical / subjectReference / subjectResource trio and resolved before this runs (see helios_sof::params and the REST sof::subject module), so this struct covers only the parameters specific to executing a Library.

Structs§

SqlQueryRunParams
Library-specific $sql-run parameters lifted out of a FHIR Parameters body.

Functions§

extract_sqlquery_params_from_json
Walks a Parameters body and pulls every Library-specific $sql-run field.