Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelUpdate(TModel, TransactionMode) Method

Updates the specified fhir resource

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected abstract TModel Update(
	TModel model,
	TransactionMode mode
)

Parameters

model  TModel
The resource to update
mode  TransactionMode
The mode of update

Return Value

TModel
Returns the updated model.
See Also