Uses of Enum
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.typeAction 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.ConsentProvisionTypeConsent.provisionComponent.getType()static Consent.ConsentProvisionTypeReturns 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.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)