Uses of Class
com.ibm.fhir.model.type.code.GroupType
-
Packages that use GroupType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of GroupType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GroupType Modifier and Type Method Description GroupTypeGroup. getType()Identifies the broad classification of the kind of resources the group includes.Methods in com.ibm.fhir.model.resource with parameters of type GroupType Modifier and Type Method Description Group.BuilderGroup.Builder. type(GroupType type)Identifies the broad classification of the kind of resources the group includes. -
Uses of GroupType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as GroupType Modifier and Type Field Description static GroupTypeGroupType. ANIMALAnimalstatic GroupTypeGroupType. DEVICEDevicestatic GroupTypeGroupType. MEDICATIONMedicationstatic GroupTypeGroupType. PERSONPersonstatic GroupTypeGroupType. PRACTITIONERPractitionerstatic GroupTypeGroupType. SUBSTANCESubstanceMethods in com.ibm.fhir.model.type.code that return GroupType Modifier and Type Method Description GroupTypeGroupType.Builder. build()static GroupTypeGroupType. of(GroupType.ValueSet value)Factory method for creating GroupType objects from a passed enum value.static GroupTypeGroupType. of(String value)Factory method for creating GroupType objects from a passed string value.
-