Click or drag to resize

IFhirResourceMapper Interface

Represents a resource handler than can map objects

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public interface IFhirResourceMapper : IFhirResourceHandler

The IFhirResourceMapper type exposes the following members.

Properties
 NameDescription
Public propertyCanonicalType Gets the canonical type
Public propertyResourceClrType Gets the Resource CLR type
Public propertyResourceType Gets the type of resource this handler can perform operations on
(Inherited from IFhirResourceHandler)
Top
Methods
 NameDescription
Public methodCanMapObject True if instance can be processed
Public methodCreate Create a resource
(Inherited from IFhirResourceHandler)
Public methodDelete Delete a resource
(Inherited from IFhirResourceHandler)
Public methodGetResourceDefinition Get the definition for this resource
(Inherited from IFhirResourceHandler)
Public methodGetStructureDefinition Get the structure definition for this profile
(Inherited from IFhirResourceHandler)
Public methodHistory Get the history of a specific FHIR object
(Inherited from IFhirResourceHandler)
Public methodMapToFhir Map modelInstance to FHIR
Public methodMapToModel Map the specified resourceInstance to model
Public methodQuery Query a FHIR resource
(Inherited from IFhirResourceHandler)
Public methodRead Read a specific version of a resource
(Inherited from IFhirResourceHandler)
Public methodUpdate Update a resource
(Inherited from IFhirResourceHandler)
Top
See Also