Uses of Class
org.hl7.fhir.dstu2.model.Person.IdentityAssuranceLevel
-
Packages that use Person.IdentityAssuranceLevel Package Description org.hl7.fhir.dstu2.model -
-
Uses of Person.IdentityAssuranceLevel in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Person.IdentityAssuranceLevel Modifier and Type Field Description protected Enumeration<Person.IdentityAssuranceLevel>Person.PersonLinkComponent. assuranceLevel of assurance that this link is actually associated with the target resource.Methods in org.hl7.fhir.dstu2.model that return Person.IdentityAssuranceLevel Modifier and Type Method Description static Person.IdentityAssuranceLevelPerson.IdentityAssuranceLevel. fromCode(String codeString)Person.IdentityAssuranceLevelPerson.IdentityAssuranceLevelEnumFactory. fromCode(String codeString)Person.IdentityAssuranceLevelPerson.PersonLinkComponent. getAssurance()static Person.IdentityAssuranceLevelPerson.IdentityAssuranceLevel. valueOf(String name)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.IdentityAssuranceLevel Modifier and Type Method Description Enumeration<Person.IdentityAssuranceLevel>Person.IdentityAssuranceLevelEnumFactory. fromType(Base code)Enumeration<Person.IdentityAssuranceLevel>Person.PersonLinkComponent. getAssuranceElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Person.IdentityAssuranceLevel Modifier and Type Method Description Person.PersonLinkComponentPerson.PersonLinkComponent. setAssurance(Person.IdentityAssuranceLevel value)StringPerson.IdentityAssuranceLevelEnumFactory. toCode(Person.IdentityAssuranceLevel code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Person.IdentityAssuranceLevel Modifier and Type Method Description Person.PersonLinkComponentPerson.PersonLinkComponent. setAssuranceElement(Enumeration<Person.IdentityAssuranceLevel> value)
-