Click or drag to resize

IAppServiceContract Interface

Application service contract

Namespace: SanteDB.Rest.AppService
Assembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public interface IAppServiceContract

The IAppServiceContract type exposes the following members.

Methods
 NameDescription
Public methodCreateTickle Creates a tickle on the service
Public methodDisableService Disable the specified service
Public methodDismissTickle Delete the specified tickle
Public methodEnableService Enable the specified service
Public methodGetAppSettings Update configuration
Public methodGetConfiguration Get the configuration
Public methodGetConfigurationQr Get configuration / join credentials
Public methodGetCurrentSessionInfo Get current user information
Public methodGetDataStorageProviders Get the data storage providers
Public methodGetIntegrationPatterns Get the data storage providers
Public methodGetLocaleAssets Get locale assets
Public methodGetMenus Gets menus
Public methodGetRoutes Gets the routes
Public methodGetServices Disable the specified service
Public methodGetState Get DCG online state
Public methodGetTemplate Get template
Public methodGetTemplateDefinition Gets the template definition
Public methodGetTemplateForm Get the form for the specified template
Obsolete
Public methodGetTemplateModel Gets the specified template identifier
Public methodGetTemplates Get all templates
Public methodGetTemplateView(String) Get the view for the specified template
Obsolete
Public methodGetTemplateView(String, String) Get template view information
Public methodGetTickles Gets the tickles/reminders which are alerts in the application
Public methodGetUuid Gets a new UUID
Public methodGetWidget Get a widget
Public methodGetWidgets Gets the widgets
Public methodJoinRealm Join the realm
Public methodPerformUpdate Instruct the service to do an update
Public methodSetAppSettings Update configuration
Public methodUnJoinRealm Join the realm
Public methodUpdateConfiguration Update configuration
Top
See Also