FhirServiceBehavior Class |
Namespace: SanteDB.Messaging.FHIR.Rest
The FhirServiceBehavior type exposes the following members.
Name | Description | |
---|---|---|
FhirServiceBehavior | Initializes a new instance of the FhirServiceBehavior class |
Name | Description | |
---|---|---|
Description |
Get the description of the service
|
Name | Description | |
---|---|---|
CreateResource |
Create a resource
| |
CreateUpdateResource |
Create or update
| |
DeleteResource |
Delete a resource
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute |
Execute operation on the global (no resource) context
| |
ExecuteOperationGet |
Executes the specified operation name on the specified resource type
| |
ExecuteOperationPost |
Executes the specified operation name on the specified resource type
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHistory |
Not implemented
| |
GetMetaData |
Get meta-data
| |
GetOptions |
Get conformance
| |
GetResourceHistory |
Not implemented result
| |
GetResourceInstanceHistory |
Get a resource's history
| |
GetSchema |
Get schema
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Index |
Get the index
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PostTransaction |
Posting transaction is not supported
| |
ReadResource |
Read a reasource
| |
SearchResource |
Searches a resource from the client registry data store
| |
SearchResourceAlt |
Alternate search
| |
Time |
Get the current time
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateResource |
Update a resource
| |
ValidateResource |
Validate a resource (really an update with debugging / non commit)
| |
VReadResource |
Read resource with version
|
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.) |