| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Person.IdentityAssuranceLevel> |
Person.PersonLinkComponent.assurance
Level of assurance that this link is associated with the target resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Person.IdentityAssuranceLevel |
Person.IdentityAssuranceLevel.fromCode(String codeString) |
Person.IdentityAssuranceLevel |
Person.IdentityAssuranceLevelEnumFactory.fromCode(String codeString) |
Person.IdentityAssuranceLevel |
Person.PersonLinkComponent.getAssurance() |
static Person.IdentityAssuranceLevel |
Person.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Person.IdentityAssuranceLevel> |
Person.IdentityAssuranceLevelEnumFactory.fromType(Base code) |
Enumeration<Person.IdentityAssuranceLevel> |
Person.PersonLinkComponent.getAssuranceElement() |
| Modifier and Type | Method and Description |
|---|---|
Person.PersonLinkComponent |
Person.PersonLinkComponent.setAssurance(Person.IdentityAssuranceLevel value) |
String |
Person.IdentityAssuranceLevelEnumFactory.toCode(Person.IdentityAssuranceLevel code) |
String |
Person.IdentityAssuranceLevelEnumFactory.toSystem(Person.IdentityAssuranceLevel code) |
| Modifier and Type | Method and Description |
|---|---|
Person.PersonLinkComponent |
Person.PersonLinkComponent.setAssuranceElement(Enumeration<Person.IdentityAssuranceLevel> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.