This is a software library that provides an example implementation of a how to connect to a client to the MHR NPP using .NET.
- To build and test the distributable package, Visual Studio must be installed.
- Load up the MhrProviderPortalAccess.sln solution file.
The solution consists of two projects:
MhrProviderPortalAccess: The 'MhrProviderPortalAccess' project contains the implementation of how to call the HTTP Post interface to gain access to the provider portal.
MhrProviderPortalAccess.Sample: Project containing sample use of how to call the library.
The solution can be built using 'F6'. The compiled assembly can then be referenced where the MhrProviderPortalAccess will be available.
Documentation can be found in the sample project.
See LICENSE file.