public enum CommunicationNotDoneReason extends Enum<CommunicationNotDoneReason>
| Enum Constant and Description |
|---|
FAMILYOBJECTION
The communication was not done due to a family objection.
|
INVALIDPHONENUMBER
The communication was not done due to an invalid phone number.
|
NULL
added to help the parsers
|
PATIENTOBJECTION
The communication was not done due to a patient objection.
|
RECIPIENTUNAVAILABLE
The communication was not done due to the recipient being unavailable.
|
SYSTEMERROR
The communication was not done due to a system error.
|
UNKNOWN
The communication was not done due to an unknown reason.
|
| Modifier and Type | Method and Description |
|---|---|
static CommunicationNotDoneReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CommunicationNotDoneReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationNotDoneReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationNotDoneReason UNKNOWN
public static final CommunicationNotDoneReason SYSTEMERROR
public static final CommunicationNotDoneReason INVALIDPHONENUMBER
public static final CommunicationNotDoneReason RECIPIENTUNAVAILABLE
public static final CommunicationNotDoneReason FAMILYOBJECTION
public static final CommunicationNotDoneReason PATIENTOBJECTION
public static final CommunicationNotDoneReason NULL
public static CommunicationNotDoneReason[] values()
for (CommunicationNotDoneReason c : CommunicationNotDoneReason.values()) System.out.println(c);
public static CommunicationNotDoneReason 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 CommunicationNotDoneReason 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.