Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelDelete Method (Guid)

Deletes the specified model identifier.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
protected abstract TModel Delete(
	Guid modelId
)

Parameters

modelId
Type: SystemGuid
The model identifier.

Return Value

Type: TModel
Returns the deleted model.
See Also