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 Group
Group.Builder. build()
Build theGroup
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Group Modifier and Type Method Description protected Group.Builder
Group.Builder. from(Group group)
protected void
Group.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Group group)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. 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)
-