Conversation
|
Thanks @ibacher ... I didn't realize this was going on, but would be great to get this working with the generic reference app... were you planning on using this in particular? One challenge is that we are actively using the app with the the existing concepts, so it's hard to change the uuids... one thing I would suggest would be to change the whole thing to support using concept mappings instead of uuids... we could even great a concept source just for this module, and implementations apply the appropriate mappings to the concepts they'd want to use. |
|
@mogoodrich I'm not entirely sure if we're planning on using this or not. The project I'm working on is currently a bit devoid of feedback. That said, I was told this was something that may be of interest to them. And, yeah, I didn't like the whole changing UUIDs thing but I also didn't like that they're hard-coded in the Javascript... I'll have a look at making this work with concept mappings instead. |
I'm not sure if this is of interest or not, but these are changes I've made to get this module running in the RefApp using CIEL concepts where possible.
The change concepts are:
The bulk of the important changes are in EDTriageAppActivator and EDTriageEditPatientPageController.
Apart from the changing concept IDs, I've tried to keep things as compatible as possible with the current version of the module, although I did add some logic to the EDTriageEditPatientController to make page flow a bit more sensible.