Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentExceptType
-
Packages that use Consent.ConsentExceptType Package Description org.hl7.fhir.dstu3.model -
-
Uses of Consent.ConsentExceptType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentExceptType Modifier and Type Field Description protected Enumeration<Consent.ConsentExceptType>Consent.ExceptComponent. typeAction to take - permit or deny - when the exception conditions are met.Methods in org.hl7.fhir.dstu3.model that return Consent.ConsentExceptType Modifier and Type Method Description static Consent.ConsentExceptTypeConsent.ConsentExceptType. fromCode(String codeString)Consent.ConsentExceptTypeConsent.ConsentExceptTypeEnumFactory. fromCode(String codeString)Consent.ConsentExceptTypeConsent.ExceptComponent. getType()static Consent.ConsentExceptTypeConsent.ConsentExceptType. valueOf(String name)Returns the enum constant of this type with the specified name.static Consent.ConsentExceptType[]Consent.ConsentExceptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ConsentExceptType Modifier and Type Method Description Enumeration<Consent.ConsentExceptType>Consent.ConsentExceptTypeEnumFactory. fromType(PrimitiveType<?> code)Enumeration<Consent.ConsentExceptType>Consent.ExceptComponent. getTypeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentExceptType Modifier and Type Method Description Consent.ExceptComponentConsent.ExceptComponent. setType(Consent.ConsentExceptType value)StringConsent.ConsentExceptTypeEnumFactory. toCode(Consent.ConsentExceptType code)StringConsent.ConsentExceptTypeEnumFactory. toSystem(Consent.ConsentExceptType code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentExceptType Modifier and Type Method Description Consent.ExceptComponentConsent.ExceptComponent. setTypeElement(Enumeration<Consent.ConsentExceptType> value)Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentExceptType Constructor Description ExceptComponent(Enumeration<Consent.ConsentExceptType> type)Constructor
-