📄 courseofdiagosedetail.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CourseOfDiagoseDetail.aspx.cs" Inherits="Src_IndividualOperation_EMR_Detail_CourseOfDiagoseDetail" Title="EMR-电子病历系统->病历->详细疗程" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script language="javascript" type="text/javascript">
// <!CDATA[
function ButtonCancel_onclick() {
window.location.href='<%=redirect %>';
}
// ]]>
</script>
<div style="z-index: 101; left: 7px; width: 500px; position: relative; top: 8px;
text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="text-align: left; width: 390px;" class="tableb" id="TABLE1" >
<tr><td colspan="4" style="height: 30px; text-align:center" class="emrtitle">
<span>病程记录</span></td></tr>
<tr><td style="width: 72px; text-align:left" class="text">
记录标题:</td>
<td colspan="3" style="width:319px; text-align: left">
<asp:TextBox ID="TextBoxRecordTitle" runat="server" Width="288px"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="*" ControlToValidate="TextBoxRecordTitle"></asp:RequiredFieldValidator></td>
</tr>
<tr><td style="width: 72px; text-align:left; height: 24px;" class="text">
记录时间:</td>
<td style="text-align: left; height: 24px;" colspan="3">
<asp:TextBox ID="TextBoxRecordTime" runat="server" Width="288px" ReadOnly="True"></asp:TextBox><asp:RequiredFieldValidator ErrorMessage="*" ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBoxRecordTime"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 72px; height: 24px; text-align:left" class="text">
记录者:</td>
<td style="height: 24px; text-align: left" colspan="3">
<asp:TextBox ID="TextBoxRecordMan" runat="server" Width="288px" ReadOnly="True"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="*" ControlToValidate="TextBoxRecordMan" Width="2px"></asp:RequiredFieldValidator></td>
</tr>
<tr><td style="width: 72px; text-align:left; height: 112px;" class="text">
记录结果:</td>
<td colspan="3" style="width:319px; text-align: left; height: 112px;">
<asp:TextBox ID="TextBoxRecordContent" runat="server" Width="290px" TextMode="MultiLine" Height="121px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="*" ControlToValidate="TextBoxRecordContent"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 72px; text-align: center">
<asp:Label ID="LabelUnderWritePWD" runat="server" Text="签名密码:" ForeColor="#5d605d"></asp:Label></td>
<td colspan="3" style="height: 31px; text-align: left">
<asp:TextBox ID="TextBoxUnderWritePWD" runat="server" TextMode="Password"></asp:TextBox><asp:RequiredFieldValidator
ID="RequiredFieldValidator20" runat="server" ErrorMessage="要修改,请输入签名密码!" ControlToValidate="TextBoxUnderWritePWD"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="4" style="height: 25px">
<asp:Button ID="ButtonAddRecord" runat="server" Text="添加" Width="59px" OnClick="ButtonAddRecord_Click" Visible="False" CssClass="button" />
<asp:Button ID="Button1Save" runat="server" OnClick="Button1Save_Click" Text="保存"
Width="57px" Visible="False" CssClass="button" />
<input id="ButtonCancel" style="width: 58px" type="button" value="取消" class="button" onclick="return ButtonCancel_onclick()" />
</td>
</tr>
</table>
<br />
<br />
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -