Uses of Class
org.hl7.fhir.dstu3.model.codesystems.OperationalStatus
-
Packages that use OperationalStatus Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of OperationalStatus in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return OperationalStatus Modifier and Type Method Description static OperationalStatusOperationalStatus. fromCode(String codeString)OperationalStatusOperationalStatusEnumFactory. fromCode(String codeString)static OperationalStatusOperationalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationalStatus[]OperationalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type OperationalStatus Modifier and Type Method Description StringOperationalStatusEnumFactory. toCode(OperationalStatus code)StringOperationalStatusEnumFactory. toSystem(OperationalStatus code)
-