
Package org.hl7.fhir.r4.model
Enum Class ContactPoint.ContactPointUse
- All Implemented Interfaces:
Serializable
,Comparable<ContactPoint.ContactPointUse>
,Constable
- Enclosing class:
ContactPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call.A telecommunication device that moves and stays with its owner.added to help the parsers with the generic typesThis contact point is no longer in use (or was never correct, but retained for records).A temporary contact point.An office contact point. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContactPoint.ContactPointUse
toCode()
static ContactPoint.ContactPointUse
Returns the enum constant of this class with the specified name.static ContactPoint.ContactPointUse[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HOME
A communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available. -
WORK
An office contact point. First choice for business related contacts during business hours. -
TEMP
A temporary contact point. The period can provide more detailed information. -
OLD
This contact point is no longer in use (or was never correct, but retained for records). -
MOBILE
A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ContactPoint.ContactPointUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-