⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 othertreatments.ascx

📁 医疗决策支持系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="OtherTreatments.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.Eforms.OtherTreatments" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>

<script type="text/javascript"> 
function showOtherTreatment(divId, treatmentCheckbox)
{
	if(treatmentCheckbox.checked == true)
	{
		document.getElementById(divId).style.display = 'block';
	}
	else
	{
		document.getElementById(divId).style.display = 'none';
	}
}

</script>
<link href="../../../StyleSheets/EformStyles.css" rel="stylesheet" type="text/css">
<a name="OtherTreatments" /><span class="controlBoxTitle">Other Treatments</span><br>
<table width="650" border="0" cellspacing="0" cellpadding="5" class="eformLargePopulatedTable">
  <tr>
    <td><label>
      <input id="MedTxCheckbox" type="checkbox" name="MedTxCheckbox" value="true" onclick="showOtherTreatment('MedTxDiv', this)" />
    Show Medical Therapy</label></td>
    <td><label>
      <input id="RadTxCheckbox" type="checkbox" name="RadTxCheckbox" value="true" onclick="showOtherTreatment('RadTxDiv', this)" />
      Show Radiation Therapy</label></td>
    <td><label>
      <input id="BrachyTxCheckbox" type="checkbox" name="BrachyTxCheckbox" value="true" onclick="showOtherTreatment('BrachyTxDiv', this)" />
      Show BrachyTherapy </label></td>
  </tr>
</table>
<br/><br/><br/>

⌨️ 快捷键说明

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