
Uses of Enum Class
org.hl7.fhir.dstu3.model.Person.IdentityAssuranceLevel
Packages that use Person.IdentityAssuranceLevel
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Person.IdentityAssuranceLevelModifier and TypeFieldDescriptionprotected Enumeration<Person.IdentityAssuranceLevel> Person.PersonLinkComponent.assuranceLevel of assurance that this link is actually associated with the target resource.Methods in org.hl7.fhir.dstu3.model that return Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.getAssurance()Returns the enum constant of this class with the specified name.static Person.IdentityAssuranceLevel[]Person.IdentityAssuranceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.IdentityAssuranceLevelEnumFactory.fromType(PrimitiveType<?> code) Person.PersonLinkComponent.getAssuranceElement()Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type Person.IdentityAssuranceLevelModifier and TypeMethodDescriptionPerson.PersonLinkComponent.setAssuranceElement(Enumeration<Person.IdentityAssuranceLevel> value)