Uses of Class
com.ibm.fhir.model.type.code.IdentityAssuranceLevel
-
Packages that use IdentityAssuranceLevel Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of IdentityAssuranceLevel in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return IdentityAssuranceLevel Modifier and Type Method Description IdentityAssuranceLevelPerson.Link. getAssurance()Level of assurance that this link is associated with the target resource.Methods in com.ibm.fhir.model.resource with parameters of type IdentityAssuranceLevel Modifier and Type Method Description Person.Link.BuilderPerson.Link.Builder. assurance(IdentityAssuranceLevel assurance)Level of assurance that this link is associated with the target resource. -
Uses of IdentityAssuranceLevel in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as IdentityAssuranceLevel Modifier and Type Field Description static IdentityAssuranceLevelIdentityAssuranceLevel. LEVEL1Level 1static IdentityAssuranceLevelIdentityAssuranceLevel. LEVEL2Level 2static IdentityAssuranceLevelIdentityAssuranceLevel. LEVEL3Level 3static IdentityAssuranceLevelIdentityAssuranceLevel. LEVEL4Level 4Methods in com.ibm.fhir.model.type.code that return IdentityAssuranceLevel Modifier and Type Method Description IdentityAssuranceLevelIdentityAssuranceLevel.Builder. build()static IdentityAssuranceLevelIdentityAssuranceLevel. of(IdentityAssuranceLevel.ValueSet value)Factory method for creating IdentityAssuranceLevel objects from a passed enum value.static IdentityAssuranceLevelIdentityAssuranceLevel. of(String value)Factory method for creating IdentityAssuranceLevel objects from a passed string value.
-