procprostatectomiespathform.ascx

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

ASCX
223
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ProcProstatectomiesPathForm.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.DataEntryForms.ProcProstatectomiesPathForm" 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" %>
<%@ Register TagPrefix="plugin" TagName="ImageLoader" Src="../../../Plugins/FileLoader/FileLoaderPlugin.ascx" %>
 
 
<val:DataEntryCommonFields id="commonFields" runat=server></val:DataEntryCommonFields>

<table align="center" class="pdFormTable" width="500">

	<input type="hidden" id="SurgeryId" runat=server NAME="SurgeryId"/>
	<!-- CALL TO IMAGE UPLOAD PLUGIN -->
	<tr>
		<td colspan="2"><plugin:ImageLoader ShowThumbNail="True" ID="ImageLoader" runat=server/></td>
	</tr>
	<!-- all summary fields should be hidden.. HPI Use only -->
	<input type="hidden" id="PathSummary" class="pdFormField" runat=server NAME="PathSummary"/>
	<tr>
		<td class="pdFormFieldLabel" width="140"><val:PDLabel id="PathNum_PdLabel" Text="Path #:" Field="PathNum" Required="No" runat=server /></td>
		<td  width="300"><input type="text" id="PathNum" class="pdFormField" maxlength="50" runat=server NAME="PathNum"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel">
			<!--- staging layer --->
			<div  id="stagingInfoDiv" onmouseover="hideSelects(true);"  style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; Z-INDEX: 30; VISIBILITY: hidden; OVERFLOW: auto; BORDER-LEFT: #000000 1px; WIDTH: 430; BORDER-BOTTOM: #000000 1px; POSITION: absolute; HEIGHT: 250px;">
				<table cellpadding="0" cellspacing="0" border="0" width="400">
				<tr>
				<td colspan="6"><img src="../../Images/StagingInfoPanelHeadTop.gif" height="4" width="400" border="0" /><br></td>
				</tr>
				<tr  class="popupHeader">
				<td class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				<td ><img src="../../Images/shim.gif" height="1" width="26" border="0" /></td>
				<td ><img src="../../Images/shim.gif" height="1" width="82" border="0" /></td>
				<td ><img src="../../Images/shim.gif" height="1" width="10" border="0" /></td>
				<td ><img src="../../Images/shim.gif" height="1" width="280" border="0" /></td>
				<td  class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				</tr>
				<tr class="popupTable">
				<td class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				<td  class="popupHeader">&nbsp;</td>
				<td colspan="3" class="popupHeader" ><img src="../../Images/SmallCloseButtonOnBlue.gif" vspace="2" hspace="7" height="11" width="12" border="0" align="right" style="cursor:hand;" onclick="MM_showHideLayers('stagingInfoDiv','','hide');" />Staging Info for Prostatectomy</td>
				<td  class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				</tr>
				<tr>
				<td colspan="6"><img src="../../Images/StagingInfoPanelHeadBottom.gif" height="4" width="400" border="0" /><br></td>
				</tr>
				<tr class="popupTable">
				<td  class="loginBorder" height="40"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				<td >&nbsp;</td>
				<td colspan="3" valign="top" height="200" ><br>Please select a T-Stage.
				
				<br><br>
				<div class="patientDataFormDiv"   style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; Z-INDEX: 30; OVERFLOW: auto; BORDER-LEFT: #000000 1px; WIDTH: 366; BORDER-BOTTOM: #000000 1px; POSITION: absolute; HEIGHT: 155px;">
					<table cellpadding="0" cellspacing="0" border="0" width="346">
						<tr>
							<td><img src="../../Images/shim.gif" height="1" width="56" border="0" /></td>
							<td><img src="../../Images/shim.gif" height="1" width="290" border="0" /></td>
						</tr>
			
                <asp:Repeater ID="rptStages" runat=server OnItemDataBound="StagingInfoDataBound"> 
                  <ItemTemplate>
						<tr>
							<td valign="top"  height="22"><a style="color:8d2a2c;"  class="stagingInfoLink"  id="tStageLink" runat="server" ><strong><%# DataBinder.Eval(Container.DataItem, "LkpCode") %></strong></a></td>
							<td valign="top" ><%# DataBinder.Eval(Container.DataItem, "LkpDescription") %></td>
						</tr>
                  </ItemTemplate>
                </asp:Repeater>  
						
					</table>
				</div>
				</td>
				<td  class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				</tr>
				<tr class="popupTable">
				<td  class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				<td >&nbsp;</td>
				<td class="popupLabel" valign="top">&nbsp;</td>
				<td >&nbsp;</td>
				<td >&nbsp;</td>
				<td  class="loginBorder"><img src="../../Images/shim.gif" height="1" width="1" border="0" /></td>
				</tr>

				<tr class="popupTable">
				<td colspan="6"><img src="../../Images/StagingInfoPanelFoot.gif" height="4" width="400" border="0" /><br></td>
				</tr>
				</table>
			</div>
