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