Uses of Class
org.linuxforhealth.fhir.model.resource.Group.Member
-
Packages that use Group.Member Package Description org.linuxforhealth.fhir.bulkdata.export.group.resource org.linuxforhealth.fhir.model.resource -
-
Uses of Group.Member in org.linuxforhealth.fhir.bulkdata.export.group.resource
Methods in org.linuxforhealth.fhir.bulkdata.export.group.resource that return types with arguments of type Group.Member Modifier and Type Method Description java.util.List<Group.Member>
GroupHandler. getPageOfMembers(int pageNum, int pageSize)
get a page of members from this handler -
Uses of Group.Member in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Group.Member Modifier and Type Method Description Group.Member
Group.Member.Builder. build()
Build theGroup.Member
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Group.Member Modifier and Type Method Description java.util.List<Group.Member>
Group. getMember()
Identifies the resource instances that are members of the group.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Group.Member Modifier and Type Method Description protected Group.Member.Builder
Group.Member.Builder. from(Group.Member member)
Group.Builder
Group.Builder. member(Group.Member... member)
Identifies the resource instances that are members of the group.protected void
Group.Member.Builder. validate(Group.Member member)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Group.Member Modifier and Type Method Description Group.Builder
Group.Builder. member(java.util.Collection<Group.Member> member)
Identifies the resource instances that are members of the group.
-