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 141: | Line 141: | ||
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:33%;"> | |||
<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 149: | Line 150: | ||
<label for="indexEventTime">First Medical Contact Time</label> | <label for="indexEventTime">First Medical Contact Time</label> | ||
<input type="time" id="indexEventTime" name="indexEvent" /><br /> | <input type="time" id="indexEventTime" name="indexEvent" /><br /> | ||
</div> | |||
<div style="position:relative; float:right; width:65%;"> | |||
<table id="appointments"> | <table id="appointments"> | ||
<tr><th>Visit Number</th><th>Visit Date</th><th>Visit Time</th><th>Delayed Infusion?</th><th>Visit Description</th></tr> | <tr><th>Visit Number</th><th>Visit Date</th><th>Visit Time</th><th>Delayed Infusion?</th><th>Visit Description</th></tr> | ||
Line 158: | Line 161: | ||
<input type="submit" id="save" value="Save to Outlook" /> | <input type="submit" id="save" value="Save to Outlook" /> | ||
</form> | </form> | ||
</div> | |||
</includeonly> | </includeonly> |