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