IIntegrationService Interface |
Namespace: SanteDB.DisconnectedClient.Services
The IIntegrationService type exposes the following members.
Name | Description | |
---|---|---|
ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
Find(Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions) |
Find the specified filtered object
| |
FindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions) |
Instructs the integration service to locate a specified object(s)
| |
FindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions) |
Find the specified filtered object
| |
Get(Type, Guid, NullableGuid, IntegrationQueryOptions) |
Instructs the integration service to retrieve the specified object
| |
GetTModel(Guid, NullableGuid, IntegrationQueryOptions) |
Gets a specified model.
| |
Insert |
Inserts specified data.
| |
IsAvailable |
Determines whether the network is available.
| |
Obsolete |
Obsoletes specified data.
| |
Update |
Updates specified data.
|
Name | Description | |
---|---|---|
ProgressChanged |
Progress has changed
| |
Responded |
The remote system has responsed
| |
Responding |
Fired on response
|