|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: |
<asp:DetailsView ID="DetailsView1"
runat="server" AutoGenerateRows="False" DataSourceID="qry_Enrollment" Height="50px"
Width="519px" Font-Size="12pt">
<RowStyle Font-Size="Smaller" />
<Fields>
<asp:BoundField DataField="Enroll Date" HeaderText="Enroll Date" SortExpression="Enroll Date" />
<asp:CheckBoxField DataField="HIPAA" HeaderText="HIPAA" SortExpression="HIPAA" />
<asp:BoundField DataField="Advised Visits" HeaderText="Advised Visits" SortExpression="Advised Visits" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:CheckBoxField DataField="Infant Reauthorize" HeaderText="Reauthorize" SortExpression="Infant Reauthorize" />
<asp:BoundField DataField="Infant RD Assigned" HeaderText="RD Assigned" SortExpression="Infant RD Assigned" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Infant RN Assigned" HeaderText="RN Assigned" SortExpression="Infant RN Assigned" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Infant SW Assigned" HeaderText="SW Assigned" SortExpression="Infant SW Assigned" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Infant RD Visits" HeaderText="RD Visits" SortExpression="Infant RD Visits" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Infant RN Visits" HeaderText="RN Visits" SortExpression="Infant RN Visits" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Infant SW Visits" HeaderText="SW Visits" SortExpression="Infant SW Visits" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:TemplateField HeaderText="Smoking Status" SortExpression="InfantSmokingStatus">
<EditItemTemplate>
<asp:DropDownList ID="DropDownList2" runat="server" Text='<%# Bind("[InfantSmokingStatus]") %>'>
<asp:ListItem Value=""></asp:ListItem>
<asp:ListItem Value="No Exposure">No Exposure</asp:ListItem>
<asp:ListItem Value="Client">Client</asp:ListItem>
<asp:ListItem Value="Environment">Environment</asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
<InsertItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("InfantSmokingStatus") %>'></asp:TextBox>
</InsertItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("InfantSmokingStatus") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Infant Last Visited By" SortExpression="Infant Last Visited">
<EditItemTemplate>
<asp:DropDownList ID="DropDownList_Last_Visited" runat="server" Text='<%# Bind("[Infant Last Visited]") %>'>
<asp:ListItem Value=""></asp:ListItem>
<asp:ListItem Value="RD">RD</asp:ListItem>
<asp:ListItem Value="RN">RN</asp:ListItem>
<asp:ListItem Value="SW">SW</asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
<InsertItemTemplate>
<asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("[Infant Last Visited]") %>'></asp:TextBox>
</InsertItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("[Infant Last Visited]") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="Infant Last Visit Date" HeaderText="Last Visit"
SortExpression="Infant Last Visit Date" />
<asp:TemplateField HeaderText="Family Planning" SortExpression="Family Planning">
<EditItemTemplate>
<asp:DropDownList ID="DropDownList_Family_Planning" runat="server" Text='<%# Bind("[Family Planning]") %>'>
<asp:ListItem Value=""></asp:ListItem>
<asp:ListItem Value="Condoms">Condoms</asp:ListItem>
<asp:ListItem Value="DepoPrevera">DepoPrevera</asp:ListItem>
<asp:ListItem Value="NFP">NFP</asp:ListItem>
<asp:ListItem Value="Norplant">Norplant</asp:ListItem>
<asp:ListItem Value="OCP">OCP</asp:ListItem>
<asp:ListItem Value="Sterilization">Sterilization</asp:ListItem> <asp:ListItem Value="Condoms">Condoms</asp:ListItem>
<asp:ListItem Value="IUD">IUD</asp:ListItem>
<asp:ListItem Value="Patch">Patch</asp:ListItem>
<asp:ListItem Value="Undecided">Undecided</asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
<InsertItemTemplate>
<asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("[Family Planning]") %>'></asp:TextBox>
</InsertItemTemplate>
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Bind("[Family Planning]") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="First Newborn Exam" HeaderText="First Newborn Exam" SortExpression="First Newborn Exam" >
<ControlStyle Width="15px" />
</asp:BoundField>
<asp:BoundField DataField="Feeding Choice" HeaderText="Feeding Choice" SortExpression="Feeding Choice" />
<asp:BoundField DataField="Discharge Date" HeaderText="Discharge Date" SortExpression="Discharge Date" />
<asp:BoundField DataField="Comments" HeaderText="Comments" SortExpression="Comments" />
<asp:CheckBoxField DataField="Infant Closed" HeaderText="Infant Closed" SortExpression="Infant Closed" />
<asp:CommandField ShowEditButton="True" />
</Fields>
</asp:DetailsView>
</span><asp:SqlDataSource id="qry_Enrollment" runat="server" ConnectionString="<%$ ConnectionStrings:MIHP_MaternalConnectionString %>" SelectCommand="SELECT Patient_ID, [Infant Enroll Date] as [Enroll Date], [Infant HIPPA] as HIPAA, [Infant Advised Visits] as [Advised Visits], [Infant Reauthorize], [Infant RD Visits], [Infant SW Visits], [Infant RD Assigned], [Infant SW Assigned], [Infant RN Assigned], InfantSmokingStatus, [Infant Last Visited], [Infant Last Visit Date], InfantFamilyPlanning as [Family Planning], [First Newborn Exam], [Infant Feeding Choice] as [Feeding Choice], [Infant Discharge Date] as [Discharge Date], [Infant Comments] as Comments, [Infant Closed], [Infant RN Visits] FROM Detail WHERE (Patient_ID = @Patient_Id)" UpdateCommand="UPDATE Detail SET [Current Status] = @Current_Status">
<SelectParameters>
<asp:QueryStringParameter Name="Patient_Id" QueryStringField="Patient_Id" />
</SelectParameters>
<UpdateParameters>
<asp:Parameter Name="Current_Status" />
</UpdateParameters>
</asp:SqlDataSource>
|
Advertisement
| Hall of Fame |