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

📄 print_emrrecord.aspx

📁 实现电子病历功能 有医生护士等角色 分别可以增加病历修改病历删除病历等等功能 等等
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
                                    联系人:</td>
                                <td style="width: 319px; text-align: left">
                                    <asp:TextBox ID="TextBoxPatientContactMan" 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="TextBoxPatientContactManAddress" 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="TextBoxPatientContactManRelation" 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="TextBoxPatientContactManTelephone" 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="TextBoxEMRNum" runat="server" Width="175px"></asp:TextBox>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
            
                <table border="0" cellpadding="0" cellspacing="0">
                    <tr>
                        <td style="width: 460px">
                            <table border="0" cellpadding="0" cellspacing="0" style="text-align: left">
                                <tr>
                                    <td class="title" colspan="2" style="height: 30px; text-align: center">
                                        <span style="font-weight:bolder">入院记录</span></td>
                                </tr>
                                <tr>
                                    <td class="text" style="width: 141px; text-align: left">
                                        记录时间:</td>
                                    <td style="width: 319px; text-align: left">
                                        <asp:TextBox ID="TextBoxRecordTime" runat="server" ReadOnly="True" TextMode="SingleLine"
                                            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="TextBoxRecordMan" runat="server" ReadOnly="True" TextMode="SingleLine"
                                            Width="175px"></asp:TextBox>
                                    </td>
                                </tr>
                                <tr style="color: #000000">
                                    <td class="text" style="width: 141px; text-align: left">
                                        主诉:</td>
                                    <td style="width: 319px; text-align: left">
                                        <asp:TextBox ID="TextBoxMainDepiction" runat="server" TextMode="MultiLine" 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="TextBoxNowCaseHistory" runat="server" TextMode="MultiLine" 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; text-align: left">
                                        体温:</td>
                                    <td style="width: 105px; text-align: left">
                                        <asp:TextBox ID="TextBoxAnimalHeat" runat="server" Width="80px"></asp:TextBox></td>
                                    <td class="text" style="width: 111px; color: #000000; text-align: left">
                                        脉搏:</td>
                                    <td style="width: 104px; text-align: left">
                                        <asp:TextBox ID="TextBoxPulse" runat="server" Width="80px"></asp:TextBox></td>
                                </tr>
                                <tr style="color: #000000">
                                    <td class="text" style="width: 141px; text-align: left">
                                        呼吸:</td>
                                    <td style="width: 105px; text-align: left">
                                        <asp:TextBox ID="TextBoxBreath" runat="server" Width="80px"></asp:TextBox></td>
                                    <td class="text" style="width: 111px; color: #000000; text-align: left">
                                        血压:</td>
                                    <td style="width: 104px; text-align: left">
                                        <asp:TextBox ID="TextBoxBloodPressure" runat="server" Width="80px"></asp:TextBox></td>
                                </tr>
                            </table>
                            <table border="0" cellpadding="0" cellspacing="0" style="color: #000000; text-align: left">
                                <tr>
                                    <td class="text" style="width: 141px; text-align: left">
                                        体格检查:</td>
                                    <td style="width: 319px; text-align: left">
                                        <asp:TextBox ID="TextBoxBodyExamination" runat="server" TextMode="SingleLine" 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="TextBoxAssistantExamination" runat="server" TextMode="SingleLine"
                                            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="TextBoxEspeciallyExamination" runat="server" TextMode="SingleLine"
                                            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="TextBoxDiagnosisAndTreat" runat="server" TextMode="SingleLine" Width="175px"></asp:TextBox>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    
                </table>
                
               
                <table border="0" cellpadding="0" cellspacing="0">
                 <tr>
                     <td class="title"  style="height: 30px; text-align: center">
                     <span style="font-weight:bolder">  疗程记录</span></td>
                
                 </tr>
                 <tr>
                     <td>
         <asp:DataList ID="DataListCourseOfDiseasesRecord" runat="server" CellPadding="5" ForeColor="#333333">
        <FooterStyle BackColor="#DEEEF9" Font-Bold="True" ForeColor="White" />
        <SelectedItemStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
        <ItemTemplate>
            <table>
                <tr>                 
                    <td style="width: 70px">
                        <asp:TextBox ID="TextBox5" runat="server" Width="113px" Text="<%# ((CourseOfDiseasesRecord)Container.DataItem).RecordTime.ToString()%>" ReadOnly="True"></asp:TextBox></td>
                    <td style="width: 85px">
                        <asp:TextBox ID="TextBox6" runat="server" Width="80px" Text="<%# ((CourseOfDiseasesRecord)Container.DataItem).RecordTitle.ToString()%>" ReadOnly="True"></asp:TextBox></td>
                    <td style="width: 100px">
                        <asp:TextBox ID="TextBox7" runat="server" Text="<%# ((CourseOfDiseasesRecord)Container.DataItem).RecordContent.ToString()%>" ReadOnly="True"></asp:TextBox></td>
                    <td style="width: 67px">
                        <asp:TextBox ID="TextBox8" runat="server" Width="67px" Text="<%# ((CourseOfDiseasesRecord)Container.DataItem).RecordMan.ToString()%>" ReadOnly="True"></asp:TextBox></td>
                    
                </tr>
            </table>
        </ItemTemplate>
        <AlternatingItemStyle BackColor="#ffffff" />
        <ItemStyle  BackColor="#ffffff" ForeColor="#333333" />
        <HeaderTemplate>
            <table>
                <tr> 
                    <td style="width: 70px">
                        <asp:TextBox ID="TextBoxRecordTime" runat="server" Width="113px" ReadOnly="True">记录时间</asp:TextBox></td>
                    <td style="width: 85px">
                        <asp:TextBox ID="TextBoxRecordTitle" runat="server" Width="80px" ReadOnly="True">记录标题</asp:TextBox>
                    </td>
                    <td style="width: 100px">
                        <asp:TextBox ID="TextBoxRecordContent" runat="server" ReadOnly="True">记录内容</asp:TextBox></td>
                    <td style="width: 67px">
                        <asp:TextBox ID="TextBoxRecordMan" runat="server" Width="67px" ReadOnly="True">记录者</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">
                 <tr>
                     <td class="title" style="height: 30px; text-align: center">
                     <span style="font-weight:bolder">诊断纪录</span></td>
                
                 </tr>
                 <tr>
                     <td>
               <asp:DataList ID="DataListDiagnoseRecord" runat="server" CellPadding="5" ForeColor="#333333">
                <FooterStyle BackColor="#DEEEF9" Font-Bold="True" ForeColor="White" />
                <SelectedItemStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
                <ItemTemplate>
                    <table>
                        <tr>
                            <td style="width: 65px; height: 26px">
                                <asp:TextBox ID="TextBox5" runat="server" ReadOnly="True" Text=" <%# ((DiagnoseRecord)Container.DataItem).DiagnoseTime.ToString()%>"

⌨️ 快捷键说明

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