
Uses of Enum Class
org.hl7.fhir.r4.model.Consent.ConsentProvisionType
Packages that use Consent.ConsentProvisionType
-
Uses of Consent.ConsentProvisionType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentProvisionTypeModifier and TypeFieldDescriptionprotected Enumeration
<Consent.ConsentProvisionType> Consent.ProvisionComponent.type
Action to take - permit or deny - when the rule conditions are met.Methods in org.hl7.fhir.r4.model that return Consent.ConsentProvisionTypeModifier and TypeMethodDescriptionstatic Consent.ConsentProvisionType
Consent.ProvisionComponent.getType()
static Consent.ConsentProvisionType
Returns the enum constant of this class with the specified name.static Consent.ConsentProvisionType[]
Consent.ConsentProvisionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentProvisionTypeModifier and TypeMethodDescriptionConsent.ConsentProvisionTypeEnumFactory.fromType
(PrimitiveType<?> code) Consent.ProvisionComponent.getTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentProvisionTypeModifier and TypeMethodDescriptionConsent.ProvisionComponent.setType
(Consent.ConsentProvisionType value) Consent.ConsentProvisionTypeEnumFactory.toCode
(Consent.ConsentProvisionType code) Consent.ConsentProvisionTypeEnumFactory.toSystem
(Consent.ConsentProvisionType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentProvisionTypeModifier and TypeMethodDescriptionConsent.ProvisionComponent.setTypeElement
(Enumeration<Consent.ConsentProvisionType> value)