Getting Started

The Recuro Health SDK for .NET simplifies the integration of the Recuro Health platform by providing a set of libraries that are consistent and familiar for .NET developers. All Recuro Health SDKs provide support for API lifecycle consideration such as credential management and serialization.

The SDK has been built on the .NETStandard 2.0 foundation, allowing use in .NET Standard, .NET Framework, and .NET Core applications.

NuGet

All .NET SDK libraries are available as a NuGet package.

Resource Libraries

The Recuro Health SDK for .NET is organized in a library-per-resource structure. For example, if you would like to manage a member's profile, you would use the WellViaSDK.Member library. Similarly, requesting a visit with a physician would fall under the WellViaSDK.Visit library.

WellViaSDK.Core


The Core library is a dependency requirement for all WellViaSDK service libraries. This library handles much of the shared authentication and error handling that all services require.

WellViaSDK.Event


The Event library provides the models and services used to manage event subscriptions triggered by actions within the Recuro Health platform.

WellViaSDK.Member


The Member library provides the models and services used to manage member accounts, profiles, dependents, and preferences.

WellViaSDK.Visit


The Visit library provides the models and services used to manage all things regarding requesting any kind of visit with a provider including provider selection, scheduling, audio/video setup, and service offering configurations.

WellViaSDK.Clinical


The Clinical library provides the models and services used to manage clinical records, support for EHR integrations, and medication and allergy references.

WellViaSDK.Communication


The Communication library provides the models and services used to manage the digital interfaces of the audio and video mechanisms that support visits between members and providers. Most commonly, this library is used if you are looking to embed video visit support within your own application.


What’s Next

Learn about Service Clients