
Uses of Enum
org.hl7.fhir.r5.model.Group.GroupMembershipBasis
Packages that use Group.GroupMembershipBasis
-
Uses of Group.GroupMembershipBasis in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Group.GroupMembershipBasisModifier and TypeFieldDescriptionprotected Enumeration
<Group.GroupMembershipBasis> Group.membership
Basis for membership in the Group: 'definitional': The Group.characteristics specified are both necessary and sufficient to determine membership.Methods in org.hl7.fhir.r5.model that return Group.GroupMembershipBasisModifier and TypeMethodDescriptionstatic Group.GroupMembershipBasis
Group.getMembership()
static Group.GroupMembershipBasis
Returns the enum constant of this type with the specified name.static Group.GroupMembershipBasis[]
Group.GroupMembershipBasis.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Group.GroupMembershipBasisModifier and TypeMethodDescriptionGroup.GroupMembershipBasisEnumFactory.fromType
(PrimitiveType<?> code) Group.getMembershipElement()
Methods in org.hl7.fhir.r5.model with parameters of type Group.GroupMembershipBasisModifier and TypeMethodDescriptionGroup.setMembership
(Group.GroupMembershipBasis value) Group.GroupMembershipBasisEnumFactory.toCode
(Group.GroupMembershipBasis code) Group.GroupMembershipBasisEnumFactory.toSystem
(Group.GroupMembershipBasis code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Group.GroupMembershipBasisModifier and TypeMethodDescriptionGroup.setMembershipElement
(Enumeration<Group.GroupMembershipBasis> value) Constructors in org.hl7.fhir.r5.model with parameters of type Group.GroupMembershipBasisModifierConstructorDescriptionGroup
(Group.GroupType type, Group.GroupMembershipBasis membership) Constructor