PulseTile / PulseTile-AngularJS

Leading edge modular UI framework for healthcare. Based on AngularJS. See documentation at http://docs.pulsetile.com/ See plugins at https://github.com/PulseTile-Plugins ##
http://www.pulsetile.com
Apache License 2.0
20 stars 22 forks source link

cant save Clinical Note: related to UI JSON #39

Closed tony-shannon closed 7 years ago

tony-shannon commented 7 years ago

FAO @dkryvosheya

We have found that we cant save new Clinical Notes eg image

The problem has been traced as ;

the UI is sending it as a field named "notes" rather than "note" here's what the UI sent "body": { "clinicalNotesType": "Diabetic Clinic", "notes": "Type 2 Diabetes under reasonable control\nrecent weight loss\nsmoking still a problem\ntaking her meds\nno visual or foot problems reported", "dateCreated": "2017-08-03", "author": "bob.smith@gmail.com", "source": "openehr" }, so they need to change that field name to "note" singular

dkryvosheya commented 7 years ago

Patched;

Ready to be closed;

dkryvosheya commented 7 years ago

@tony-shannon @PhilBarrett this issue can be closed. have you had a time to check it out?

PhilBarrett commented 7 years ago

Working fine now, thanks Dmitry