📄 postopfollowupreport.aspx
字号:
<%@ Page language="c#" Codebehind="PostOpFollowUpReport.aspx.cs" AutoEventWireup="false" Inherits="Caisis.UI.Modules.All.Reports.PostOpFollowUpReport" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../../../StyleSheets/GlobalStyles.css" rel="stylesheet" type="text/css">
</HEAD>
<body id="ReportContentBody" runat="server" class="reportContentBody">
<form id="Form1" method="post" runat="server">
<table width="100%" cellpadding="0" cellspacing="0" border="0" >
<tr>
<td align="left" width="100%" valign="top">
<table cellspacing="0" cellpadding="1" border="0" width="100%">
<!-- datagrid is never visible -->
<asp:DataGrid ID="ExcelDg" Runat=server></asp:DataGrid>
<tr style="FONT-WEIGHT: bold">
<td valign="middle"><img src="../../../Images/shim.gif" width="1" height="35" align="left" >
Type:<br><asp:DropDownList ID="OpType" Runat=server></asp:DropDownList>
</td>
<td>
Surgeon:<br><asp:DropDownList ID="OpSurgeon" Runat=server></asp:DropDownList>
</td>
<td>
Institution:<br><asp:DropDownList ID="OpInstitution" Runat=server></asp:DropDownList>
</td>
<td nowrap>
Months Since Surgery:<br><asp:DropDownList ID="DateRange" Runat=server></asp:DropDownList>
</td>
<td nowrap>
Months Since PSA:<br><asp:DropDownList ID="MonthsSincePSA" Runat=server></asp:DropDownList>
</td>
<td>
<asp:ImageButton ID="RunReportBtn" ImageUrl="../../../Images/Search_small.gif" Runat="server" Width="52" Height="19" ImageAlign="AbsMiddle" />
</td>
<td>
<asp:ImageButton ID="ExcelBtn" AlternateText="Save for Microsoft Excel" ImageUrl="../../../Images/ExcelIcon.gif" Runat="server" OnClick="ExcelBtn_Click"></asp:ImageButton>
</td>
</tr>
<tr>
<td colspan="7"><asp:Label ID="resultMessage" Runat=server></asp:Label></td>
</tr>
<tr>
<td colspan="7">
<asp:Panel ID="RP_LP_Panel" Runat="server">
<TABLE
style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid"
cellSpacing=0 cellPadding=4 width="100%" border=0>
<TR>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=100>MRN</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=150>
<asp:LinkButton id=SortByName Runat="server"><u>Name</u></asp:LinkButton></TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Phone</TD>
<TD class=ListManDataTableTop title="Operation Type"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Type</TD>
<TD class=ListManDataTableTop title=Surgeon
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Surgeon</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=60>Date</TD>
<TD class=ListManDataTableTop title="Months Since Surgery"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=50>
<asp:LinkButton id=SortByMonthsSinceSurgery Runat="server"><u>MSS</u></asp:LinkButton></TD>
<TD class=ListManDataTableTop title="Last PSA Data Post Surgery"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=60>Last PSA
Date</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=50>PSA</TD>
<TD class=ListManDataTableTop title="Months Since PSA"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=50>
<asp:LinkButton id=SortByMonthsSincePSA Runat="server"><u>MS PSA</u></asp:LinkButton></TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Action
Date</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Action</TD><%-- <td width="100" class="ListManDataTableTop" style="text-align: left; font-size: 9px;">Action Notes</td> --%></TR>
<asp:Repeater id=RP_LP_Repeater Runat="server" OnItemDataBound="RP_LP_Repeater_DataBound">
<ItemTemplate>
<tr>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtMrn"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtLastName"]%>, <%# ((System.Data.DataRowView)Container.DataItem)["PtFirstName"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneNumber"]%> ( <%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneType"]%> ) </td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["OpType"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgCaseSurgeon"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgDateText"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSinceSurgery"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["LabDateText"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["LabResult"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSincePSA"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["ActionDateText"]%></td>
<td bgcolor="ffffff" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["ActionItem"]%></td>
<%-- <td bgcolor="ffffff" valign="top"></td> --%>
</tr>
<tr id="ActionNotesRow" runat="server"><td colspan="12" bgcolor="ffffff"><strong>Action Notes:</strong> <%# ((System.Data.DataRowView)Container.DataItem)["ActionNotes"]%></td></tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -