Package ca.uhn.fhir.model.dstu2.valueset
Enum ReferralMethodEnum
- All Implemented Interfaces:
Serializable
,Comparable<ReferralMethodEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Fax
Code Value: fax Referrals may be accepted by fax.Display: Mail
Code Value: mail Referrals may be accepted via regular postage (or hand delivered).Display: Phone
Code Value: phone Referrals may be accepted over the phone from a practitioner.Display: Secure Email
Code Value: semail Referrals may be accepted via a secure email.Display: Secure Messaging
Code Value: elec Referrals may be accepted via a secure messaging system. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ReferralMethodEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: ReferralMethod -
Method Summary
Modifier and TypeMethodDescriptionstatic ReferralMethodEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic ReferralMethodEnum
Returns the enum constant of this type with the specified name.static ReferralMethodEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FAX
Display: Fax
Code Value: fax Referrals may be accepted by fax. -
PHONE
Display: Phone
Code Value: phone Referrals may be accepted over the phone from a practitioner. -
SECURE_MESSAGING
Display: Secure Messaging
Code Value: elec Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported, refer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages. -
SECURE_EMAIL
Display: Secure Email
Code Value: semail Referrals may be accepted via a secure email. To send please enrypt with the services public key. -
MAIL
Display: Mail
Code Value: mail Referrals may be accepted via regular postage (or hand delivered).
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: ReferralMethod- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-