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