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

📄 medications.ascx

📁 医疗决策支持系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Medications.ascx.cs" Inherits="Caisis.UI.Modules.All.Eforms.Medications" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>

<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>


<a name="Medications" />
<table width="500" border="0" cellpadding="0" cellspacing="0" class="controlBox">
   
    <tr> 
      <td><img src="../Images/shim.gif" width="1" height="1" /></td>
      <td> 
		<table width="100%" border="0" cellspacing="0" cellpadding="4">
          <tr> 
            <td colspan="3" height="18" align="left" class="controlBoxTitle">Medications&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            </td>
          </tr>
          <tr>
				<td  class="controlBoxDataGridTitleColumn">Medication</td>
				<td  class="controlBoxDataGridTitleColumn">Type</td>
				<td  class="controlBoxDataGridTitleColumn">Start Date</td>
				<td  class="controlBoxDataGridTitleColumn">Stop Date</td>
          </tr>
          <tr>
			 <td>
				<euc:EformSelect RecordId="1" LookupCode="Medication" TABLE="Medications" FIELD="Medication" Runat="server" ID="Medication_1"/></td>
			<td>
				<euc:EformTextBox RecordId="1" style="width:100;" TABLE="Medications" FIELD="MedType" Runat="server" ID="MedType_1"/></td>
			<td>
				<euc:EformHidden RecordId="1"  TABLE="Medications" FIELD="MedDate" Runat="server" ID="MedDate_1"/>
				<euc:EformTextBox RecordId="1" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedDateText" Runat="server" ID="MedDateText_1"/></td>
			<td>
				<euc:EformHidden RecordId="1"  TABLE="Medications" FIELD="MedStopDate" Runat="server" ID="MedStopDate_1"/>
				<euc:EformTextBox RecordId="1" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedStopDateText" Runat="server" ID="MedStopDateText_1"/></td>
          </tr>
          
         <tr>
			 <td>
				<euc:EformSelect RecordId="2" LookupCode="Medication" TABLE="Medications" FIELD="Medication" Runat="server" ID="Medication_2"/></td>
			<td>
				<euc:EformTextBox RecordId="2" style="width:100;" TABLE="Medications" FIELD="MedType" Runat="server" ID="MedType_2"/></td>
			<td>
				<euc:EformHidden RecordId="2"  TABLE="Medications" FIELD="MedDate" Runat="server" ID="MedDate_2"/>
				<euc:EformTextBox RecordId="2" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedDateText" Runat="server" ID="MedDateText_2"/></td>
			<td>
				<euc:EformHidden RecordId="2"  TABLE="Medications" FIELD="MedStopDate" Runat="server" ID="MedStopDate_2"/>
				<euc:EformTextBox RecordId="2" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedStopDateText" Runat="server" ID="MedStopDateText_2"/></td>
          </tr>
          
          <tr>
			 <td>
				<euc:EformSelect RecordId="3" LookupCode="Medication" TABLE="Medications" FIELD="Medication" Runat="server" ID="Medication_3"/></td>
			<td>
				<euc:EformTextBox RecordId="3" style="width:100;" TABLE="Medications" FIELD="MedType" Runat="server" ID="MedType_3"/></td>
			<td>
				<euc:EformHidden RecordId="3"  TABLE="Medications" FIELD="MedDate" Runat="server" ID="MedDate_3"/>
				<euc:EformTextBox RecordId="3" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedDateText" Runat="server" ID="MedDateText_3"/></td>
			<td>
				<euc:EformHidden RecordId="3"  TABLE="Medications" FIELD="MedStopDate" Runat="server" ID="MedStopDate_3"/>
				<euc:EformTextBox RecordId="3" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Medications" FIELD="MedStopDateText" Runat="server" ID="MedStopDateText_3"/></td>
          </tr>
          
        </table>
       </td>
    <tr> 
      <td valign="bottom"><img src="../../Images/EFormControlBottomLeft.gif" width="2" height="2" /></td>
      <td>&nbsp;</td>
      <td valign="bottom" align="right"><img src="../../Images/EFormControlBottomRight.gif" width="2" height="2" /></td>
    </tr>
</table>

<br>

⌨️ 快捷键说明

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