Uses of Class
org.linuxforhealth.fhir.model.resource.Group
- 
Packages that use Group Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.search.group  - 
- 
Uses of Group in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Group Modifier and Type Method Description GroupGroup.Builder. build()Build theGroupMethods in org.linuxforhealth.fhir.model.resource with parameters of type Group Modifier and Type Method Description protected Group.BuilderGroup.Builder. from(Group group)protected voidGroup.Builder. validate(Group group) - 
Uses of Group in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Group Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Group group)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Group group) - 
Uses of Group in org.linuxforhealth.fhir.search.group
Methods in org.linuxforhealth.fhir.search.group with parameters of type Group Modifier and Type Method Description javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>GroupSearchCompiler. groupToSearch(Group group, java.lang.String target)translates the given group to a search queryjavax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>GroupSearchCompilerImpl. groupToSearch(Group group, java.lang.String target) 
 -