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§
- SqlQuery
RunParams - Library-specific
$sql-runparameters lifted out of a FHIRParametersbody.
Functions§
- extract_
sqlquery_ params_ from_ json - Walks a
Parametersbody and pulls every Library-specific$sql-runfield.