Finished all med pages exist, correct info not populated

This commit is contained in:
Caden 2024-03-24 15:30:21 -07:00
parent fbe4b755da
commit 4965a77f46
14 changed files with 238 additions and 3 deletions

View File

@ -155,7 +155,7 @@
<virtualDirectoryDefaults allowSubDirConfig="true" />
<site name="FWA_MAIN" id="1">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\cmoore\RiderProjects\FWA_MAIN\FWA_MAIN" />
<virtualDirectory path="/" physicalPath="C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:5000:localhost" />

View File

@ -127,6 +127,20 @@
<Compile Include="main.master.designer.cs">
<DependentUpon>main.master</DependentUpon>
</Compile>
<Compile Include="medDelete.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>medDelete.aspx</DependentUpon>
</Compile>
<Compile Include="medDelete.aspx.designer.cs">
<DependentUpon>medDelete.aspx</DependentUpon>
</Compile>
<Compile Include="medEdit.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>medEdit.aspx</DependentUpon>
</Compile>
<Compile Include="medEdit.aspx.designer.cs">
<DependentUpon>medEdit.aspx</DependentUpon>
</Compile>
<Compile Include="MediSearch.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>MediSearch.aspx</DependentUpon>
@ -190,6 +204,8 @@
<Content Include="Content\Site.css" />
<Content Include="main.css" />
<Content Include="main.master" />
<Content Include="medDelete.aspx" />
<Content Include="medEdit.aspx" />
<Content Include="MediSearch.aspx" />
<Content Include="medNew.aspx" />
<Content Include="patEdit.aspx" />

View File

@ -93,7 +93,7 @@
<a href="medEdit.aspx">Edit</a>
</li>
<li>
<a href="#">Delete</a>
<a href="medDelete.aspx">Delete</a>
</li>
<%-- <asp:Button runat="server" Text="New" OnClick="btnNew_OnClick" /> --%>

Binary file not shown.

Binary file not shown.

54
FWA_MAIN/medDelete.aspx Normal file
View File

@ -0,0 +1,54 @@
<%@ Page Title="Delete Medication" Language="C#" MasterPageFile="main.master" CodeBehind="medDelete.aspx.cs" Inherits="FWA_MAIN.medDelete" %>
<asp:Content runat="server" ContentPlaceHolderID="cph1">
<link type="text/css" href="main.css"/>
<h1 style="text-align: center; font-size: 44px">Edit Patient</h1>
<div class="patDiv">
<div class="patDiv">
<div class="patDiv" style="padding-left: 150px; padding-right: 5px;width: 100px">
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Patient ID: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">First Name: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Last Name: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Middle Initial: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Weight (lbs): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Height (Ft): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Height (In): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Date of Birth: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Gender (M/F): </label></div>
</div>
<div class="patDiv">
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtPatID"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtFNAME"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtLNAME"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtMidInit"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtWeight"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtHeightFt"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtHeightIn"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtDOB"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtGender"></asp:TextBox></div>
</div>
</div>
<div class="patDiv">
<div class="patDiv" style="padding-left: 150px; padding-right: 5px;width: 120px">
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">City: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Zip Code: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">State: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Phone Number: </label></div>
</div>
<div class="patDiv">
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtCity"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtZip"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtState"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtPhoneNum"></asp:TextBox></div>
</div>
</div>
</div>
<br/>
<div class="patDiv" style="margin-left: 500px">
<div style="margin-right: 10px; display: inline-block"><asp:Button runat="server" CssClass="standardbtn" ID="btnSavePat" Text="Save"/></div>
<div style="display: inline-block"><asp:Button runat="server" CssClass="standardbtn" ID="btnCancelPat" Text="Cancel" OnClick="btnCancelPat_OnClick"/></div>
</div>
</asp:Content>

View File

@ -0,0 +1,18 @@
using System;
using System.Web.UI;
namespace FWA_MAIN
{
public partial class medDelete : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnCancelPat_OnClick(object sender, EventArgs e)
{
throw new NotImplementedException();
}
}
}

53
FWA_MAIN/medEdit.aspx Normal file
View File

