![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.Person.IdentityAssuranceLevel
Packages that use Person.IdentityAssuranceLevel
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Person.IdentityAssuranceLevelModifier and TypeFieldDescriptionprotected Enumeration
<Person.IdentityAssuranceLevel> Person.PersonLinkComponent.assurance
Level of assurance that this link is associated with the target resource.Methods in org.hl7.fhir.r4.model that return Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.getAssurance()
Returns the enum constant of this type with the specified name.static Person.IdentityAssuranceLevel[]
Person.IdentityAssuranceLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.IdentityAssuranceLevelEnumFactory.fromType
(PrimitiveType<?> code) Person.PersonLinkComponent.getAssuranceElement()
Methods in org.hl7.fhir.r4.model with parameters of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssurance
(Person.IdentityAssuranceLevel value) Person.IdentityAssuranceLevelEnumFactory.toCode
(Person.IdentityAssuranceLevel code) Person.IdentityAssuranceLevelEnumFactory.toSystem
(Person.IdentityAssuranceLevel code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssuranceElement
(Enumeration<Person.IdentityAssuranceLevel> value)