Click or drag to resize

AmiIntegrationService Class

Represents an integration service for administrative data
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.Interop.AMIAmiIntegrationService

Namespace:  SanteDB.DisconnectedClient.Interop.AMI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public class AmiIntegrationService : IAdministrationIntegrationService, 
	IIntegrationService, IServiceImplementation

The AmiIntegrationService type exposes the following members.

Constructors
  NameDescription
Public methodAmiIntegrationService
Initializes a new instance of the AmiIntegrationService class
Top
Properties
  NameDescription
Public propertyServiceName
AMI Integration Service
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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)
Find the specified type
Public methodFindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions)
Find the specified object
Public methodFindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Find the specified object with query filters
Public methodGet(Type, Guid, NullableGuid, IntegrationQueryOptions)
Get the specified data
Public methodGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
Perform the GET operation
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSecurityUser
Gets the security user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts the specified identified data in the back-end
Public methodIsAvailable
Returns true if the service is available
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObsolete
Attempt an obsolete on the specified resource
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Attempt an update on the specified resource
Top
Events
  NameDescription
Public eventProgressChanged
Progress has changed
Public eventResponded
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