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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
bool CanApply(
	TypeRestfulInteraction interaction,
	Resource resource
)

Parameters

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

Return Value

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