Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RA-488:Correct the <p> id of when and where in the Visit Note HTML Form #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions omod/src/main/webapp/resources/htmlforms/simpleVisitNote.xml
Expand Up @@ -43,16 +43,16 @@
<ifMode mode="VIEW" include="false">
<h2><uimessage code="referenceapplication.visitNote.title"/></h2>

<div id="who-when-where">
<div id="who-where-when">
Wandji69 marked this conversation as resolved.
Show resolved Hide resolved
<p id="who">
<label><uimessage code="coreapps.patientDashBoard.provider"/></label>
<span><encounterProvider default="currentUser" required="true" /></span>
</p>
<p id="when">
<p id="where">
<label><uimessage code="coreapps.patientDashBoard.location"/></label>
<span><encounterLocation default="SessionAttribute:emrContext.sessionLocationId"/></span>
</p>
<p id="where">
<p id="when">
<label><uimessage code="coreapps.patientDashBoard.date"/></label>
<span><encounterDate id="encounterDate" default="now" /></span>
</p>
Expand Down