
Uses of Enum Class
org.hl7.fhir.r4.model.Consent.ConsentState
Packages that use Consent.ConsentState
-
Uses of Consent.ConsentState in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentStateModifier and TypeFieldDescriptionprotected Enumeration<Consent.ConsentState> Consent.statusIndicates the current state of this consent.Methods in org.hl7.fhir.r4.model that return Consent.ConsentStateModifier and TypeMethodDescriptionstatic Consent.ConsentStateConsent.getStatus()static Consent.ConsentStateReturns the enum constant of this class with the specified name.static Consent.ConsentState[]Consent.ConsentState.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.ConsentStateModifier and TypeMethodDescriptionConsent.ConsentStateEnumFactory.fromType(PrimitiveType<?> code) Consent.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentStateModifier and TypeMethodDescriptionConsent.setStatus(Consent.ConsentState value) Consent.ConsentStateEnumFactory.toCode(Consent.ConsentState code) Consent.ConsentStateEnumFactory.toSystem(Consent.ConsentState code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentStateModifier and TypeMethodDescriptionConsent.setStatusElement(Enumeration<Consent.ConsentState> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentStateModifierConstructorDescriptionConsent(Enumeration<Consent.ConsentState> status, CodeableConcept scope) Constructor