Click or drag to resize

IClinicalIntegrationService Interface

Represents the clinical integration service

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IClinicalIntegrationService : IIntegrationService, 
	IServiceImplementation

The IClinicalIntegrationService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodExistsT
Determine if the object exists
Public methodFind(Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Find the specified filtered object
(Inherited from IIntegrationService.)
Public methodFindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions)
Instructs the integration service to locate a specified object(s)
(Inherited from IIntegrationService.)
Public methodFindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Find the specified filtered object
(Inherited from IIntegrationService.)
Public methodGet(Type, Guid, NullableGuid, IntegrationQueryOptions)
Instructs the integration service to retrieve the specified object
(Inherited from IIntegrationService.)
Public methodGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
Gets a specified model.
(Inherited from IIntegrationService.)
Public methodGetServerTimeDrift
Get the server time drift
Public methodInsert
Inserts specified data.
(Inherited from IIntegrationService.)
Public methodIsAvailable
Determines whether the network is available.
(Inherited from IIntegrationService.)
Public methodObsolete
Obsoletes specified data.
(Inherited from IIntegrationService.)
Public methodUpdate
Updates specified data.
(Inherited from IIntegrationService.)
Top
Events
  NameDescription
Public eventProgressChanged
Progress has changed
(Inherited from IIntegrationService.)
Public eventResponded
The remote system has responsed
(Inherited from IIntegrationService.)
Public eventResponding
Fired on response
(Inherited from IIntegrationService.)
Top
See Also