| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ContactPoint.ContactPointUse> |
ContactPoint.use
Identifies the purpose for the contact point.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint.ContactPointUse |
ContactPoint.ContactPointUse.fromCode(String codeString) |
ContactPoint.ContactPointUse |
ContactPoint.ContactPointUseEnumFactory.fromCode(String codeString) |
ContactPoint.ContactPointUse |
ContactPoint.getUse() |
static ContactPoint.ContactPointUse |
ContactPoint.ContactPointUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPoint.ContactPointUse[] |
ContactPoint.ContactPointUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ContactPoint.ContactPointUse> |
ContactPoint.ContactPointUseEnumFactory.fromType(Base code) |
Enumeration<ContactPoint.ContactPointUse> |
ContactPoint.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
ContactPoint.setUse(ContactPoint.ContactPointUse value) |
String |
ContactPoint.ContactPointUseEnumFactory.toCode(ContactPoint.ContactPointUse code) |
String |
ContactPoint.ContactPointUseEnumFactory.toSystem(ContactPoint.ContactPointUse code) |
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
ContactPoint.setUseElement(Enumeration<ContactPoint.ContactPointUse> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.