diseasestate.ascx

来自「医疗决策支持系统」· ASCX 代码 · 共 31 行

ASCX
31
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="DiseaseState.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.Eforms.DiseaseState" 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="DiseaseState" /><span class="controlBoxTitle">Disease State </span><br>

<table width="650" border="0" cellspacing="0" cellpadding="5" class="eformLargePopulatedTable" >
  <tr>
    <td nowrap>
	
		<asp:Label ID="LastStatus" Runat="server" /><br/>
		<strong>Status:</strong>
	  <euc:EformRadioButtonList onclick="setStatusDate();" RepeatLayout="Flow"  RepeatDirection="Horizontal" TABLE="Status" FIELD="Status" id="Status" CellPadding="0" runat="server" >
				<asp:ListItem Value="No Recurrence">Stable</asp:ListItem>
				<asp:ListItem Value="No Evidence of Disease">NED</asp:ListItem>
				<asp:ListItem Value="Biochemical Recurrence">BCR</asp:ListItem>
				<asp:ListItem Value="Local Recurrence">LCR</asp:ListItem>
				<asp:ListItem Value="Distant Metastasis">Mets</asp:ListItem>

	  </euc:EformRadioButtonList>
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		<strong>Date:</strong> 
	  <euc:EformTextBox Runat="server" ID="StatusDateText" TABLE="Status" FIELD="StatusDateText" style="width:80px;"  ShowCalendar="True" CalcDate="True" class="InputText"  />
		<euc:EformHidden Runat="server" ID="StatusDate" Table="Status" Field="StatusDate" />
	
	</td>
  </tr>
</table>
<br/>
<br/>
<br/>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?