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