<!--- end staging layer --->
		<val:PDLabel id="PathStageSystem_PdLabel" Text="Staging System:" Field="PathStageSystem" Required="No" runat=server /></td>
		<td><select id="PathStageSystem" class="pdFormField" runat=server NAME="PathStageSystem" onchange="setIsDirtyValue('false');document.dataForm.submit();" onserverchange="SetClinStageSelectFields" />
		</td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel">
		
		
		

		
		
		<val:PDLabel id="PathStageT_PdLabel" Text="T Stage:" Field="PathStageT" Required="No" runat=server /></td>
		<td>
<!--- staging button --->		
			<div style="Z-INDEX: 4; OVERFLOW: auto; WIDTH: 300; POSITION: absolute;">
			<img src="../../Images/shim.gif" width="165" height="1" border="0" align="left">
			<table cellpadding="0" cellspacing="0" border="0" width="70">
			<tr><td>
			<a id="StagingInfoLink" runat="server" ><img src="../../Images/TStaging.gif" width="62" height="14" border="0" vspace="2"></a>
			</td></tr>
			</table>
			</div>
<!--- end staging button --->
		<select id="PathStageT" class="pdFormField" runat=server NAME="PathStageT"/>

		</td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathGG1_PdLabel" Text="GG1:" Field="PathGG1" Required="No" runat=server /></td>
		<td><input type="text" id="PathGG1" class="pdFormField" maxlength="50" runat=server NAME="PathGG1"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathGG2_PdLabel" Text="GG2:" Field="PathGG2" Required="No" runat=server /></td>
		<td><input type="text" id="PathGG2" class="pdFormField" maxlength="50" runat=server NAME="PathGG2"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathGGS_PdLabel" Text="GGS:" Field="PathGGS" Required="No" runat=server /></td>
		<td><input type="text" id="PathGGS" class="pdFormField" maxlength="50" runat=server NAME="PathGGS"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathResult_PdLabel" Text="Result:" Field="PathResult" Required="No" runat=server /></td>
		<td><select id="PathResult" class="pdFormField" runat=server NAME="PathResult"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathGG3_PdLabel" Text="GG3:" Field="PathGG3" Required="No" runat=server /></td>
		<td><input type="text" id="PathGG3" class="pdFormField" maxlength="50" runat=server NAME="PathGG3"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathPercCancer_PdLabel" Text="% Cancer:" Field="PathPercCancer" Required="No" runat=server /></td>
		<td><input type="text" id="PathPercCancer" class="pdFormField" maxlength="50" runat=server NAME="PathPercCancer"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathHG_Volume_PdLabel" Text="HG Volume:" Field="PathHG_Volume" Required="No" runat=server /></td>
		<td><input type="text" id="PathHG_Volume" class="pdFormField" maxlength="50" runat=server NAME="PathHG_Volume"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathPercHG_Cancer_PdLabel" Text="% High Grade:" Field="PathPercHG_Cancer" Required="No" runat=server /></td>
		<td><input type="text" id="PathPercHG_Cancer" class="pdFormField" maxlength="50" runat=server NAME="PathPercHG_Cancer"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathCancerMaxDim_PdLabel" Text="Max Dim Cancer:" Field="PathCancerMaxDim" Required="No" runat=server /></td>
		<td><input type="text" id="PathCancerMaxDim" class="pdFormField" maxlength="50" runat=server NAME="PathCancerMaxDim"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathCancerVolume_PdLabel" Text="Tumor Volume:" Field="PathCancerVolume" Required="No" runat=server /></td>
		<td><input type="text" id="PathCancerVolume" class="pdFormField" maxlength="50" runat=server NAME="PathCancerVolume"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathProsVolume_PdLabel" Text="Prostate Volume:" Field="PathProsVolume" Required="No" runat=server /></td>
		<td><input type="text" id="PathProsVolume" class="pdFormField" maxlength="50" runat=server NAME="PathProsVolume"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathWholeMount_PdLabel" Text="Whole Mount:" Field="PathWholeMount" Required="No" runat=server /></td>
		<td><input type="checkbox" id="PathWholeMount" value="1"  runat=server NAME="PathWholeMount"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathMarginStatus_PdLabel" Text="Margin Status:" Field="PathMarginStatus" Required="No" runat=server /></td>
		<td><val:ComboBox Id="PathMarginStatus" RefBy="PathMarginStatus" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathAddTissueMarginStatus_PdLabel" Text="Add Tiss Margin Status:" Field="PathAddTissueMarginStatus" Required="No" runat=server /></td>
		<td><val:ComboBox Id="PathAddTissueMarginStatus" RefBy="PathAddTissueMarginStatus" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathExtension_PdLabel" Text="ECE:" Field="PathExtension" Required="No" runat=server /></td>
		<td><select id="PathExtension" class="pdFormField" runat=server NAME="PathExtension"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathSVI_PdLabel" Text="SV Inv:" Field="PathSVI" Required="No" runat=server /></td>
		<td><select id="PathSVI" class="pdFormField" runat=server NAME="PathSVI"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathPIN_PdLabel" Text="PIN Grade:" Field="PathPIN" Required="No" runat=server /></td>
		<td><select id="PathPIN" class="pdFormField" runat=server NAME="PathPIN"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathPNI_PdLabel" Text="PNI Present:" Field="PathPNI" Required="No" runat=server /></td>
		<td><select id="PathPNI" class="pdFormField" runat=server NAME="PathPNI"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathPNI_Diam_PdLabel" Text="PNI Diameter:" Field="PathPNI_Diam" Required="No" runat=server /></td>
		<td><input type="text" id="PathPNI_Diam" class="pdFormField" maxlength="50" runat=server NAME="PathPNI_Diam"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathIDC_PdLabel" Text="Intra Ductal Ca:" Field="PathIDC" Required="No" runat=server /></td>
		<td><select id="PathIDC" class="pdFormField" runat=server NAME="PathIDC"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathVascularInv_PdLabel" Text="Vascular Inv:" Field="PathVascularInv" Required="No" runat=server /></td>
		<td><select id="PathVascularInv" class="pdFormField" runat=server NAME="PathVascularInv"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathBN_Inv_PdLabel" Text="BN Inv:" Field="PathBN_Inv" Required="No" runat=server /></td>
		<td><select id="PathBN_Inv" class="pdFormField" runat=server NAME="PathBN_Inv"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathMultifocal_PdLabel" Text="Multifocal:" Field="PathMultifocal" Required="No" runat=server /></td>
		<td><select id="PathMultifocal" class="pdFormField" runat=server NAME="PathMultifocal"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="Pathologist_PdLabel" Text="Pathologist:" Field="Pathologist" Required="No" runat=server /></td>
		<td><val:ComboBox Id="Pathologist" RefBy="Pathologist" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathNotes_PdLabel" Text="Notes:" Field="PathNotes" Required="No" runat=server /></td>
		<td><textarea id="PathNotes" class="pdFormNotesField" cols="32" rows="3" maxlength="1000" runat=server NAME="PathNotes"></textarea></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="PathQuality_PdLabel" Text="Data Quality:" Field="PathQuality" Required="Yes" runat=server /></td>
		<td><select id="PathQuality" class="pdFormField" runat=server NAME="PathQuality"/></td>
	</tr>
</table>

⌨️ 快捷键说明

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