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