?? 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 + -