public enum V3TelecommunicationCapabilities extends Enum<V3TelecommunicationCapabilities>
| Enum Constant and Description |
|---|
DATA
Description: This device can receive data calls (i.e.
|
FAX
Description: This device can receive faxes.
|
NULL
added to help the parsers
|
SMS
Description: This device can receive SMS messages.
|
TTY
Description: This device is a text telephone.
|
VOICE
Description: This device can receive voice calls (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static V3TelecommunicationCapabilities |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3TelecommunicationCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3TelecommunicationCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3TelecommunicationCapabilities DATA
public static final V3TelecommunicationCapabilities FAX
public static final V3TelecommunicationCapabilities SMS
public static final V3TelecommunicationCapabilities TTY
public static final V3TelecommunicationCapabilities VOICE
public static final V3TelecommunicationCapabilities NULL
public static V3TelecommunicationCapabilities[] values()
for (V3TelecommunicationCapabilities c : V3TelecommunicationCapabilities.values()) System.out.println(c);
public static V3TelecommunicationCapabilities valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3TelecommunicationCapabilities fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.