Uses of Enum
org.hl7.fhir.r4.model.Person.IdentityAssuranceLevel
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Person.IdentityAssuranceLevel> Person.PersonLinkComponent.assurance
Level of assurance that this link is associated with the target resource.Modifier 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.Modifier and TypeMethodDescriptionPerson.IdentityAssuranceLevelEnumFactory.fromType
(PrimitiveType<?> code) Person.PersonLinkComponent.getAssuranceElement()
Modifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssurance
(Person.IdentityAssuranceLevel value) Person.IdentityAssuranceLevelEnumFactory.toCode
(Person.IdentityAssuranceLevel code) Person.IdentityAssuranceLevelEnumFactory.toSystem
(Person.IdentityAssuranceLevel code) Modifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssuranceElement
(Enumeration<Person.IdentityAssuranceLevel> value)