Class: SanteDBWrapper

SanteDBWrapper()

new SanteDBWrapper()

SanteDB Binding Class

This class exists as a simple interface which is implemented by host implementations of the SanteDB hostable core. This interface remains the same even though the implementations of this file on each platform (Admin, BRE, Client, etc.) are different.
Properties:
Name Type Description
application SanteDBWrapper.ApplicationApi Functions for accessing the core application API
resources SanteDBWrapper.ResourceApi Functions for accessing resource APIs
configuration SanteDBWrapper.ConfigurationApi Functions for accessing application configuration
authentication SanteDBWrapper.AuthenticationApi Functions for authentication
localization SanteDBWrapper.LocalizationApi Functions related to localization
api * Provides direct access to API instances
Properties
Name Type Description
hdsi SanteDBWrapper.APIWrapper Reference to the configured Health Data Service Interface helper
ami SanteDBWrapper.APIWrapper Reference to the configured Administration Management Interface helper
Source:

Classes

ApplicationApi
Common functions for accessing SanteDB application processes
AuthenticationApi
Authentication API
ConfigurationApi
API For interacting with configuration
LocalizationApi
Functions related to the localization of santedb
ResourceApi
Represents a wrapper for various resources on the SanteDB API

Members

(static) this.authentication :AuthenticationApi

Authentication functions for SanteDB

Type:
  • AuthenticationApi
Source:

(static) this.configuration :ConfigurationApi

Configuration routines for SanteDB

Type:
  • ConfigurationApi
Source:

(static) this.locale :LocalizationApi

Provide access to localization data

Type:
  • LocalizationApi
Source:

(static) this.resources :ResourceApi

Provides access to resource handlers

Type:
  • ResourceApi
Source:

application :ApplicationApi

Type:
  • ApplicationApi
Source: