Uses of Class
com.ibm.fhir.model.type.code.AppointmentStatus.ValueSet
-
Packages that use AppointmentStatus.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AppointmentStatus.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AppointmentStatus.ValueSet Modifier and Type Method Description static AppointmentStatus.ValueSetAppointmentStatus.ValueSet. from(String value)Factory method for creating AppointmentStatus.ValueSet values from a passed string value.AppointmentStatus.ValueSetAppointmentStatus. getValueAsEnumConstant()static AppointmentStatus.ValueSetAppointmentStatus.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AppointmentStatus.ValueSet[]AppointmentStatus.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type AppointmentStatus.ValueSet Modifier and Type Method Description static AppointmentStatusAppointmentStatus. of(AppointmentStatus.ValueSet value)Factory method for creating AppointmentStatus objects from a passed enum value.AppointmentStatus.BuilderAppointmentStatus.Builder. value(AppointmentStatus.ValueSet value)
-