Skip to content

ReindertKorver/HCloud2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCloud2.0

School Project made in ASP.net A healtcare management system.

Changelog:

. Cloud C# ASP.Net Webforms Application version 1.8.5 version 1.8.5:
*design .aspx and codebehind.cs files
site.master
	-Home 
	-SignIn
	-RegisterNew 
	-Error
	-Contact 
	-Account 
	-Portal.master (all files are in directory "PortalContent")
		-Agenda 
			users own agenda
		-AllDeseases 
			all deseases in the application
-AllFiles all files in the application sorted per user
-AllMedications all medications in the application
-AllRapports all rapports in the application [Deprecated]->Rapport
-AllTherapies all therapies in the application -Dashboard (currently not in use) -Files files of the user -Management manage users, rights and roles -NewDesease make a new desease depending on the role ShowAllDeseases you can add it to all the users or to your clients
-NewFile upload a new file to a user
-NewMedication make a new medication depending on the role ShowAllMedications you can add it to all the users or to your clients -NewTherapy make a new therapy depending on the role ShowAllTherapies you can add it to all the users or to your clients -OwnDesease users own deseases -OwnMedication users own medications -OwnRapport [Deprecated]->Rapport users own rapports -OwnTherapy users own therapies -Rapport Displays a summary of the therapies with a filter and search option

*BLL Bussiness Logic Layer (contains most of the logic code) .cs files -ClientHelper -DeseaseHelper -LogInHelper -MedicationHelper -Security

*DAL Data Access Layer (contains most of connections to databases) -DBAgendaConnection -DBConnectionString -DBDeseaseConnection -DBFileConnection -DBMedicationConnection -DBRapportConnection -DBRoleConnection -DBTestConnection -DBTherapyConnection -DBUserConnection

*Entities Objects and classes -User -AgendaClass -AgendaRow -DBCredentials (the credentials which the application uses to connect to da database) -Desease -Medication -File -Rapport -Role -Therapy

*Additional information -H.Cloud is made with Bootstrap

Made by Reindert Korver