Click or drag to resize

ResourceHandlerBaseTFhirResource, TModel Methods

The ResourceHandlerBaseTFhirResource, TModel generic type exposes the following members.

Methods
  NameDescription
Public methodCanMapObject
True if this handler can process the object
Public methodCreate(Resource, TransactionMode)
Create the specified resource in the repository layer
Protected methodCreate(TModel, TransactionMode)
Creates the specified model instance.
Protected methodDelete(Guid)
Deletes the specified model
Public methodDelete(String, TransactionMode)
Deletes a specified resource.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetIncludes
Gets includes specified by the caller
Protected methodGetInteractions
Get interactions supported by this handler
Public methodGetResourceDefinition
Get definition for the specified resource
Protected methodGetReverseIncludes
Gets the reverse include paths
Public methodGetStructureDefinition
Get structure definitions
Public methodGetType (Inherited from Object.)
Public methodHistory
Reads the complete history of the specified identifier
Public methodMapToFhir(IdentifiedData)
Map to FHIR
Protected methodMapToFhir(TModel)
Maps a model instance to a FHIR instance.
Public methodMapToModel(Resource)
Map the object to model
Protected methodMapToModel(TFhirResource)
Maps a FHIR resource to a model instance.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodProcessIncludes
Process includes for the specified result set
Protected methodQuery(ExpressionFuncTModel, Boolean)
Execute the specified query
Public methodQuery(NameValueCollection)
Queries for a specified resource.
Protected methodRead(Guid, Guid)
Read the specified FHIR object.
Public methodRead(String, String)
Retrieves a specific resource.
Public methodToString (Inherited from Object.)
Protected methodUpdate(TModel, TransactionMode)
Updates the specified fhir resource
Public methodUpdate(String, Resource, TransactionMode)
Updates the specified resource with new data in resource
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Top
See Also