@ -0,0 +1,53 @@
<%@ Page Title="Edit Medication" Language="C#" MasterPageFile="main.master" CodeBehind="medEdit.aspx.cs" Inherits="FWA_MAIN.medEdit" %>
<asp:Content runat="server" ContentPlaceHolderID="cph1">
<link type="text/css" href="main.css"/>
<h1 style="text-align: center; font-size: 44px">Edit Patient</h1>
<div class="patDiv">
<div class="patDiv">
<div class="patDiv" style="padding-left: 150px; padding-right: 5px;width: 100px">
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Patient ID: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">First Name: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Last Name: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Middle Initial: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Weight (lbs): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Height (Ft): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Height (In): </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Date of Birth: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Gender (M/F): </label></div>
</div>
<div class="patDiv">
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtPatID"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtFNAME"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtLNAME"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtMidInit"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtWeight"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtHeightFt"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtHeightIn"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtDOB"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtGender"></asp:TextBox></div>
</div>
</div>
<div class="patDiv">
<div class="patDiv" style="padding-left: 150px; padding-right: 5px;width: 120px">
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">City: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Zip Code: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">State: </label></div>
<div class="indivPatDiv" style="text-align: right"><label class="buttonLabel">Phone Number: </label></div>
</div>
<div class="patDiv">
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtCity"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtZip"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtState"></asp:TextBox></div>
<div class="indivPatDiv"><asp:TextBox runat="server" CssClass="defaultTXT" ID="txtPhoneNum"></asp:TextBox></div>
</div>
</div>
</div>
<br/>
<div class="patDiv" style="margin-left: 500px">
<div style="margin-right: 10px; display: inline-block"><asp:Button runat="server" CssClass="standardbtn" ID="btnSavePat" Text="Save"/></div>
<div style="display: inline-block"><asp:Button runat="server" CssClass="standardbtn" ID="btnCancelPat" Text="Cancel" OnClick="btnCancelPat_OnClick"/></div>
</div>
</asp:Content>

18
FWA_MAIN/medEdit.aspx.cs Normal file
View File

@ -0,0 +1,18 @@
using System;
using System.Web.UI;
namespace FWA_MAIN
{
public partial class medEdit : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnCancelPat_OnClick(object sender, EventArgs e)
{
throw new NotImplementedException();
}
}
}

View File

@ -1 +1 @@
42e7680a16974b8b589cb0e2940a987bc79238ec8d31ff20ed638eb0517ddf03
03d54558836e2fd184186c9d982fbf4e82893af120120f301c39a6bd7068ebc4

View File

@ -483,3 +483,79 @@ C:\Users\IVAN\Source\Repos\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.csproj.CoreCompi
C:\Users\IVAN\Source\Repos\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.csproj.CopyComplete
C:\Users\IVAN\Source\Repos\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.dll
C:\Users\IVAN\Source\Repos\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.pdb
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\FWA_MAIN.dll.config
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\FWA_MAIN.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\FWA_MAIN.pdb
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csc.exe
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csc.exe.config
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csc.rsp
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csi.exe
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csi.exe.config
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\csi.rsp
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CodeAnalysis.CSharp.Scripting.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CodeAnalysis.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CodeAnalysis.Scripting.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.CSharp.Core.targets
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.DiaSymReader.Native.amd64.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.DiaSymReader.Native.x86.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.Managed.Core.targets
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\Microsoft.VisualBasic.Core.targets
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.AppContext.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Collections.Immutable.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Console.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Diagnostics.FileVersionInfo.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Diagnostics.StackTrace.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.IO.Compression.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.IO.FileSystem.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.IO.FileSystem.Primitives.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.IO.Pipes.AccessControl.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.IO.Pipes.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Reflection.Metadata.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.AccessControl.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Claims.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Cryptography.Algorithms.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Cryptography.Encoding.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Cryptography.Primitives.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Cryptography.X509Certificates.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Security.Principal.Windows.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Text.Encoding.CodePages.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.ValueTuple.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Xml.ReaderWriter.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Xml.XmlDocument.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Xml.XPath.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\System.Xml.XPath.XDocument.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\vbc.exe
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\vbc.exe.config
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\vbc.rsp
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\VBCSCompiler.exe
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\roslyn\VBCSCompiler.exe.config
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Antlr3.Runtime.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Microsoft.Web.Infrastructure.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Newtonsoft.Json.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Helpers.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Mvc.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Optimization.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Razor.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.Deployment.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.Razor.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\WebGrease.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Helpers.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Mvc.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Optimization.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.Razor.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.Deployment.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\System.Web.WebPages.Razor.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Newtonsoft.Json.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Antlr3.Runtime.pdb
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.csproj.AssemblyReference.cache
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.csproj.CoreCompileInputs.cache
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.csproj.Up2Date
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.dll
C:\Users\Caden\RiderProjects\FWA_MAIN\FWA_MAIN\obj\Debug\FWA_MAIN.pdb

Binary file not shown.

Binary file not shown.