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