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