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