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