Click or drag to resize

IFhirRestBehaviorModifierCanApply Method

Determines whether this behavior applies

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
bool CanApply(
	TypeRestfulInteraction interaction,
	Resource resource
)

Parameters

interaction
Type: TypeRestfulInteraction
The interaction that is being executed
resource
Type: Resource
The resource which is being actioned on/returned

Return Value

Type: Boolean
True if this behavior is interested in the resource
See Also