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
The same technology solution we need for #90 is what we need here. Form-builder capability. |
@taras this is another example of where a configurable form component is needed. |
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
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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:
![screen shot 2015-04-06 at 11 41 05 am](https://cloud.githubusercontent.com/assets/609052/7006807/f3b24a5a-dc51-11e4-8777-2da4397ad9c8.png)
The text was updated successfully, but these errors were encountered: