Uses of Class
org.hl7.fhir.r4.model.codesystems.EvidenceVariantState
-
Packages that use EvidenceVariantState Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of EvidenceVariantState in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return EvidenceVariantState Modifier and Type Method Description static EvidenceVariantStateEvidenceVariantState. fromCode(String codeString)EvidenceVariantStateEvidenceVariantStateEnumFactory. fromCode(String codeString)static EvidenceVariantStateEvidenceVariantState. valueOf(String name)Returns the enum constant of this type with the specified name.static EvidenceVariantState[]EvidenceVariantState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type EvidenceVariantState Modifier and Type Method Description StringEvidenceVariantStateEnumFactory. toCode(EvidenceVariantState code)StringEvidenceVariantStateEnumFactory. toSystem(EvidenceVariantState code)
-