Notifications
Clear all
Topic starter
We are currently testing CEMR 9.12.3 in our organization. Does anyone know if it is possible to change the default size of the HTML Prescription form upon launch? The form exceeds the screen size depending on screen resolution/size. I envision a lot of frustrated providers if they have to resize the form every time it launches.
Posted : June 13, 2019 2:42 am
In the EMR, to my knowledge, no. You could manually modify the HTML and add proper CSS or JS, unsure about implications to warranties and or contracts. For opening other HTML forms there is this MEL code below:
{SHOW_HTML_FORM(formUrl, formName, sdid, width, height, parentFormId)}
Posted : July 23, 2019 10:36 am