
Uses of Enum
org.hl7.fhir.dstu2.model.Person.IdentityAssuranceLevel
Packages that use Person.IdentityAssuranceLevel
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Person.IdentityAssuranceLevelModifier and TypeFieldDescriptionprotected Enumeration
<Person.IdentityAssuranceLevel> Person.PersonLinkComponent.assurance
Level of assurance that this link is actually associated with the target resource.Methods in org.hl7.fhir.dstu2.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.dstu2.model that return types with arguments of type Person.IdentityAssuranceLevelMethods in org.hl7.fhir.dstu2.model with parameters of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssurance
(Person.IdentityAssuranceLevel value) Person.IdentityAssuranceLevelEnumFactory.toCode
(Person.IdentityAssuranceLevel code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssuranceElement
(Enumeration<Person.IdentityAssuranceLevel> value)