Widget:VisitSchedulerRedux: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
$( "#patientID, #assigned, #indexEvent, #indexEventTime").css({"display":"flex","flex-direction":"column","align-items":"flex-end"}); | $( "#patientID, #assigned, #indexEvent, #indexEventTime").css({"display":"flex","flex-direction":"column","align-items":"flex-end"}); | ||
$( "# | $( "#visitForm" ).reset(); | ||
$( "#indexEvent" ).datepicker({minDate: new Date()}); | $( "#indexEvent" ).datepicker({minDate: new Date()}); | ||
$( "#visit-1" ).datepicker({minDate: new Date()}); | $( "#visit-1" ).datepicker({minDate: new Date()}); | ||
Line 149: | Line 149: | ||
If you have any specific questions about patient scheduling criteria according to the protocol, feel free to contact the AEGIS II Hotline <a href="https://aegis2.bidmc.org/index.php/Hotline_Contact">here</a><br /><br /> | If you have any specific questions about patient scheduling criteria according to the protocol, feel free to contact the AEGIS II Hotline <a href="https://aegis2.bidmc.org/index.php/Hotline_Contact">here</a><br /><br /> | ||
<div style="position:relative; float:left; width:20%;"> | <div style="position:relative; float:left; width:20%;"> | ||
<form action="http://www.wikidoc.org/calendar.php" method="post" id="visitForm"> | |||
<label for="patientID">Patient ID</label> | <label for="patientID">Patient ID</label> | ||
<input type="text" name="patientID" id="patientID" /><br /> | <input type="text" name="patientID" id="patientID" /><br /> | ||
Line 164: | Line 165: | ||
<tr><td>Visit 2</td><td><input type="text" class="appointment" id="visit-1" value=""></td><td><input type="time" id="visitTime-1" value=""></td><td></td><td>Infusion 1 of investigational product should occur <b>no earlier than 12 h after IV contrast or first medical contact</b> and be dosed within 5 days of First Medical Contact. Subjects who are to undergo angiography and, therefore, receive IV contrast agent must have stable renal function.</td></tr> | <tr><td>Visit 2</td><td><input type="text" class="appointment" id="visit-1" value=""></td><td><input type="time" id="visitTime-1" value=""></td><td></td><td>Infusion 1 of investigational product should occur <b>no earlier than 12 h after IV contrast or first medical contact</b> and be dosed within 5 days of First Medical Contact. Subjects who are to undergo angiography and, therefore, receive IV contrast agent must have stable renal function.</td></tr> | ||
</table> | </table> | ||
<input type="hidden" id="outlookJSON" /> | <input type="hidden" id="outlookJSON" /> | ||
<input type="button" id="print" value="Print" style="visibility:hidden"/> | <input type="button" id="print" value="Print" style="visibility:hidden"/> |