Click or drag to resize

ImmunizationResourceHandler Class

Resource handler for immunization classes.
Inheritance Hierarchy

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public class ImmunizationResourceHandler : RepositoryResourceHandlerBase<Immunization, SubstanceAdministration>

The ImmunizationResourceHandler type exposes the following members.

Constructors
 NameDescription
Public methodImmunizationResourceHandler Create a new resource handler
Top
Properties
 NameDescription
Public propertyCanonicalType Gets the canonical type (the type SanteDB uses)
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public propertyResourceClrType Gets the CLR type of the FHIR resource
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public propertyResourceType Gets the name of the resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public propertyServiceName Get service name
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Top
Methods
 NameDescription
Public methodCanMapObject Can map object
(Overrides ResourceHandlerBaseTFhirResource, TModelCanMapObject(Object))
Protected methodCreate(TModel, TransactionMode) Create the object
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Public methodCreate(Resource, TransactionMode) Create the specified resource in the repository layer
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Protected methodCreateConceptSetFilter Create concept set filter based on act type
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Protected methodDelete(Guid) Perform a delete operation
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Public methodDelete(String, TransactionMode) Deletes a specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes 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 included resources
(Overrides ResourceHandlerBaseTFhirResource, TModelGetReverseIncludes(TModel, IEnumerableResourceHandlerBaseTFhirResource, TModelIncludeInstruction))
Public methodGetStructureDefinition Get structure definitions
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public methodGetTypeGets 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 substance administration to FHIR.
(Overrides ResourceHandlerBaseTFhirResource, TModelMapToFhir(TModel))
Protected methodMapToModel(Immunization) Map an immunization FHIR resource to a substance administration.
(Overrides ResourceHandlerBaseTFhirResource, TModelMapToModel(TFhirResource))
Public methodMapToModel(Resource) Map the object to model
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Protected methodMemberwiseCloneCreates 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 Queries for a specified resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Protected methodQueryInternal Query for substance administrations.
(Overrides RepositoryResourceHandlerBaseTFhirResource, TModelQueryInternal(ExpressionFuncTModel, Boolean, NameValueCollection, NameValueCollection))
Protected methodQueryInternalExTData Execute the specified query using a different type from TModel which can be used to override the query type for special scenarios.
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Protected methodRead(Guid, Guid) Perform a read operation
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Public methodRead(String, String) Retrieves a specific resource.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUpdate(TModel, TransactionMode) Perform an update operation
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Public methodUpdate(String, Resource, TransactionMode) Updates the specified resource with new data in resource
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Top
Fields
 NameDescription
Protected fieldm_localizationService The localization service.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
Protected fieldm_repository Repository resource model.
(Inherited from RepositoryResourceHandlerBaseTFhirResource, TModel)
Protected fieldm_traceSource The trace source instance.
(Inherited from ResourceHandlerBaseTFhirResource, TModel)
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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also