public enum ServiceReferralMethod extends Enum<ServiceReferralMethod>
| Enum Constant and Description |
|---|
ELEC
Referrals may be accepted via a secure messaging system.
|
FAX
Referrals may be accepted by fax.
|
MAIL
Referrals may be accepted via regular postage (or hand delivered).
|
NULL
added to help the parsers
|
PHONE
Referrals may be accepted over the phone from a practitioner.
|
SEMAIL
Referrals may be accepted via a secure email.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceReferralMethod |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ServiceReferralMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceReferralMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceReferralMethod FAX
public static final ServiceReferralMethod PHONE
public static final ServiceReferralMethod ELEC
public static final ServiceReferralMethod SEMAIL
public static final ServiceReferralMethod MAIL
public static final ServiceReferralMethod NULL
public static ServiceReferralMethod[] values()
for (ServiceReferralMethod c : ServiceReferralMethod.values()) System.out.println(c);
public static ServiceReferralMethod 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 ServiceReferralMethod 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.