HdsiServiceBehaviorBase Methods |
The HdsiServiceBehaviorBase type exposes the following members.
Name | Description | |
---|---|---|
AssociationCreate |
Create an associated entity
| |
AssociationGet(String, String, String) |
Perform a sub-get on a child resource and key without parent instance (exmaple: GET /Patient/extendedProperty/UUID)
| |
AssociationGet(String, String, String, String) |
Removes an associated entity from the scoping property path
| |
AssociationRemove(String, String, String) |
Operates a DELETE on the instance
| |
AssociationRemove(String, String, String, String) |
Removes an associated entity from the scoping property path
| |
AssociationSearch(String, String) |
Perform a search on the specified entity
| |
AssociationSearch(String, String, String) |
Perform a search on the specified entity
| |
CheckIn |
Check-in the specified object
| |
CheckOut |
Check-out the specified object
| |
Copy |
Copy (download) a remote object to this instance
| |
Create |
Create the specified resource
| |
CreateContentLocation |
Create content location
| |
CreateUpdate |
Create or update the specified object
| |
Delete |
Obsolete the specified data
| |
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 object
| |
GetBarcode |
Generate the barcode for the specified object with specified authority
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPointer |
Get pointer to the specified resource
| |
GetResourceHandler |
Get resource handler
| |
GetSchema |
Get the schema which defines this service
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVersion |
Gets a specific version of a resource
| |
Head |
Get just the headers
| |
HeadSearch |
Perform the search but only return the headers
| |
History |
Gets the recent history an object
| |
InvokeMethod(String, String, ParameterCollection) |
Invoke a method which is not tied to a classifier object
| |
InvokeMethod(String, String, String, ParameterCollection) |
Invoke the specified method on the API
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Options |
Get options
| |
Patch |
Perform a patch on the serviceo
| |
Ping |
Ping the server
| |
ResolvePointer |
Resolve a code
| |
ResourceOptions |
Options resource
| |
Search |
Perform a search on the specified resource type
| |
ThrowIfNotReady |
Throw if the service is not ready
| |
Time |
Get the server's current time
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Touch |
Touches the specified data object
| |
Update |
Update the specified resource
|
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.) |