Perinatal Services of BC Level of Service Autorotate HTML
PSBC Levels of Service autorotate.html
—
HTML,
45 kB (46945 bytes)
File contents
<html> <head> <title>PSBC Levels of Service</title> <style type="text/css" media="print"> .DoNotPrint { display: none; } .noborder { border : 0px; background: transparent; scrollbar-3dlight-color: transparent; scrollbar-3dlight-color: transparent; scrollbar-arrow-color: transparent; scrollbar-base-color: transparent; scrollbar-darkshadow-color: transparent; scrollbar-face-color: transparent; scrollbar-highlight-color: transparent; scrollbar-shadow-color: transparent; scrollbar-track-color: transparent; background: transparent; overflow: hidden; } </style> <script language="javascript" type="text/javascript"> /**************************** startup functions ****************************/ function startUp() { // shows the forms on development machine from notepad ++ - saves you from uploading to the server to input alignments var strLoc = window.location.href.toLowerCase(); if(strLoc.indexOf("https") == -1) { // page1 var src = document.getElementById('BGImage').src; document.getElementById('BGImage').src = src.replace('$%7Boscar_image_path%7D',''); } setDocumentTitle('PSBC Levels of Service',document.getElementById('PtName').value); setDefaults(); } function setDocumentTitle(Title,PtName) { // set document title document.title = Title + ' - ' + PtName; } function setDefaults() { // check the newform flag to ensure this is the initial load of the form if (document.getElementById("newForm").value == 'True') { //document.getElementById('').value = 'X'; } } /**************************** submit and print functions ****************************/ function printSubmit() { printLetter(); releaseDirtyFlag(); submission(); } function printLetter() { // hide the bottom buttons if (document.getElementById('BottomButtons').style.display == '') document.getElementById('BottomButtons').style.display = 'none'; // print the letter window.print(); } function submission() { setFlag(); setTimeout('document.FormName.submit()',1000); } function setFlag() { // indicate that the form has been submitted if (document.getElementById("newForm").value == 'True') document.getElementById("newForm").value = 'False'; } function showButtons() { //show the bottom buttons if they are hidden if (document.getElementById('BottomButtons').style.display == 'none') document.getElementById('BottomButtons').style.display = ''; } /**************************** checkbox functions ****************************/ function changeValue(x) { if (document.getElementById(x).value == '') document.getElementById(x).value = 'X'; else document.getElementById(x).value = ''; } function displayKeyCode(evt,x) { var charCode = (evt.which) ? evt.which :event.keyCode // any key press except tab will constitute a value change to the checkbox if (charCode != 9) { changeValue(x); return false; } } </script> <script language="javascript"> function formPrint(){ window.print(); } </script> <!-- scripts to confirm closing of window if it hadn't been saved yet --> <script language="javascript"> //keypress events trigger dirty flag var needToConfirm = false; document.onkeyup=setDirtyFlag; function setDirtyFlag(){ needToConfirm = true; } function releaseDirtyFlag(){ needToConfirm = false; //Call this function if doesn't requires an alert. //this could be called when save button is clicked } window.onbeforeunload = confirmExit; function confirmExit(){ if (needToConfirm){ return "You have attempted to leave this page. If you have made any changes to the fields without clicking the Save button, your changes will be lost. Are you sure you want to exit this page?"; } } </script> <script language="JavaScript"> top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } </script> <style type="text/css" media="print"> .page { -webkit-transform: rotate(+90deg); -moz-transform:rotate(+90deg); display:block; width: 86%; height: 66%; margin: 30px 0px 0px 50px; filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } </style> </head> <body onload="startUp();" onMouseDown="showButtons();"> <img id='BGImage' src="${oscar_image_path}PSBC-Maternal_Fetal-LOS-Classification_FINAL.png" style="position: absolute; left: 0px; top: 0px; width:1000px"> <div class="page"> <form method="post" action="" name="FormName" id="FormName" > </div> <input type="hidden" name="PtName" id="PtName" oscarDB=first_last_name> <input name="RN" id="RN" type="text" style="position:absolute; left:150px; top:70px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MD" id="MD" type="text" style="position:absolute; left:207px; top:70px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" value="X"> <input name="RM" id="RM" type="text" style="position:absolute; left:264px; top:70px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Date" id="Date" type="text" class="noborder" style="position:absolute; left:7px; top:93px; width:133px; height:28px; font-family:sans-serif; font-style:normal; font-weight:normal; font-size:14px; text-align:center; text-decoration:underline; background-color:white;" oscarDB=today> <input name="CurrentUser" id="CurrentUser" type="text" class="noborder" style="position:absolute; left:165px; top:93px; width:265px; height:27px; font-family:sans-serif; font-style:normal; font-weight:normal; font-size:14px; text-align:center; text-decoration:underline; background-color:white;" oscarDB=current_user> <input name="ES" id="ES" type="text" class="noborder" style="position:absolute; left:433px; top:93px; width:182px; height:27px; font-family:sans-serif; font-style:normal; font-weight:normal; font-size:14px; text-align:center; text-decoration:underline; background-color:white;" value=" 'Electronically Signed' "> <textarea name="Label" id="Label" class="noborder" style="position:absolute; left:664px; top:20px; width:326px; height:140px; font-family:sans-serif; font-style:normal; font-weight:normal; font-size:14px; text-align:left; text-decoration:underline; background-color:white;" oscarDB=label></textarea> <input name="Normal" id="Normal" type="text" style="position:absolute; left:79px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Level1" id="Level1" type="text" style="position:absolute; left:237px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Level2a" id="Level2a" type="text" style="position:absolute; left:390px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Level2b" id="Level2b" type="text" style="position:absolute; left:547px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Level3" id="Level3" type="text" style="position:absolute; left:707px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Level3+" id="Level3+" type="text" style="position:absolute; left:861px; top:168px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MaternalAge1" id="MaternalAge1" type="text" style="position:absolute; left:33px; top:270px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Term" id="Term" type="text" style="position:absolute; left:33px; top:285px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="NSVD" id="NSVD" type="text" style="position:absolute; left:33px; top:299px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="BMI30" id="BMI30" type="text" style="position:absolute; left:33px; top:325px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="LessThan20" id="LessThan20" type="text" style="position:absolute; left:33px; top:339px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other1" id="Other1" type="text" style="position:absolute; left:33px; top:365px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Over37" id="Over37" type="text" style="position:absolute; left:33px; top:525px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Singleton" id="Singleton" type="text" style="position:absolute; left:33px; top:539px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Cephalic" id="Cephalic" type="text" style="position:absolute; left:33px; top:552px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="NormalFHS" id="NormalFHS" type="text" style="position:absolute; left:33px; top:566px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other2" id="Other2" type="text" style="position:absolute; left:33px; top:580px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MaternalAge2" id="MaternalAge2" type="text" style="position:absolute; left:189px; top:272px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PTL1" id="PTL1" type="text" style="position:absolute; left:189px; top:285px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PostTerm1" id="PostTerm1" type="text" style="position:absolute; left:189px; top:299px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="VBAC1" id="VBAC1" type="text" style="position:absolute; left:189px; top:313px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PROM" id="PROM" type="text" style="position:absolute; left:189px; top:327px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="GroupB" id="GroupB" type="text" style="position:absolute; left:189px; top:340px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Undiagnosed" id="Undiagnosed" type="text" style="position:absolute; left:189px; top:354px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PlannedCS" id="PlannedCS" type="text" style="position:absolute; left:189px; top:368px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Augment1" id="Augment1" type="text" style="position:absolute; left:189px; top:381px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="BMI3038" id="BMI3038" type="text" style="position:absolute; left:189px; top:407px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ChronicStable" id="ChronicStable" type="text" style="position:absolute; left:189px; top:422px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MentalHealth" id="MentalHealth" type="text" style="position:absolute; left:189px; top:448px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="GDMDiet" id="GDMDiet" type="text" style="position:absolute; left:189px; top:486px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other3" id="Other3" type="text" style="position:absolute; left:189px; top:501px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="36to366" id="36to366" type="text" style="position:absolute; left:189px; top:525px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Singleton2" id="Singleton2" type="text" style="position:absolute; left:189px; top:550px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Anomaly" id="Anomaly" type="text" style="position:absolute; left:189px; top:565px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Cephalic2" id="Cephalic2" type="text" style="position:absolute; left:189px; top:590px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MildIUGR" id="MildIUGR" type="text" style="position:absolute; left:189px; top:604px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="DiDi" id="DiDi" type="text" style="position:absolute; left:189px; top:618px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Mec" id="Mec" type="text" style="position:absolute; left:189px; top:645px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other4" id="Other4" type="text" style="position:absolute; left:189px; top:658px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PTL2" id="PTL2" type="text" style="position:absolute; left:346px; top:271px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PTL3" id="PTL3" type="text" style="position:absolute; left:346px; top:297px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PPROM" id="PPROM" type="text" style="position:absolute; left:346px; top:324px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="APH" id="APH" type="text" style="position:absolute; left:346px; top:338px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="BMI38" id="BMI38" type="text" style="position:absolute; left:346px; top:364px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="GestHTN" id="GestHTN" type="text" style="position:absolute; left:346px; top:378px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PreHTN" id="PreHTN" type="text" style="position:absolute; left:346px; top:404px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="GDMI" id="GDMI" type="text" style="position:absolute; left:346px; top:430px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="AcuteHealth" id="AcuteHealth" type="text" style="position:absolute; left:346px; top:444px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other5" id="Other5" type="text" style="position:absolute; left:346px; top:470px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Gest32356" id="Gest32356" type="text" style="position:absolute; left:346px; top:523px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Breech" id="Breech" type="text" style="position:absolute; left:346px; top:550px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ModerateIUGR" id="ModerateIUGR" type="text" style="position:absolute; left:346px; top:564px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="DiDi2" id="DiDi2" type="text" style="position:absolute; left:346px; top:578px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ModerateHydramnios" id="ModerateHydramnios" type="text" style="position:absolute; left:346px; top:592px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ModerateOligo" id="ModerateOligo" type="text" style="position:absolute; left:346px; top:631px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other6" id="Other6" type="text" style="position:absolute; left:346px; top:645px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="SevereGestHTN" id="SevereGestHTN" type="text" style="position:absolute; left:503px; top:271px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PreHTN2" id="PreHTN2" type="text" style="position:absolute; left:503px; top:285px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PreDM" id="PreDM" type="text" style="position:absolute; left:503px; top:324px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ChronicUnstable" id="ChronicUnstable" type="text" style="position:absolute; left:503px; top:376px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other7" id="Other7" type="text" style="position:absolute; left:503px; top:415px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="GestAge30316" id="GestAge30316" type="text" style="position:absolute; left:503px; top:524px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="AnomaliesEvaluation" id="AnomaliesEvaluation" type="text" style="position:absolute; left:503px; top:550px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="BreechPreterm" id="BreechPreterm" type="text" style="position:absolute; left:503px; top:577px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="DiDi3" id="DiDi3" type="text" style="position:absolute; left:503px; top:591px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="MonoDi" id="MonoDi" type="text" style="position:absolute; left:503px; top:617px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="SevereIUGR" id="SevereIUGR" type="text" style="position:absolute; left:503px; top:643px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="SevereHydramnios" id="SevereHydramnios" type="text" style="position:absolute; left:503px; top:657px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="SevereOligo" id="SevereOligo" type="text" style="position:absolute; left:503px; top:684px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other8" id="Other8" type="text" style="position:absolute; left:503px; top:697px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PreEclampsia" id="PreEclampsia" type="text" style="position:absolute; left:660px; top:271px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="HELLP" id="HELLP" type="text" style="position:absolute; left:660px; top:285px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="SeriousMedical" id="SeriousMedical" type="text" style="position:absolute; left:660px; top:298px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PreDMSystemic" id="PreDMSystemic" type="text" style="position:absolute; left:660px; top:363px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Cerclage" id="Cerclage" type="text" style="position:absolute; left:660px; top:402px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other9" id="Other9" type="text" style="position:absolute; left:660px; top:428px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="LessThan30" id="LessThan30" type="text" style="position:absolute; left:660px; top:524px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="AnomaliesImmediate" id="AnomaliesImmediate" type="text" style="position:absolute; left:660px; top:538px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ComplicatedMonoDi" id="ComplicatedMonoDi" type="text" style="position:absolute; left:660px; top:564px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Trip" id="Trip" type="text" style="position:absolute; left:660px; top:591px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other10" id="Other10" type="text" style="position:absolute; left:660px; top:605px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Multiple" id="Multiple" type="text" style="position:absolute; left:816px; top:271px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="PE" id="PE" type="text" style="position:absolute; left:816px; top:285px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Trauma" id="Trauma" type="text" style="position:absolute; left:816px; top:298px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Ventilation" id="Ventilation" type="text" style="position:absolute; left:816px; top:312px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other11" id="Other11" type="text" style="position:absolute; left:816px; top:326px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="AnyAge" id="AnyAge" type="text" style="position:absolute; left:816px; top:524px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="ComplicatedMultiple" id="ComplicatedMultiple" type="text" style="position:absolute; left:816px; top:538px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="TTTS" id="TTTS" type="text" style="position:absolute; left:816px; top:552px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="InUtero" id="InUtero" type="text" style="position:absolute; left:816px; top:578px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Hydrops" id="Hydrops" type="text" style="position:absolute; left:816px; top:592px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Diaphragm" id="Diaphragm" type="text" style="position:absolute; left:816px; top:605px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Gastroschisis" id="Gastroschisis" type="text" style="position:absolute; left:816px; top:632px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Other12" id="Other12" type="text" style="position:absolute; left:816px; top:646px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Transfer" id="Transfer" type="text" style="position:absolute; left:4px; top:725px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Consult" id="Consult" type="text" style="position:absolute; left:196px; top:725px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Admitted" id="Admitted" type="text" style="position:absolute; left:376px; top:725px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <input name="Home" id="Home" type="text" style="position:absolute; left:461px; top:725px; width:16px; height:16px; border:1px solid #000000; font-weight:bold; text-align:center; background-color:white;" onkeypress="javascript:return displayKeyCode(event,this.id);" onmousedown="changeValue(this.id);setDirtyFlag()" onkeypress="javascript:return displayKeyCode(event,this.id);" > <!-- The submit/print/reset buttons -------------------------------------------------------------> <div style="position: absolute; left: 10px; top: 750px;" class="DoNotPrint" id="BottomButtons" > <table> <tr><td> <input type="hidden" id="newForm" name="newForm" value="True" /> Subject: <input name="subject" size="40" type="text"> <input value="Submit" name="SubmitButton" id="SubmitButton" type="button" onclick="releaseDirtyFlag();document.FormName.submit()"> <input value="Reset" name="ResetButton" id="ResetButton" type="reset"> <input value="Print" name="PrintButton" id="PrintButton" type="button" onclick="printLetter()"> <input value="Print and Submit" name="PrintSubmitButton" type="button" onClick="printSubmit()"> </td></tr> </table> </div> <!-- ------End of submit/print/reset buttons-----------------------------------------------------> </form> </body> </html>
Document Actions