You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an ideal world, all EPRs will integrate the dGC API shortly after we launch it, and clinicians of all stripes will be able to access RCPCH-standard centile and SDS calculations from within their native EPR applications.
However, back in the real world, this is a long-term goal. In the meantime we will have a lot of clinicians having to manually enter child data into the React demo, and they will want to record the returned data in their EPR manually as well. They are likely to want to copy and paste the data. This is suboptimal, but it is acknowledging what will happen in the real world.
There is a small clinical risk associated with this 2-way transfer of data - the input data could be entered incorrectly, or the returned data could be transcribed incorrectly. We can reduce the risk of the second error but providing a text box with all the returned information neatly formatted for the user to copy and paste into their application. We can't stop them doing this anyway, but we can make the resultant data-block better, less ambiguous, and clearer.
What I'm proposing would be at the bottom of the results page, underneath the results table. A text box containing:
All the data in the results table, formatted nicely into clear sentences, so as to be completely unambiguous if pasted into a 'Journal' type note in a clinical record.
The API that was used and the version.
The current date & time (which may be different from the birth date and the observation date and indeed even the time it is entered in the clinical record if there is a delay)
(for extra points) one of those cool 'copy to clipboard' buttons and a "Copied to clipboard!" success flash
The text was updated successfully, but these errors were encountered:
In the chart component v6.0.0 the chart itself now has a prop and callback that allows cut and paste.
We are therefore half way there with signing off this ticket.
In an ideal world, all EPRs will integrate the dGC API shortly after we launch it, and clinicians of all stripes will be able to access RCPCH-standard centile and SDS calculations from within their native EPR applications.
However, back in the real world, this is a long-term goal. In the meantime we will have a lot of clinicians having to manually enter child data into the React demo, and they will want to record the returned data in their EPR manually as well. They are likely to want to copy and paste the data. This is suboptimal, but it is acknowledging what will happen in the real world.
There is a small clinical risk associated with this 2-way transfer of data - the input data could be entered incorrectly, or the returned data could be transcribed incorrectly. We can reduce the risk of the second error but providing a text box with all the returned information neatly formatted for the user to copy and paste into their application. We can't stop them doing this anyway, but we can make the resultant data-block better, less ambiguous, and clearer.
What I'm proposing would be at the bottom of the results page, underneath the results table. A text box containing:
The text was updated successfully, but these errors were encountered: