Click or drag to resize

IFhirResourceHandler Interface

Represents a class that can handle a FHIR resource query request

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

The IFhirResourceHandler type exposes the following members.

Properties
 NameDescription
Public propertyResourceType Gets the type of resource this handler can perform operations on
Top
Methods
 NameDescription
Public methodCreate Create a resource
Public methodDelete Delete a resource
Public methodGetResourceDefinition Get the definition for this resource
Public methodGetStructureDefinition Get the structure definition for this profile
Public methodHistory Get the history of a specific FHIR object
Public methodQuery Query a FHIR resource
Public methodRead Read a specific version of a resource
Public methodUpdate Update a resource
Top
See Also