| 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
)
Function CanApply (
interaction As TypeRestfulInteraction,
resource As Resource
) As Boolean
bool CanApply(
TypeRestfulInteraction interaction,
Resource^ resource
)
abstract CanApply :
interaction : TypeRestfulInteraction *
resource : Resource -> bool
Parameters
- interaction
- Type: TypeRestfulInteraction
The interaction that is being executed - resource
- Type: Resource
The resource which is being actioned on/returned
Return Value
Type:
BooleanTrue if this behavior is interested in the resource
See Also