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