⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 print_emrrecord.aspx

📁 实现电子病历功能 有医生护士等角色 分别可以增加病历修改病历删除病历等等功能 等等
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
                                    Width="65px"></asp:TextBox></td>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBox6" runat="server" ReadOnly="True" Text="<%# ((DiagnoseRecord)Container.DataItem).DiagnoseTitle%>"
                                    Width="65px"></asp:TextBox></td>
                            <td style="width: 90px; height: 26px">
                                <asp:TextBox ID="TextBox7" runat="server" ReadOnly="True" Text="<%# ((DiagnoseRecord)Container.DataItem).DiagnosisResult%>"></asp:TextBox></td>
                            <td style="width: 50px; height: 26px">
                                <asp:TextBox ID="TextBox8" runat="server" ReadOnly="True" Text="<%# ((DiagnoseRecord)Container.DataItem).DianosisMan%>"
                                    Width="50px"></asp:TextBox></td>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBox2" runat="server" ReadOnly="True" Text="<%# ((DiagnoseRecord)Container.DataItem).DianosisSort%>"
                                    Width="65px"></asp:TextBox></td>
                           
                        </tr>
                    </table>
                </ItemTemplate>
                <AlternatingItemStyle BackColor="#ffffff" />
                <ItemStyle BackColor="#ffffff" ForeColor="#333333" />
                <HeaderTemplate>
                    <table>
                        <tr>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBoxDiagnoseTime" runat="server" ReadOnly="True" Width="65px">诊疗时间</asp:TextBox></td>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBoxDiagnoseTitle" runat="server" ReadOnly="True" Width="65px">诊疗名称</asp:TextBox></td>
                            <td style="width: 90px; height: 26px">
                                <asp:TextBox ID="TextBoxDiagnosisResul" runat="server" ReadOnly="True">诊疗结果</asp:TextBox></td>
                            <td style="width: 50px; height: 26px">
                                <asp:TextBox ID="TextBoxDianosisMan" runat="server" ReadOnly="True" Width="50px">诊疗者</asp:TextBox></td>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBoxDianosisSort" runat="server" ReadOnly="True" Width="65px">诊断类型</asp:TextBox></td>
                            
                        </tr>
                    </table>
                </HeaderTemplate>
                <HeaderStyle BackColor="#ffffff" Font-Bold="True" ForeColor="White" />
                <FooterTemplate>
                   
                </FooterTemplate>
            </asp:DataList>
             </td>
                 </tr>
             </table>
                
    
    
            <table border="0" cellpadding="0" cellspacing="0" style="width: 494px">
                <tr>
                    <td>
                        <table border="0" cellpadding="0" cellspacing="0" style="text-align: left">
                            <tr>
                                <td class="title" colspan="4" style="height: 30px; text-align: center">
                                    <span style=" font-weight:bolder">治疗结果</span></td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 104px; text-align: left">
                                    住院时间:</td>
                                <td style="width: 124px; text-align: left">
                                    <asp:TextBox ID="TextBoxnInHospitalTime" runat="server" Width="104px"></asp:TextBox></td>
                                <td class="text" style="width: 108px; height: 31px; text-align: left">
                                    出院时间:</td>
                                <td style="width: 124px; height: 31px; text-align: left">
                                    <asp:TextBox ID="TextBoxOutHospitalTime" runat="server" Width="102px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 104px; text-align: left">
                                    科室:</td>
                                <td style="width: 124px; text-align: left">
                                    <asp:TextBox ID="TextBoxSectionOffice" runat="server" Width="104px"></asp:TextBox></td>
                                <td class="text" style="width: 108px; height: 31px; text-align: left">
                                    病区:</td>
                                <td style="width: 124px; height: 31px; text-align: left">
                                    <asp:TextBox ID="TextBoxSickPlace" runat="server" Width="102px"></asp:TextBox></td>
                            </tr>
                            <tr style="color: #000000">
                                <td class="text" style="width: 104px; text-align: left">
                                    床号:</td>
                                <td style="width: 124px; text-align: left">
                                    <asp:TextBox ID="TextBoxBedNum" runat="server" Width="104px"></asp:TextBox></td>
                                <td class="text" style="width: 108px; height: 31px; text-align: left">
                                    病案等级:</td>
                                <td style="width: 124px; height: 31px; text-align: left">
                                    <asp:DropDownList ID="DropDownListGrade" runat="server" Width="107px">
                                        <asp:ListItem Value="0">甲级</asp:ListItem>
                                        <asp:ListItem Value="1">乙级</asp:ListItem>
                                        <asp:ListItem Value="2">丙级</asp:ListItem>
                                    </asp:DropDownList></td>
                            </tr>
                        </table>
                        <table border="0" cellpadding="0" cellspacing="0" style="text-align: left">
                            <tr>
                                <td class="text" style="width: 141px; height: 24px; text-align: left">
                                    病理诊断:</td>
                                <td style="width: 319px; height: 24px; text-align: left">
                                    <asp:TextBox ID="TextBoxPathologyDiagnose" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    门诊诊断:</td>
                                <td style="width: 319px; text-align: left">
                                    <asp:TextBox ID="TextBoxOutpatientDiagnose" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    入院诊断:</td>
                                <td style="width: 319px; text-align: left">
                                    <asp:TextBox ID="TextBoxInDiagnose" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    出院诊断:</td>
                                <td style="width: 319px; text-align: left">
                                    <asp:TextBox ID="TextBoxOutDiagnose" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    确诊时间:</td>
                                <td style="width: 319px; text-align: left">
                                    <asp:TextBox ID="TextBoxDiagnoseTime" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; height: 24px; text-align: left">
                                    手术情况:</td>
                                <td style="width: 319px; height: 24px; text-align: left">
                                    <asp:TextBox ID="TextBoxOPSInstance" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                        </table>
                        <table border="0" cellpadding="0" cellspacing="0" style="text-align: left">
                            <tr>
                                <td class="text" style="width: 141px; height: 40px; text-align: left">
                                    抢救次数:</td>
                                <td style="width: 105px; height: 40px; text-align: left">
                                    <asp:TextBox ID="TextBoxSalvageTimes" runat="server" Width="80px"></asp:TextBox></td>
                                <td class="text" style="width: 109px; height: 40px; text-align: left">
                                    成功次数:</td>
                                <td style="width: 103px; height: 40px; text-align: left">
                                    <asp:TextBox ID="TextBoxSucceedTimes" runat="server" Width="80px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    手术费:</td>
                                <td style="width: 105px; text-align: left">
                                    <asp:TextBox ID="TextBoxOPSCost" runat="server" Width="80px"></asp:TextBox></td>
                                <td class="text" style="width: 109px; height: 31px; text-align: left">
                                    治疗费:</td>
                                <td style="width: 103px; height: 31px; text-align: left">
                                    <asp:TextBox ID="TextBoxTreatedCost" runat="server" Width="80px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    药物费:</td>
                                <td style="width: 105px; text-align: left">
                                    <asp:TextBox ID="TextBoxDrugCost" runat="server" Width="80px"></asp:TextBox></td>
                                <td class="text" style="width: 109px; height: 31px; text-align: left">
                                    其他费用:</td>
                                <td style="width: 103px; height: 31px; text-align: left">
                                    <asp:TextBox ID="TextBoxOtherCost" runat="server" Width="80px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td class="text" style="width: 141px; text-align: left">
                                    主任:</td>
                                <td style="width: 105px; text-align: left">
                                    <asp:TextBox ID="TextBoxDirector" runat="server" Width="79px"></asp:TextBox></td>
                                <td class="text" style="width: 109px; height: 31px; text-align: left">
                                    主治医师:</td>
                                <td style="width: 103px; height: 31px; text-align: left">
                                    <asp:TextBox ID="TextBoxDoctor" runat="server" Width="79px"></asp:TextBox></td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
            
            <table border="0" cellpadding="0" cellspacing="0" style="text-align: left">
                            
                            <tr>
                                <td class="text" style="width:460px; text-align:center">
                                    主治医生签名:
                               
                                    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                              <td style="text-align:center">
                                  
                                  <input id="Button2" name="idPrint" onclick="doprint()" type="button" value="打印或传真" class="button" />
                              </td>
                            </tr>
                        </table>
           
              
             </td>
              </tr>
            </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -