Click or drag to resize

IFhirServiceContract Interface

HL7 Fast Health Interoperability Resources (FHIR)

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

The IFhirServiceContract type exposes the following members.

Methods
 NameDescription
Public methodCreateResource Create a resource
Public methodCreateUpdateResource Create a resource
Public methodDeleteResource Delete a resource
Public methodExecute Execute the specified operation name
Public methodExecuteOperationGet Execute the specified operation name using a GET
Public methodExecuteOperationPost Execute the specified operation name
Public methodGetHistory Get history for all
Public methodGetMetaData Options for this service
Public methodGetOptions Options for this service
Public methodGetResourceHistory Get history
Public methodGetResourceInstanceHistory Get history
Public methodIndex Get index page
Public methodPostTransaction Post a transaction
Public methodReadResource Read a resource
Public methodSearchResource Version read a resource
Public methodSearchResourceAlt Version read a resource
Public methodTime Gets the current time on the service
Public methodUpdateResource Update a resource
Public methodValidateResource Validate a resource
Public methodVReadResource Version read a resource
Top
Remarks
This contract provides a wrapper for HL7 Fast Health Interoperability Resources (FHIR) STU3 resources.
See Also