📄 qol_therapyform.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="QOL_TherapyForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.QOL_TherapyForm" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="uc1" TagName="helpToolTip" Src="../../../Core/Help/helpToolTip.ascx" %>
<%@ Register TagPrefix="val" TagName="DataEntryCommonFields" Src="../../../Core/DataEntryForms/DataEntryCommonFields.ascx" %>
<%@ Register TagPrefix="val" Namespace="Caisis.UI.Core.Classes" Assembly="Caisis.UI" %>
<val:DataEntryCommonFields id="commonFields" runat=server></val:DataEntryCommonFields>
<table align="center" class="pdFormTable" width="440">
<input type="hidden" id="QOL_TherapyId" runat=server NAME="QOL_TherapyId"/>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxDateText_PdLabel" Text="Start Date:" Field="QOL_TxDateText" Required="No" runat=server /></td>
<td><input type="text" id="QOL_TxDateText" class="pdFormField" onblur="fuzzyDate(QOL_TxDateText);" runat=server NAME="QOL_TxDateText"/><img id="QOL_TxDateTextCal" runat="server" src="../../../images/Calendar/cal.gif" width="16" height="16" border="0" alt="select date" align="absMiddle" /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxDate_PdLabel" Text="" Field="QOL_TxDate" Required="No" runat=server /></td>
<td><input type="text" readonly id="QOL_TxDate" class="pdFormField" runat=server NAME="QOL_TxDate"/></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxStopDateText_PdLabel" Text="Stop Date:" Field="QOL_TxStopDateText" Required="No" runat=server /></td>
<td><input type="text" id="QOL_TxStopDateText" class="pdFormField" onblur="fuzzyDate(QOL_TxStopDateText);" runat=server NAME="QOL_TxStopDateText"/><img src="../../../images/Calendar/cal.gif" id="QOL_TxStopDateTextCal" runat="server" width="16" height="16" border="0" alt="select date" align="absMiddle" /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxStopDate_PdLabel" Text="" Field="QOL_TxStopDate" Required="No" runat=server /></td>
<td><input type="text" readonly id="QOL_TxStopDate" class="pdFormField" runat=server NAME="QOL_TxStopDate"/></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxIndication_PdLabel" Text="Indication:" Field="QOL_TxIndication" Required="Yes" runat=server /></td>
<td><val:ComboBox Id="QOL_TxIndication" RefBy="QOL_TxIndication" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TherapyFld_PdLabel" Text="Therapy:" Field="QOL_Therapy" Required="Yes" runat=server /></td>
<td><val:ComboBox Id="QOL_TherapyFld" RefBy="QOL_TherapyFld" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxNotes_PdLabel" Text="Notes:" Field="QOL_TxNotes" Required="No" runat=server /></td>
<td><textarea id="QOL_TxNotes" class="pdFormNotesField" cols="32" rows="3" maxlength="1000" runat=server NAME="QOL_TxNotes"></textarea></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxDataSource_PdLabel" Text="Data Source:" Field="QOL_TxDataSource" Required="No" runat=server /></td>
<td><val:ComboBox Id="QOL_TxDataSource" RefBy="QOL_TxDataSource" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="QOL_TxQuality_PdLabel" Text="Data Quality:" Field="QOL_TxQuality" Required="No" runat=server /></td>
<td><select id="QOL_TxQuality" class="pdFormField" runat=server NAME="QOL_TxQuality"/></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -