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