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

📄 patientprotocolsform.ascx

📁 医疗决策支持系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="PatientProtocolsForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.PatientProtocolsForm" 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" border="0" cellpadding="3" cellspacing="0">

	<input type="hidden" id="PatientProtocolId" runat=server NAME="PatientProtocolId"/>
	<input type="hidden" id="PtProtocolStatus" runat=server NAME="PtProtocolStatus"/>
	<tr>
		<td align="right" colspan="2" height="15">
			<!---<img src="../../../images/icon_HasNoDetails.gif" id="DetailFlagOff" border="0" title="No Cores have been entered" runat="server"><img src="../../../images/icon_HasDetails.gif" id="DetailFlagOn" border="0" title="Status has been entered" runat="server">&nbsp;&nbsp;<asp:HyperLink ID="PatientProtocolStatusLink" Text="Protocol Status" Enabled="False" Runat="server"></asp:HyperLink>--->
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
	<!-- need a select with all the protocols -->
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="ProtocolId_PdLabel" Text="Protocol:" Field="ProtocolId" Required="Yes" runat=server /></td>
		<td width="360">
		
		
		
		
		
<!--- staging button --->		
			<div style="Z-INDEX: 4; OVERFLOW: auto; WIDTH: 430; POSITION: absolute;">
			<img src="../../images/shim.gif" width="305" height="1" border="0" align="left">
			<table cellpadding="0" cellspacing="0" border="0" width="70">
			<tr><td>
			<a class="formSplashCurrentClinic" href="#"  onclick="top.location = '../../Core/Utilities/EmptyContainer.aspx?TaskPage=AddAProtocol.aspx';"><img src="../../images/AddANewProtocolButton.gif" width="94" height="27" border="0" vspace="2"></a>
			</td></tr>
			</table>
			</div>
<!--- end staging button --->
		
		
		
		
		<select id="ProtocolId" class="pdFormField" style="width:300" runat=server NAME="ProtocolId"  onchange="setIsDirtyValue('false');document.dataForm.submit();" onserverchange="SetProtocolSelect"   />
			<img src="../../images/shim.gif" width="10" height="1">
	
		</td>
	</tr>
	<%--<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtProtocolStatus_PdLabel" Text="Patient Status:" Field="PtProtocolStatus" Required="No" runat=server /></td>
		<td><select id="PtProtocolStatus" class="pdFormField" runat=server NAME="PtProtocolStatus"/></td>
	</tr>--%>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtProtocolNotes_PdLabel" Text="Notes:" Field="PtProtocolNotes" Required="No" runat=server /></td>
		<td><textarea id="PtProtocolNotes" class="pdFormNotesField" style="width:300" rows="3" maxlength="1000" runat=server NAME="PtProtocolNotes"></textarea></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel" ><val:PDLabel id="PtProtocolDataSource_PdLabel" Text="Data Source:" Field="PtProtocolDataSource" Required="No" runat=server /></td>
		<td><val:ComboBox Id="PtProtocolDataSource" RefBy="PtProtocolDataSource" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtProtocolQuality_PdLabel" Text="Data Quality:" Field="PtProtocolQuality" Required="No" runat=server /></td>
		<td><select id="PtProtocolQuality" class="pdFormField" runat=server NAME="PtProtocolQuality"/></td>
	</tr>
	<tr>
		<td colspan="2" class="pdFormFieldLabel" height="15">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="2" class="pdFormFieldLabel">
		
			<table align="center" class="pdFormTable" width="440" cellpadding="2" cellspacing="0"  style="background-color:#E0EAF0;" id="ProtocolInfoTable" runat="server">
				<tr>
					<td><img src="../../images/shim.gif" width="90" height="1"></td>
					<td><img src="../../images/shim.gif" width="120" height="1"></td>
					<td><img src="../../images/shim.gif" width="90" height="1"></td>
					<td><img src="../../images/shim.gif" width="120" height="1"></td>
				</tr>
				<tr>
					<td colspan="4" height="26" valign="top">
						<span class="requiredField" >&nbsp;&nbsp;More Info on the Selected Protocol</span> <a id="EditProtocolLink" runat="server" style="cursor:hand;"><img src="../../images/EditThisProtocolButton.gif" width="101" height="16" border="0" align="absmiddle" hspace="20"></a>
					</td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Protocol Title:&nbsp;&nbsp;</td>
					<td colspan=3 valign="top"><asp:Label ID="ProtocolTitle" Runat="server" /><asp:Label ID="PhysicianAddress2" Runat="server" /></td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">IRB #:&nbsp;&nbsp;</td>
					<td  valign="top"><asp:Label ID="ProtocolNum" Runat="server" /></td>
					<td  class="pdFormFieldLabel" valign="top">Short Desc:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="ProtocolAlias" Runat="server" /></td>
					
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top" title="Principal Investigator">Principal Inv:&nbsp;&nbsp;</td>
					<td  valign="top"><asp:Label ID="ProtocolPI" Runat="server" /></td>
					<td  class="pdFormFieldLabel" valign="top">Department:&nbsp;&nbsp;</td>
					<td  valign="top"><asp:Label ID="ProtocolDept" Runat="server" /></td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Notes:&nbsp;&nbsp;</td>
					<td colspan=3 valign="top"><asp:Label ID="ProtocolNotes" Runat="server" /></td>
				</tr>
				<tr>
					<td colspan="4" valign="top">&nbsp;</td>
				</tr>
			</table>
		</td>
	</tr>
 	<tr>
		<td colspan="2" align="center" valign="bottom" height="40" >
		<a  href="#" onclick="top.location = '../../Core/Utilities/EmptyContainer.aspx?TaskPage=EditAProtocol.aspx&splash=false';"><img id="EditExistingProtocolButton" runat="server" src="../../../images/ViewEditExistingProtocolButton.gif" width="136" height="28" border="0"></a>

		</td>
	</tr>
<!---
 	<tr>
		<td colspan="2" align="center" valign="bottom" height="90" >
			<table align="center" class="pdFormTable" width="280" cellpadding="12" style="background-color:#E0EAF0;">
				<tr>
				<td class="formSplashCurrentClinic" align="center"><a class="formSplashCurrentClinic" href="javascript:top.location = '../Workflows/Workflows.aspx?workflowName=AddAProtocol';">Click here</a> to add a new<br>Protocol to the database.</td>	
				</tr>
			</table>
		</td>
	</tr>
--->
</table>

⌨️ 快捷键说明

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