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