ResourceHandlerBaseTFhirResource, TModel Methods |
The ResourceHandlerBaseTFhirResource, TModel generic type exposes the following members.
Name | Description | |
---|---|---|
CanMapObject |
True if this handler can process the object
| |
Create(Resource, TransactionMode) |
Create the specified resource in the repository layer
| |
Create(TModel, TransactionMode) |
Creates the specified model instance.
| |
Delete(Guid) |
Deletes the specified model
| |
Delete(String, TransactionMode) |
Deletes a specified resource.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetIncludes |
Gets includes specified by the caller
| |
GetInteractions |
Get interactions supported by this handler
| |
GetResourceDefinition |
Get definition for the specified resource
| |
GetReverseIncludes |
Gets the reverse include paths
| |
GetStructureDefinition |
Get structure definitions
| |
GetType | (Inherited from Object.) | |
History |
Reads the complete history of the specified identifier
| |
MapToFhir(IdentifiedData) |
Map to FHIR
| |
MapToFhir(TModel) |
Maps a model instance to a FHIR instance.
| |
MapToModel(Resource) |
Map the object to model
| |
MapToModel(TFhirResource) |
Maps a FHIR resource to a model instance.
| |
MemberwiseClone | (Inherited from Object.) | |
ProcessIncludes |
Process includes for the specified result set
| |
Query(ExpressionFuncTModel, Boolean) |
Execute the specified query
| |
Query(NameValueCollection) |
Queries for a specified resource.
| |
Read(Guid, Guid) |
Read the specified FHIR object.
| |
Read(String, String) |
Retrieves a specific resource.
| |
ToString | (Inherited from Object.) | |
Update(TModel, TransactionMode) |
Updates the specified fhir resource
| |
Update(String, Resource, TransactionMode) |
Updates the specified resource with new data in 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.) |