Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ConsentProvisionType
-
Uses of Enumerations.ConsentProvisionType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ConsentProvisionType> Consent.decision
Action to take - permit or deny - as default.protected Enumeration
<Enumerations.ConsentProvisionType> Permission.RuleComponent.type
deny | permit.Modifier and TypeMethodDescriptionConsent.getDecision()
Permission.RuleComponent.getType()
Returns the enum constant of this type with the specified name.static Enumerations.ConsentProvisionType[]
Enumerations.ConsentProvisionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.ConsentProvisionTypeEnumFactory.fromType
(PrimitiveType<?> code) Consent.getDecisionElement()
Permission.RuleComponent.getTypeElement()
Modifier and TypeMethodDescriptionConsent.setDecision
(Enumerations.ConsentProvisionType value) Permission.RuleComponent.setType
(Enumerations.ConsentProvisionType value) Enumerations.ConsentProvisionTypeEnumFactory.toCode
(Enumerations.ConsentProvisionType code) Enumerations.ConsentProvisionTypeEnumFactory.toSystem
(Enumerations.ConsentProvisionType code) Modifier and TypeMethodDescriptionConsent.setDecisionElement
(Enumeration<Enumerations.ConsentProvisionType> value) Permission.RuleComponent.setTypeElement
(Enumeration<Enumerations.ConsentProvisionType> value)