Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentProvisionType
-
Packages that use Consent.ConsentProvisionType Package Description org.hl7.fhir.r4.model -
-
Uses of Consent.ConsentProvisionType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentProvisionType Modifier and Type Field Description protected 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.ConsentProvisionType Modifier and Type Method Description static Consent.ConsentProvisionTypeConsent.ConsentProvisionType. fromCode(String codeString)Consent.ConsentProvisionTypeConsent.ConsentProvisionTypeEnumFactory. fromCode(String codeString)Consent.ConsentProvisionTypeConsent.provisionComponent. getType()static Consent.ConsentProvisionTypeConsent.ConsentProvisionType. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentProvisionType Modifier and Type Method Description Enumeration<Consent.ConsentProvisionType>Consent.ConsentProvisionTypeEnumFactory. fromType(Base code)Enumeration<Consent.ConsentProvisionType>Consent.provisionComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentProvisionType Modifier and Type Method Description Consent.provisionComponentConsent.provisionComponent. setType(Consent.ConsentProvisionType value)StringConsent.ConsentProvisionTypeEnumFactory. toCode(Consent.ConsentProvisionType code)StringConsent.ConsentProvisionTypeEnumFactory. toSystem(Consent.ConsentProvisionType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentProvisionType Modifier and Type Method Description Consent.provisionComponentConsent.provisionComponent. setTypeElement(Enumeration<Consent.ConsentProvisionType> value)
-