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

📄 patientphysiciansform.ascx

📁 医疗决策支持系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="PatientPhysiciansForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.PatientPhysiciansForm" 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>
<script>
function popupAddEditPhysician(pageName)
{
	window.open(pageName, 'Physicians', 'toolbars=no,resize=no,scrollbars=no,width=900,height=480,left=50,top=200');
} 
</script>
<table align="center" class="pdFormTable" width="440">

	<input type="hidden" id="PatientPhysicianId" runat=server NAME="PatientPhysicianId"/>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PhysicianId_PdLabel" Text="Physician:" Field="PhysicianId" Required="Yes" runat=server /></td>
		<td><select id="PhysicianId" class="PdFormField" style="width:200" runat=server NAME="PhysicianId"  onchange="setIsDirtyValue('false');document.dataForm.submit();" onserverchange="SetPhysicianSelect" /><img src="../../images/shim.gif" width="40" height="1" border="0">
			<div class="patientDataFormDiv" id="showAddPatientLink" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; Z-INDEX: 1; VISIBILITY: visible; OVERFLOW: auto; BORDER-LEFT: #000000 1px; WIDTH: 130; BORDER-BOTTOM: #000000 1px; POSITION: absolute; HEIGHT: 50px;">
				<table width="120" cellpadding="0" cellspacing="0" border="0">
					<tr>
						<td><a class="formSplashCurrentClinic"  href="javascript:popupAddEditPhysician('../Utilities/AddAPhysician.aspx?newWindow=true');"><img src="../../images/AddANewPhysicianButton.gif" width="94" height="27" border="0" vspace="2"></a></td>	
					</tr>
				</table>
			</div>
		
		
		</td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtPhRole_PdLabel" Text="Role:" Field="PtPhRole" Required="Yes" runat=server /></td>
		<td><select id="PtPhRole" class="pdFormField" style="width:200" runat=server NAME="PtPhRole"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtPhContactStatus_PdLabel" Text="Contact Status:" Field="PtPhContactStatus" Required="No" runat=server /></td>
		<td><select id="PtPhContactStatus" class="pdFormField" style="width:200" runat=server NAME="PtPhContactStatus"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PtPhNotes_PdLabel" Text="Notes:" Field="PtPhNotes" Required="No" runat=server /></td>
		<td><textarea id="PtPhNotes" class="pdFormNotesField" cols="30" rows="4" runat=server NAME="PtPhNotes"></textarea></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="PhysicianInfoTable" runat="server">
				<tr>
					<td><img src="../../images/shim.gif" width="90" height="1"></td>
					<td><img src="../../images/shim.gif" width="150" height="1"></td>
					<td><img src="../../images/shim.gif" width="50" height="1"></td>
					<td><img src="../../images/shim.gif" width="150" height="1"></td>
				</tr>
				<tr>
					<td colspan="4" height="26" valign="top">
						<span class="requiredField" >&nbsp;&nbsp;Info on the Selected Physician</span> <a id="EditPhysicianLink" runat="server" style="cursor:hand;"><img src=../../Images/EditThisPhysicianButton.gif width="101" height="16" border="0" align="absmiddle" hspace="20"></a>
					</td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Physician Name:&nbsp;&nbsp;</td>
					<td  valign="top"><asp:Label ID="PhysicianName" Runat="server" /></td>
					<td  class="pdFormFieldLabel"  valign="top">Specialty:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="PhysicianSpecialty" Runat="server" /></td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Address:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="PhysicianAddress1" Runat="server" /><asp:Label ID="PhysicianAddress2" Runat="server" />
						<asp:Label ID="PhysicianCity" Runat="server" /><asp:Label ID="PhysicianState" Runat="server" /> <asp:Label ID="PhysicianPostalCode" Runat="server" />
					</td>
					<td valign="top">Institution:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="PhysicianInstitution" Runat="server" /></td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Phone:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="PhysicianPhone" Runat="server" /></td>
					<td valign="top">&nbsp;</td>
					<td valign="top">&nbsp;</td>
				</tr>
				<tr>
					<td  class="pdFormFieldLabel" valign="top">Fax:&nbsp;&nbsp;</td>
					<td valign="top"><asp:Label ID="PhysicianFax" Runat="server" /></td>
					<td valign="top">&nbsp;</td>
					<td valign="top">&nbsp;</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="javascript:;" onclick="popupAddEditPhysician('../../Core/Utilities/EditAPhysician.aspx?splash=false&newWindow=true')"><img id="EditExistingPhysicianButton" runat="server" src="../../Images/ViewEditExistingPhysicianButton.gif" width="136" height="28" border="0"></a>
		<%--<a  href="#" onclick="top.location = '../../Core/Utilities/EmptyContainer.aspx?TaskPage=EditAPhysician.aspx&splash=false';"><img id="EditExistingPhysicianButton" runat="server" src="../../Images/ViewEditExistingPhysicianButton.gif" width="136" height="28" border="0"></a>--%>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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