| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ContactPoint.ContactPointSystem> |
ContactPoint.system
Telecommunications form for contact point - what communications system is required to make use of the contact.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint.ContactPointSystem |
ContactPoint.ContactPointSystem.fromCode(String codeString) |
ContactPoint.ContactPointSystem |
ContactPoint.ContactPointSystemEnumFactory.fromCode(String codeString) |
ContactPoint.ContactPointSystem |
ContactPoint.getSystem() |
static ContactPoint.ContactPointSystem |
ContactPoint.ContactPointSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPoint.ContactPointSystem[] |
ContactPoint.ContactPointSystem.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.ContactPointSystem> |
ContactPoint.ContactPointSystemEnumFactory.fromType(Base code) |
Enumeration<ContactPoint.ContactPointSystem> |
ContactPoint.getSystemElement() |
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint |
Factory.newContactPoint(ContactPoint.ContactPointSystem system,
String value) |
ContactPoint |
ContactPoint.setSystem(ContactPoint.ContactPointSystem value) |
String |
ContactPoint.ContactPointSystemEnumFactory.toCode(ContactPoint.ContactPointSystem code) |
String |
ContactPoint.ContactPointSystemEnumFactory.toSystem(ContactPoint.ContactPointSystem code) |
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
ContactPoint.setSystemElement(Enumeration<ContactPoint.ContactPointSystem> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.