HdsiServiceBehavior Class |
Namespace: SanteDB.DisconnectedClient.Ags.Services
The HdsiServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| HdsiServiceBehavior |
HDSI service behavior
|
| Name | Description | |
|---|---|---|
| AssociationCreate |
Association based create
(Overrides HdsiServiceBehaviorBaseAssociationCreate(String, String, String, Object).) | |
| AssociationGet(String, String, String) |
Perform a sub-get on a child resource and key without parent instance (exmaple: GET /Patient/extendedProperty/UUID)
(Inherited from HdsiServiceBehaviorBase.) | |
| AssociationGet(String, String, String, String) |
Get associated object
(Overrides HdsiServiceBehaviorBaseAssociationGet(String, String, String, String).) | |
| AssociationRemove(String, String, String) |
Operates a DELETE on the instance
(Inherited from HdsiServiceBehaviorBase.) | |
| AssociationRemove(String, String, String, String) |
Remove associated object
(Overrides HdsiServiceBehaviorBaseAssociationRemove(String, String, String, String).) | |
| AssociationSearch(String, String) |
Perform a search on the specified entity
(Inherited from HdsiServiceBehaviorBase.) | |
| AssociationSearch(String, String, String) |
Associated object search
(Overrides HdsiServiceBehaviorBaseAssociationSearch(String, String, String).) | |
| CheckIn |
Check-in the specified object
(Inherited from HdsiServiceBehaviorBase.) | |
| CheckOut |
Check-out the specified object
(Inherited from HdsiServiceBehaviorBase.) | |
| Copy |
Copy the specified resource from the remote to this instance
(Overrides HdsiServiceBehaviorBaseCopy(String, String).) | |
| Create |
Create the specified resource
(Overrides HdsiServiceBehaviorBaseCreate(String, IdentifiedData).) | |
| CreateContentLocation |
Create content location
(Inherited from HdsiServiceBehaviorBase.) | |
| CreateUpdate |
Create or udpate with upstream
(Overrides HdsiServiceBehaviorBaseCreateUpdate(String, String, IdentifiedData).) | |
| Delete |
Delete the specified object on the server
(Overrides HdsiServiceBehaviorBaseDelete(String, String).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get |
Get the specified resource
(Overrides HdsiServiceBehaviorBaseGet(String, String).) | |
| GetBarcode |
Generate the barcode for the specified object with specified authority
(Inherited from HdsiServiceBehaviorBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPointer |
Get pointer to the specified resource
(Inherited from HdsiServiceBehaviorBase.) | |
| GetResourceHandler |
Get resource handler
(Overrides HdsiServiceBehaviorBaseGetResourceHandler.) | |
| GetSchema |
Get the schema which defines this service
(Inherited from HdsiServiceBehaviorBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVersion |
Get a specific version of the object
(Overrides HdsiServiceBehaviorBaseGetVersion(String, String, String).) | |
| Head |
Get just the headers
(Inherited from HdsiServiceBehaviorBase.) | |
| HeadSearch |
Perform the search but only return the headers
(Inherited from HdsiServiceBehaviorBase.) | |
| History |
Get history of the object
(Overrides HdsiServiceBehaviorBaseHistory(String, String).) | |
| InvokeMethod(String, String, ParameterCollection) |
Invoke a method
(Overrides HdsiServiceBehaviorBaseInvokeMethod(String, String, ParameterCollection).) | |
| InvokeMethod(String, String, String, ParameterCollection) |
Invoke the specified operation on a specific instance
(Overrides HdsiServiceBehaviorBaseInvokeMethod(String, String, String, ParameterCollection).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Options |
Perform options
(Overrides HdsiServiceBehaviorBaseOptions.) | |
| Patch |
Perform a patch
(Overrides HdsiServiceBehaviorBasePatch(String, String, Patch).) | |
| Ping |
Ping the server
(Inherited from HdsiServiceBehaviorBase.) | |
| ResolvePointer |
Resolve the specified code
(Overrides HdsiServiceBehaviorBaseResolvePointer(NameValueCollection).) | |
| ResourceOptions |
Get options for resource
(Overrides HdsiServiceBehaviorBaseResourceOptions(String).) | |
| Search |
Perform search
(Overrides HdsiServiceBehaviorBaseSearch(String).) | |
| ThrowIfNotReady |
Throws an exception if the service is not ready
(Overrides HdsiServiceBehaviorBaseThrowIfNotReady.) | |
| Time |
Get the server's current time
(Inherited from HdsiServiceBehaviorBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Touch |
Touches the specified data object
(Inherited from HdsiServiceBehaviorBase.) | |
| Update |
Update data
(Overrides HdsiServiceBehaviorBaseUpdate(String, String, IdentifiedData).) |
| Name | Description | |
|---|---|---|
| m_traceSource |
The trace source for HDSI based implementations
(Inherited from HdsiServiceBehaviorBase.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
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.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |