Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentState
-
Packages that use Consent.ConsentState Package Description org.hl7.fhir.r4.model -
-
Uses of Consent.ConsentState in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentState Modifier and Type Field Description protected Enumeration<Consent.ConsentState>Consent. statusIndicates the current state of this consent.Methods in org.hl7.fhir.r4.model that return Consent.ConsentState Modifier and Type Method Description static Consent.ConsentStateConsent.ConsentState. fromCode(String codeString)Consent.ConsentStateConsent.ConsentStateEnumFactory. fromCode(String codeString)Consent.ConsentStateConsent. getStatus()static Consent.ConsentStateConsent.ConsentState. valueOf(String name)Returns the enum constant of this type with the specified name.static Consent.ConsentState[]Consent.ConsentState. 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.ConsentState Modifier and Type Method Description Enumeration<Consent.ConsentState>Consent.ConsentStateEnumFactory. fromType(Base code)Enumeration<Consent.ConsentState>Consent. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentState Modifier and Type Method Description ConsentConsent. setStatus(Consent.ConsentState value)StringConsent.ConsentStateEnumFactory. toCode(Consent.ConsentState code)StringConsent.ConsentStateEnumFactory. toSystem(Consent.ConsentState code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentState Modifier and Type Method Description ConsentConsent. setStatusElement(Enumeration<Consent.ConsentState> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentState Constructor Description Consent(Enumeration<Consent.ConsentState> status, CodeableConcept scope)Constructor
-