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