isCanonicalParameter | - |
isContextParameter | - |
isInputParameters | Checks if the parameters passed satisfies the conditions of populateInputParameters. |
isOutputParameters | - |
isSubjectParameter | - |
populate | Executes the SDC Populate Questionnaire operation - $populate. Input and output specific parameters conformant to the SDC populate specification. Can be deployed as a $populate microservice. |
populateQuestionnaire | Performs an in-app population of the provided questionnaire. By in-app, it means that a callback function is provided to fetch resources instead of it calling to a $populate service. This function helps to you create a nice set of populate input parameters from the provided params. If you already have them, use https://github.com/aehrc/smart-forms/blob/main/packages/sdc-populate/src/SDCPopulateQuestionnaireOperation/utils/populate.ts#L842 instead. |