Click or drag to resize

ImmunizationRecommendationResourceHandler Class

Represents an immunization recommendation handler.
Inheritance Hierarchy
SystemObject
  SanteDB.Messaging.FHIR.HandlersResourceHandlerBaseImmunizationRecommendation, SubstanceAdministration
    SanteDB.Messaging.FHIR.HandlersImmunizationRecommendationResourceHandler

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public class ImmunizationRecommendationResourceHandler : ResourceHandlerBase<ImmunizationRecommendation, SubstanceAdministration>

The ImmunizationRecommendationResourceHandler type exposes the following members.

Constructors
  NameDescription
Public methodImmunizationRecommendationResourceHandler
Initializes a new instance of the ImmunizationRecommendationResourceHandler class.
Top
Properties
Methods
  NameDescription
Public methodCanMapObject
True if this handler can process the object
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodCreate(Resource, TransactionMode)
Create the specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Protected methodCreate(SubstanceAdministration, TransactionMode)
Creates the specified model instance.
(Overrides ResourceHandlerBaseTFhirResource, TModelCreate(TModel, TransactionMode).)
Protected methodDelete(Guid)
Deletes the specified model identifier.
(Overrides ResourceHandlerBaseTFhirResource, TModelDelete(Guid).)
Public methodDelete(String, TransactionMode)
Deletes a specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetIncludes
Get included resources
(Overrides ResourceHandlerBaseTFhirResource, TModelGetIncludes(TModel, IEnumerableResourceHandlerBaseTFhirResource, TModelIncludeInstruction).)
Protected methodGetInteractions
Get interactions
(Overrides ResourceHandlerBaseTFhirResource, TModelGetInteractions.)
Public methodGetResourceDefinition
Get definition for the specified resource
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Protected methodGetReverseIncludes
Get reverse includes
(Overrides ResourceHandlerBaseTFhirResource, TModelGetReverseIncludes(TModel, IEnumerableResourceHandlerBaseTFhirResource, TModelIncludeInstruction).)
Public methodGetStructureDefinition
Get structure definitions
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHistory
Reads the complete history of the specified identifier
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodMapToFhir(IdentifiedData)
Map to FHIR
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Protected methodMapToFhir(SubstanceAdministration)
Maps the outbound resource to FHIR.
(Overrides ResourceHandlerBaseTFhirResource, TModelMapToFhir(TModel).)
Protected methodMapToModel(ImmunizationRecommendation)
Maps a FHIR resource to a model instance.
(Overrides ResourceHandlerBaseTFhirResource, TModelMapToModel(TFhirResource).)
Public methodMapToModel(Resource)
Map the object to model
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessIncludes
Process includes for the specified result set
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodQuery(NameValueCollection)
Queries for a specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Protected methodQuery(ExpressionFuncSubstanceAdministration, Boolean, Guid, Int32, Int32, Int32)
Query for immunization recommendations.
(Overrides ResourceHandlerBaseTFhirResource, TModelQuery(ExpressionFuncTModel, Boolean, Guid, Int32, Int32, Int32).)
Protected methodRead(Guid, Guid)
Reads the specified identifier.
(Overrides ResourceHandlerBaseTFhirResource, TModelRead(Guid, Guid).)
Public methodRead(String, String)
Retrieves a specific resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdate(SubstanceAdministration, TransactionMode)
Updates the specified model.
(Overrides ResourceHandlerBaseTFhirResource, TModelUpdate(TModel, TransactionMode).)
Public methodUpdate(String, Resource, TransactionMode)
Updates the specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel.)
Top
Fields
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.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also