Uses of Enum
org.hl7.fhir.dstu3.model.Consent.ConsentExceptType
-
Uses of Consent.ConsentExceptType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Consent.ConsentExceptType> Consent.ExceptComponent.type
Action to take - permit or deny - when the exception conditions are met.Modifier and TypeMethodDescriptionstatic Consent.ConsentExceptType
Consent.ExceptComponent.getType()
static Consent.ConsentExceptType
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.Modifier and TypeMethodDescriptionConsent.ConsentExceptTypeEnumFactory.fromType
(PrimitiveType<?> code) Consent.ExceptComponent.getTypeElement()
Modifier and TypeMethodDescriptionConsent.ExceptComponent.setType
(Consent.ConsentExceptType value) Consent.ConsentExceptTypeEnumFactory.toCode
(Consent.ConsentExceptType code) Consent.ConsentExceptTypeEnumFactory.toSystem
(Consent.ConsentExceptType code) Modifier and TypeMethodDescriptionConsent.ExceptComponent.setTypeElement
(Enumeration<Consent.ConsentExceptType> value) ModifierConstructorDescriptionConstructor