This is a software library that provides an example implementation of how to connect up to the National Clinical Terminology Servce (NCTS) using .NET.
- To build the distributable package, Visual Studio 2015 must be installed.
- Start up DigitalHealth.Ncts.Client.sln
The solution consists of several projects, however the main project is the NctsClient project. This project contains the code to communicate with the NCTS.
The solution can be built using 'ctrl-shift-b'.
Documentation can be found in the sample project.
See LICENSE file.