public enum CommunicationTopic extends Enum<CommunicationTopic>
| Enum Constant and Description |
|---|
APPOINTMENTREMINDER
The purpose or content of the communication is an appointment reminder.
|
NULL
added to help the parsers
|
PHONECONSULT
The purpose or content of the communication is a phone consult.
|
PRESCRIPTIONREFILLREQUEST
The purpose or content of the communication is a prescription refill request.
|
PROGRESSUPDATE
The purpose or content of the communication is a progress update.
|
REPORTLABS
The purpose or content of the communication is to report labs.
|
SUMMARYREPORT
The purpose or content of the communication is a summary report.
|
| Modifier and Type | Method and Description |
|---|---|
static CommunicationTopic |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CommunicationTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationTopic PRESCRIPTIONREFILLREQUEST
public static final CommunicationTopic PROGRESSUPDATE
public static final CommunicationTopic REPORTLABS
public static final CommunicationTopic APPOINTMENTREMINDER
public static final CommunicationTopic PHONECONSULT
public static final CommunicationTopic SUMMARYREPORT
public static final CommunicationTopic NULL
public static CommunicationTopic[] values()
for (CommunicationTopic c : CommunicationTopic.values()) System.out.println(c);
public static CommunicationTopic 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 CommunicationTopic 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.