📄 currentmedicaltherapy_gu.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CurrentMedicalTherapy_GU.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.Eforms.CurrentMedicalTherapy_GU" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>
<link href="../../../StyleSheets/EformStyles.css" rel="stylesheet" type="text/css">
<a name="CurrentMedicalTherapy_GU" /><span class="controlBoxTitle">Current Treatment</span><br/>
<table width="600" border="0" cellpadding="5" cellspacing="0" class="eformLargePopulatedTable">
<tr id="CurrentTXRow" runat="server">
<td width="15%" class="previewText" style="border-bottom: solid 1px #cccccc;" >Current TX:</td>
<td width="45%" height="24" class="previewText" style="border-right: solid 1px #cccccc; border-bottom: solid 1px #cccccc; font-weight: normal;" ><asp:Label ID="CurrentTXLabel" Runat="server" />
<euc:EformComboBox LookupCode="MedTxAgent" RefBy="MedTxAgent" style="width:140;" Field="MedTxAgent" RecordId="1" Table="MedicalTherapy" Runat="server" id="MedTxAgent_Current" /></td>
<td width="15%" class="previewText" style="border-bottom: solid 1px #cccccc;">Start Date:</td>
<td width="25%" class="previewText" style="border-bottom: solid 1px #cccccc; font-weight: normal;"><asp:Label ID="CurrentTXStartDateLabel" Runat="server" />
<euc:EformTextBox Runat="server" RecordId="1" ID="CurrentMedTxDateText" TABLE="MedicalTherapy" FIELD="MedTxDateText" style="width:80px;" ShowCalendar="True" CalcDate="True" class="InputText" />
<euc:EformHidden RecordId="1" Runat="server" ID="CurrentMedTxDate" Table="MedicalTherapy" Field="MedTxDate" /> </td>
</tr>
<tr>
<td class="previewText" style="border-bottom: solid 1px #cccccc;">Cycle / Week</td>
<td height="24" class="previewText" style="border-right: solid 1px #cccccc; border-bottom: solid 1px #cccccc;"><euc:EformTextBox ShowCalendar="False" CalcDate="False" style="width:30px;" TABLE="NoTable" FIELD="CurrentMedTx_CyclePerWeek" Runat="server" ID="CurrentMedTx_CyclePerWeek" ShowNumberPad="true"/></td>
<td class="previewText" style="border-bottom: solid 1px #cccccc;">Protocol #</td>
<td class="previewText" style="border-bottom: solid 1px #cccccc;"><euc:EformTextBox ShowCalendar="False" CalcDate="False" style="width:60px;" TABLE="NoTable" FIELD="CurrentMedTx_ProtocolNum" Runat="server" ID="CurrentMedTx_ProtocolNum" /></td>
</tr>
<tr>
<td class="previewText">Last GnRH</td>
<td height="24" colspan="3" class="previewText" style="border-right: solid 1px #cccccc;"><euc:EformTextBox ShowCalendar="true" CalcDate="false" style="width:90px;" TABLE="NoTable" FIELD="LastBisphosphonate" Runat="server" ID="LastGnRH" /></td>
</tr>
</table>
<br/><br/>
<br/>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -