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