This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Result form(s) for labs #65
Labels
🚀enhancement
an issue/pull request that adds a feature to the application
help wanted
indicates that an issue is open for contributions
Milestone
Comments
jkleinsc
added
🚀enhancement
an issue/pull request that adds a feature to the application
philippines
labels
Apr 6, 2015
jkleinsc
added
the
needs requirements
indicates that an issue needs more requirements in order to be worked on
label
Jul 13, 2015
The same technology solution we need for #90 is what we need here. Form-builder capability. |
tangollama
added
Forms
and removed
needs requirements
indicates that an issue needs more requirements in order to be worked on
labels
Feb 13, 2016
@taras this is another example of where a configurable form component is needed. |
tangollama
added
the
help wanted
indicates that an issue is open for contributions
label
Mar 15, 2016
Closed
This feature can be implemented by extending the custom forms feature to work with labs. This means doing the following:
customForms: inject.service(),
getNewData() {
let customForms = get(this, 'customForms');
let newData = {
customForms: Ember.Object.create()
};
return customForms.setDefaultCustomForms(['lab'], newData);
},
{{custom-form-manager model=model formType="lab"}} This will allow custom forms to be created and added to lab results. |
matteovivona
pushed a commit
that referenced
this issue
Jan 15, 2021
…ble-to-rtl test(imaging-request-tablet): convert to rtl
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🚀enhancement
an issue/pull request that adds a feature to the application
help wanted
indicates that an issue is open for contributions
Right now there is a generic result field for labs. At some point we should support generation of result forms like the following:
The text was updated successfully, but these errors were encountered: