📄 diagnoserecords.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="DiagnoseRecords.aspx.cs" Inherits="Src_IndividualOperation_EMR_DiagnoseRecord" Title="EMR-电子病历系统->病历->诊断纪录" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<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" Width="98px" Text=" <%# ((DiagnoseRecord)Container.DataItem).DiagnoseTime.ToString()%>" ReadOnly="True"></asp:TextBox></td>
<td style="width: 65px; height: 26px;">
<asp:TextBox ID="TextBox6" runat="server" Width="60px" Text="<%# ((DiagnoseRecord)Container.DataItem).DiagnoseTitle%>" ReadOnly="True"></asp:TextBox></td>
<td style="width: 90px; height: 26px;">
<asp:TextBox ID="TextBox7" runat="server" Text="<%# ((DiagnoseRecord)Container.DataItem).DiagnosisResult%>" ReadOnly="True"></asp:TextBox></td>
<td style="width: 50px; height: 26px;">
<asp:TextBox ID="TextBox8" runat="server" Width="50px" Text="<%# ((DiagnoseRecord)Container.DataItem).DianosisMan%>" ReadOnly="True"></asp:TextBox></td>
<td style="width: 65px; height: 26px;">
<asp:TextBox ID="TextBox2" runat="server" Width="60px" Text="<%# ((DiagnoseRecord)Container.DataItem).DianosisSort%>" ReadOnly="True"></asp:TextBox></td>
<td style="width: 60px; height: 26px;">
<span class="link"><a href="Detail/DiagnoseDetail.aspx?key=true&identitycardNum=<%=identitycardNum %>&patientName=<%=patientName %>&recordID=<%=recordID %>&time=<%# ((DiagnoseRecord)Container.DataItem).DiagnoseTime.ToString()%>">ViewDetail</a></span> </td>
</tr>
</table>
</ItemTemplate>
<AlternatingItemStyle BackColor="#F2F8FB" />
<ItemStyle BackColor="#fefee8" ForeColor="#333333" />
<HeaderTemplate>
<table>
<tr>
<td style="width: 65px; height: 26px;">
<asp:TextBox ID="TextBoxDiagnoseTime" runat="server" Width="100px" ReadOnly="True">诊疗时间</asp:TextBox></td>
<td style="width: 65px; height: 26px;">
<asp:TextBox ID="TextBoxDiagnoseTitle" runat="server" Width="60px" ReadOnly="True">诊疗名称</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" Width="50px" ReadOnly="True">诊疗者</asp:TextBox></td>
<td style="width: 65px; height: 26px;">
<asp:TextBox ID="TextBoxDianosisSort" runat="server" Width="60px" ReadOnly="True">诊断类型</asp:TextBox></td>
<td style="width: 60px">
<asp:Label ID="Label1" runat="server" Text="详细信息" Width="72px"></asp:Label></td>
</tr>
</table>
</HeaderTemplate>
<HeaderStyle BackColor="#c63f29" Font-Bold="True" ForeColor="White" />
<FooterTemplate>
<span class="link" style=" padding-left:370px"><a href="Detail/DiagnoseDetail.aspx?key=false&identitycardNum=<%=identitycardNum %>&patientName=<%=patientName %>&recordID=<%=recordID %>">添加新纪录</a></span>
</FooterTemplate>
</asp:DataList>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 330px">
<span class="text" style="padding-left: 5px">第<asp:Label ID="LabelRecordPage" runat="server"
ForeColor="Lime">Label</asp:Label>/
<asp:Label ID="LabelRecordPages" runat="server" ForeColor="Lime">Label</asp:Label>页
共
<asp:Label ID="LabelRecordTotal" runat="server" ForeColor="Lime">Label</asp:Label>条记录 </span>
</td>
<td>
<asp:Button ID="ButtonPre" runat="server" CssClass="button" OnClick="ButtonPre_Click"
Text="上一页" />
<asp:Button ID="ButtonNext" runat="server" CssClass="button" OnClick="ButtonNext_Click"
Text="下一页" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -