Uses of Enum
org.hl7.fhir.r4.model.EnrollmentResponse.EnrollmentResponseStatus
Packages that use EnrollmentResponse.EnrollmentResponseStatus
-
Uses of EnrollmentResponse.EnrollmentResponseStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EnrollmentResponse.EnrollmentResponseStatusMethods in org.hl7.fhir.r4.model that return EnrollmentResponse.EnrollmentResponseStatusModifier and TypeMethodDescriptionEnrollmentResponse.getStatus()Returns the enum constant of this type with the specified name.EnrollmentResponse.EnrollmentResponseStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type EnrollmentResponse.EnrollmentResponseStatusMethods in org.hl7.fhir.r4.model with parameters of type EnrollmentResponse.EnrollmentResponseStatusModifier and TypeMethodDescriptionEnrollmentResponse.setStatus(EnrollmentResponse.EnrollmentResponseStatus value) EnrollmentResponse.EnrollmentResponseStatusEnumFactory.toCode(EnrollmentResponse.EnrollmentResponseStatus code) EnrollmentResponse.EnrollmentResponseStatusEnumFactory.toSystem(EnrollmentResponse.EnrollmentResponseStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type EnrollmentResponse.EnrollmentResponseStatusModifier and TypeMethodDescriptionEnrollmentResponse.setStatusElement(Enumeration<EnrollmentResponse.EnrollmentResponseStatus> value)