Uses of Enum
org.hl7.fhir.dstu2.model.Person.IdentityAssuranceLevel
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Person.IdentityAssuranceLevel> Person.PersonLinkComponent.assurance
Level of assurance that this link is actually 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.PersonLinkComponent.setAssurance
(Person.IdentityAssuranceLevel value) Person.IdentityAssuranceLevelEnumFactory.toCode
(Person.IdentityAssuranceLevel code) Modifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssuranceElement
(Enumeration<Person.IdentityAssuranceLevel> value)