public enum ContactPointSystem extends Enum<ContactPointSystem>
| Enum Constant and Description |
|---|
EMAIL
The value is an email address.
|
FAX
The value is a fax machine.
|
NULL
added to help the parsers
|
OTHER
A contact that is not a phone, fax, page or email address and is not expressible as a URL.
|
PAGER
The value is a pager number.
|
PHONE
The value is a telephone number used for voice calls.
|
SMS
A contact that can be used for sending an sms message (e.g.
|
URL
A contact that is not a phone, fax, pager or email address and is expressed as a URL.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPointSystem |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ContactPointSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPointSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactPointSystem PHONE
public static final ContactPointSystem FAX
public static final ContactPointSystem EMAIL
public static final ContactPointSystem PAGER
public static final ContactPointSystem URL
public static final ContactPointSystem SMS
public static final ContactPointSystem OTHER
public static final ContactPointSystem NULL
public static ContactPointSystem[] values()
for (ContactPointSystem c : ContactPointSystem.values()) System.out.println(c);
public static ContactPointSystem 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 ContactPointSystem 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.