Download MVC N-Tier EMR Sample

Description

A Sample MVC N-Tier EMR application that uses MVC3 for presentation, WCF, and Entity Framework 4.1 Release Candidate.

Icons

MVC N-Tier EMR Sample

Source Files

The download file mvcntierapp.zip has the following entries.


BSC/BSC.csproj//  w  w w.j  a  v  a2 s  .co  m
BSC/IEmrService.cs
BSC/IEmrServiceEmrDemographic.cs
BSC/IEmrServiceEmrProblem.cs
BSC/IEmrServiceEmrSmoking.cs
BSC/IEmrServiceEmrUser.cs
BSC/Properties/AssemblyInfo.cs
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
DalFactory/DALFactory.csproj
DalFactory/DataAccess.cs
DalFactory/Properties/AssemblyInfo.cs
Datastructure/Datastructure.csproj
Datastructure/EmrCF.cs
Datastructure/EmrDemographic.cs
Datastructure/EmrDemographicSearch.cs
Datastructure/EmrProblem.cs
Datastructure/EmrSmoking.cs
Datastructure/EmrUser.cs
Datastructure/Properties/AssemblyInfo.cs
EmrDAL/EmrDAL.csproj
EmrDAL/EmrServiceDemographic.cs
EmrDAL/EmrServiceProblem.cs
EmrDAL/EmrServiceSmoking.cs
EmrDAL/EmrServiceUser.cs
EmrDAL/Properties/AssemblyInfo.cs
EmrDevTests/EmrDevTests.csproj
EmrDevTests/Form1.Designer.cs
EmrDevTests/Form1.cs
EmrDevTests/Form1.resx
EmrDevTests/Program.cs
EmrDevTests/Properties/AssemblyInfo.cs
EmrDevTests/Properties/Resources.Designer.cs
EmrDevTests/Properties/Resources.resx
EmrDevTests/Properties/Settings.Designer.cs
EmrDevTests/Properties/Settings.settings
EmrDevTests/app.config
EmrLogger/EmrLogger.csproj
EmrLogger/LogLevel.cs
EmrLogger/Logger.cs
EmrLogger/Properties/AssemblyInfo.cs
EmrWcfService/EmrWcfService.csproj
EmrWcfService/Properties/AssemblyInfo.cs
EmrWcfService/ServiceEmr.svc
EmrWcfService/Web.Debug.config
EmrWcfService/Web.Release.config
EmrWcfService/Web.config
MvcEmrRazor/Content/Check.png
MvcEmrRazor/Content/Checkmark.PNG
MvcEmrRazor/Content/Delete.png
MvcEmrRazor/Content/Edit.png
MvcEmrRazor/Content/LeftNavImage.png
MvcEmrRazor/Content/Site.css
MvcEmrRazor/Content/SiteSimple.css
MvcEmrRazor/Content/Site_Default.css
MvcEmrRazor/Content/StylesFormsTable.css
MvcEmrRazor/Content/images/25-1.gif
MvcEmrRazor/Content/images/LeftNavImage.png
MvcEmrRazor/Content/images/ajax-loader.gif
MvcEmrRazor/Content/images/bullet.png
MvcEmrRazor/Content/images/calendar.gif
MvcEmrRazor/Content/images/favicon.ico
MvcEmrRazor/Content/images/file.gif
MvcEmrRazor/Content/images/folder-closed.gif
MvcEmrRazor/Content/images/folder.gif
MvcEmrRazor/Content/images/minus.gif
MvcEmrRazor/Content/images/plus.gif
MvcEmrRazor/Content/images/treeview-black-line.gif
MvcEmrRazor/Content/images/treeview-black.gif
MvcEmrRazor/Content/images/treeview-default-line.gif
MvcEmrRazor/Content/images/treeview-default.gif
MvcEmrRazor/Content/images/treeview-famfamfam-line.gif
MvcEmrRazor/Content/images/treeview-famfamfam.gif
MvcEmrRazor/Content/images/treeview-gray-line.gif
MvcEmrRazor/Content/images/treeview-gray.gif
MvcEmrRazor/Content/images/treeview-red-line.gif
MvcEmrRazor/Content/images/treeview-red.gif
MvcEmrRazor/Content/jquery.treeview.css
MvcEmrRazor/Content/print-styles.css
MvcEmrRazor/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
MvcEmrRazor/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
MvcEmrRazor/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
MvcEmrRazor/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
MvcEmrRazor/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
MvcEmrRazor/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
MvcEmrRazor/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
MvcEmrRazor/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
MvcEmrRazor/Content/themes/base/images/ui-icons_222222_256x240.png
MvcEmrRazor/Content/themes/base/images/ui-icons_2e83ff_256x240.png
MvcEmrRazor/Content/themes/base/images/ui-icons_454545_256x240.png
MvcEmrRazor/Content/themes/base/images/ui-icons_888888_256x240.png
MvcEmrRazor/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
MvcEmrRazor/Content/themes/base/jquery-ui.css
MvcEmrRazor/Controllers/AccountController.cs
MvcEmrRazor/Controllers/DemographicsController.cs
MvcEmrRazor/Controllers/HomeController.cs
MvcEmrRazor/Controllers/LeftNavController.cs
MvcEmrRazor/Controllers/LookupsController.cs
MvcEmrRazor/Controllers/ProblemsController.cs
MvcEmrRazor/Controllers/SmokingController.cs
MvcEmrRazor/Controllers/TestController.cs
MvcEmrRazor/Filters/RequestLogFilter.cs
MvcEmrRazor/Filters/RequestTimingFilter.cs
MvcEmrRazor/Filters/RequestTimingFilterProvider.cs
MvcEmrRazor/Filters/TraceActionFilterAttribute.cs
MvcEmrRazor/Global.asax
MvcEmrRazor/Global.asax.cs
MvcEmrRazor/Helpers/ImageActionLinkHelper.cs
MvcEmrRazor/Helpers/IsCurrentActionHelper.cs
MvcEmrRazor/Helpers/RowVersionHelper.cs
MvcEmrRazor/Models/AccountModels.cs
MvcEmrRazor/Models/SmokingStatus.cs
MvcEmrRazor/MvcEmrRazor.csproj
MvcEmrRazor/Properties/AssemblyInfo.cs
MvcEmrRazor/Scripts/MicrosoftAjax.debug.js
MvcEmrRazor/Scripts/MicrosoftAjax.js
MvcEmrRazor/Scripts/MicrosoftMvcAjax.debug.js
MvcEmrRazor/Scripts/MicrosoftMvcAjax.js
MvcEmrRazor/Scripts/MicrosoftMvcValidation.debug.js
MvcEmrRazor/Scripts/MicrosoftMvcValidation.js
MvcEmrRazor/Scripts/jquery-1.4.4-vsdoc.js
MvcEmrRazor/Scripts/jquery-1.4.4.js
MvcEmrRazor/Scripts/jquery-1.4.4.min.js
MvcEmrRazor/Scripts/jquery-ui.js
MvcEmrRazor/Scripts/jquery-ui.min.js
MvcEmrRazor/Scripts/jquery.forcenumericonly.js
MvcEmrRazor/Scripts/jquery.tinywatermark-3.1.0.js
MvcEmrRazor/Scripts/jquery.treeview.js
MvcEmrRazor/Scripts/jquery.unobtrusive-ajax.js
MvcEmrRazor/Scripts/jquery.unobtrusive-ajax.min.js
MvcEmrRazor/Scripts/jquery.validate-vsdoc.js
MvcEmrRazor/Scripts/jquery.validate.js
MvcEmrRazor/Scripts/jquery.validate.min.js
MvcEmrRazor/Scripts/jquery.validate.unobtrusive.js
MvcEmrRazor/Scripts/jquery.validate.unobtrusive.min.js
MvcEmrRazor/Views/Account/ChangePassword.cshtml
MvcEmrRazor/Views/Account/ChangePasswordSuccess.cshtml
MvcEmrRazor/Views/Account/LogOn.cshtml
MvcEmrRazor/Views/Account/Register.cshtml
MvcEmrRazor/Views/Demographics/Create.cshtml
MvcEmrRazor/Views/Demographics/Delete.cshtml
MvcEmrRazor/Views/Demographics/Edit.cshtml
MvcEmrRazor/Views/Demographics/Index.cshtml
MvcEmrRazor/Views/Demographics/Select.cshtml
MvcEmrRazor/Views/Home/About.cshtml
MvcEmrRazor/Views/Home/Index.cshtml
MvcEmrRazor/Views/Home/Search.cshtml
MvcEmrRazor/Views/Problems/Create.cshtml
MvcEmrRazor/Views/Problems/Delete.cshtml
MvcEmrRazor/Views/Problems/Edit.cshtml
MvcEmrRazor/Views/Problems/Index.cshtml
MvcEmrRazor/Views/Shared/Error.cshtml
MvcEmrRazor/Views/Shared/_Layout.cshtml
MvcEmrRazor/Views/Shared/_LogOnPartial.cshtml
MvcEmrRazor/Views/Smoking/Create.cshtml
MvcEmrRazor/Views/Smoking/Edit.cshtml
MvcEmrRazor/Views/Smoking/Index.cshtml
MvcEmrRazor/Views/Test/Index.cshtml
MvcEmrRazor/Views/Web.config
MvcEmrRazor/Views/_ViewStart.cshtml
MvcEmrRazor/Web.Debug.config
MvcEmrRazor/Web.Release.config
MvcEmrRazor/Web.config
MvcNtierSample.sln
MvcPaging/IPageOfList.cs
MvcPaging/MvcPaging.csproj
MvcPaging/PageLinqExtensions.cs
MvcPaging/PageOfList.cs
MvcPaging/PagerBuilder.cs
MvcPaging/PagerHelper.cs
MvcPaging/PagerItem.cs
MvcPaging/PagerOptions.cs
MvcPaging/Properties/AssemblyInfo.cs
WcfEmrDAL/EmrService.cs
WcfEmrDAL/Properties/AssemblyInfo.cs
WcfEmrDAL/WcfEmrDAL.csproj

Download

Click the following link to download mvcntierapp.zip.

mvcntierapp.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS