FhirServiceBehavior Methods |
The FhirServiceBehavior type exposes the following members.
Name | Description | |
---|---|---|
CreateResource |
Create a resource
| |
CreateUpdateResource |
Create or update
| |
DeleteResource |
Delete a resource
| |
Equals | (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 | (Inherited from Object.) | |
GetHashCode | (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 | (Inherited from Object.) | |
Index |
Get the index
| |
MemberwiseClone | (Inherited from Object.) | |
PostTransaction |
Posting transaction is not supported
| |
ReadResource |
Read a reasource
| |
SearchResource |
Searches a resource from the client registry datastore
| |
SearchResourceAlt |
Alternate search
| |
Time |
Get the current time
| |
ToString | (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.) |