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