| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Contributor.ContributorType> |
Contributor.type
The type of contributor.
|
| Modifier and Type | Method and Description |
|---|---|
static Contributor.ContributorType |
Contributor.ContributorType.fromCode(String codeString) |
Contributor.ContributorType |
Contributor.ContributorTypeEnumFactory.fromCode(String codeString) |
Contributor.ContributorType |
Contributor.getType() |
static Contributor.ContributorType |
Contributor.ContributorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contributor.ContributorType[] |
Contributor.ContributorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Contributor.ContributorType> |
Contributor.ContributorTypeEnumFactory.fromType(Base code) |
Enumeration<Contributor.ContributorType> |
Contributor.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.setType(Contributor.ContributorType value) |
String |
Contributor.ContributorTypeEnumFactory.toCode(Contributor.ContributorType code) |
String |
Contributor.ContributorTypeEnumFactory.toSystem(Contributor.ContributorType code) |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.setTypeElement(Enumeration<Contributor.ContributorType> value) |
| Constructor and Description |
|---|
Contributor(Enumeration<Contributor.ContributorType> type,
StringType name)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.