Click or drag to resize

HdsiIntegrationService Class

Represents an HDSI integration service which sends and retrieves data from the IMS.
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.Interop.HDSIHdsiIntegrationService

Namespace:  SanteDB.DisconnectedClient.Interop.HDSI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public class HdsiIntegrationService : IClinicalIntegrationService, 
	IIntegrationService, IServiceImplementation

The HdsiIntegrationService type exposes the following members.

Constructors
  NameDescription
Public methodHdsiIntegrationService
Initializes a new instance of the HdsiIntegrationService class
Top
Properties
  NameDescription
Public propertyServiceName
Service name
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExistsTModel
PErform a HEAD operation
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Gets the specified model object
Public methodFindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions)
Finds the specified model
Public methodFindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Public methodGet(Type, Guid, NullableGuid, IntegrationQueryOptions)
Gets the specified model object
Public methodGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
Gets a specified model.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServerTimeDrift
Get the difference between the server and this device's time
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts specified data.
Public methodIsAvailable
Determines whether the network is available.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObsolete
Obsoletes specified data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates specified data.
Public methodUpdateToServerCopy
Update the version identifier to the server identifier
Top
Events
  NameDescription
Public eventProgressChanged
Progress has changed
Public eventResponded
The server has responded to the request
Public eventResponding
Fired on response
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also