Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ConsentExceptType
-
Packages that use ConsentExceptType Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ConsentExceptType in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ConsentExceptType Modifier and Type Method Description static ConsentExceptTypeConsentExceptType. fromCode(String codeString)ConsentExceptTypeConsentExceptTypeEnumFactory. fromCode(String codeString)static ConsentExceptTypeConsentExceptType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsentExceptType[]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.codesystems with parameters of type ConsentExceptType Modifier and Type Method Description StringConsentExceptTypeEnumFactory. toCode(ConsentExceptType code)StringConsentExceptTypeEnumFactory. toSystem(ConsentExceptType code)
-