📄 postopfollowupreport.aspx
字号:
<tr style="padding: 0px;"><td colspan="12" bgcolor="#ffffff" style="padding: 0px; border-bottom: solid 1px #cccccc;"><img src="../../../Images/shim.gif" height="1" width="1" /> </td></tr>
</ItemTemplate>
<AlternatingItemTemplate>
<tr>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtMrn"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtLastName"]%>, <%# ((System.Data.DataRowView)Container.DataItem)["PtFirstName"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneType"]%> <%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneNumber"]%> </td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["OpType"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgCaseSurgeon"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgDateText"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSinceSurgery"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["LabDateText"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["LabResult"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSincePSA"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["ActionDateText"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["ActionItem"]%></td>
<%-- <td class="dataGridItemRowB" valign="top"> </td> --%>
</tr>
<tr id="ActionNotesRow" runat="server"><td colspan="12" class="dataGridItemRowB" ><strong>Action Notes:</strong> <%# ((System.Data.DataRowView)Container.DataItem)["ActionNotes"]%></td></tr>
<tr style="padding: 0px;"><td colspan="12" class="dataGridItemRowB" style="padding: 0px; border-bottom: solid 1px #cccccc;"><img src="../../../Images/shim.gif" height="1" width="1" /> </td></tr>
</AlternatingItemTemplate>
</asp:Repeater></TABLE>
</asp:Panel>
<asp:Panel ID="LN_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><!-- Mrn first and last name, SurgDateText, MonthsSinceSurgery, *SurgCaseSurgeon, *Optype, PathHistology, LastFollowUpDateText,LastFollowUpDate, MonthsToLastFollowUp, MonthsSinceFollowUp -->
<TR>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=70>MRN</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=140>Name</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=110>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 title="Surgery Date"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Date</TD>
<TD class=ListManDataTableTop title="Months Since Surgery"
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=50>MSS</TD>
<TD class=ListManDataTableTop
style="FONT-SIZE: 9px; TEXT-ALIGN: left" width=80>Path
Histology</TD>
<TD class=ListManDataTableTop title="Last Follow Up Date"
style="FONT-SIZE: 9px" width=50>Last FU Date</TD>
<TD class=ListManDataTableTop
title="Months Betweem Surgery and Last Follow Up"
style="FONT-SIZE: 9px" width=50>Months To Last FU</TD>
<TD class=ListManDataTableTop
title="Months Since Last Follow Up" style="FONT-SIZE: 9px"
width=80>Months<BR>Since FU</TD></TR>
<asp:Repeater id=LN_Repeater Runat="server">
<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)["PtPhoneType"]%> <%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneNumber"]%> </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)["PathHistology"]%></td>
<td bgcolor="ffffff" valign="top" align="center"><%# ((System.Data.DataRowView)Container.DataItem)["LastFollowUpDateText"]%></td>
<td bgcolor="ffffff" valign="top" align="center"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsToLastFollowUp"]%></td>
<td bgcolor="ffffff" valign="top" align="center"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSinceFollowUp"]%></td>
</tr>
<tr style="padding: 0px;"><td colspan="12" bgcolor="#ffffff" style="padding: 0px; border-bottom: solid 1px #cccccc;"><img src="../../../Images/shim.gif" height="1" width="1" /> </td></tr>
</ItemTemplate>
<AlternatingItemTemplate>
<tr>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtMrn"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtLastName"]%>, <%# ((System.Data.DataRowView)Container.DataItem)["PtFirstName"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneType"]%> <%# ((System.Data.DataRowView)Container.DataItem)["PtPhoneNumber"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["OpType"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgCaseSurgeon"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["SurgDateText"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSinceSurgery"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["PathHistology"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["LastFollowUpDateText"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsToLastFollowUp"]%></td>
<td class="dataGridItemRowB" valign="top"><%# ((System.Data.DataRowView)Container.DataItem)["MonthsSinceFollowUp"]%></td>
</tr>
<tr style="padding: 0px;"><td colspan="12" class="dataGridItemRowB" style="padding: 0px; border-bottom: solid 1px #cccccc;"><img src="../../../Images/shim.gif" height="1" width="1" /> </td></tr>
</AlternatingItemTemplate>
</asp:Repeater></TABLE>
</asp:Panel>
</td></tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -