Package org.hl7.fhir.r4.model
Enum ContactPoint.ContactPointSystem
java.lang.Object
java.lang.Enum<ContactPoint.ContactPointSystem>
org.hl7.fhir.r4.model.ContactPoint.ContactPointSystem
- All Implemented Interfaces:
Serializable
,Comparable<ContactPoint.ContactPointSystem>
- Enclosing class:
ContactPoint
-
Enum Constant Summary
Enum ConstantDescriptionThe value is an email address.The value is a fax machine.added to help the parsers with the generic typesA contact that is not a phone, fax, page or email address and is not expressible as a URL.The value is a pager number.The value is a telephone number used for voice calls.A contact that can be used for sending an sms message (e.g.A contact that is not a phone, fax, pager or email address and is expressed as a URL. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static ContactPoint.ContactPointSystem[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PHONE
The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. -
FAX
The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. -
EMAIL
The value is an email address. -
PAGER
The value is a pager number. These may be local pager numbers that are only usable on a particular pager system. -
URL
A contact that is not a phone, fax, pager or email address and is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses. -
SMS
A contact that can be used for sending an sms message (e.g. mobile phones, some landlines). -
OTHER
A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish "other" contact types. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ContactPoint.ContactPointSystem fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-