Enum VerificationresultCommunicationMethod
- java.lang.Object
-
- java.lang.Enum<VerificationresultCommunicationMethod>
-
- org.hl7.fhir.r4.model.codesystems.VerificationresultCommunicationMethod
-
- All Implemented Interfaces:
Serializable,Comparable<VerificationresultCommunicationMethod>
public enum VerificationresultCommunicationMethod extends Enum<VerificationresultCommunicationMethod>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VerificationresultCommunicationMethodfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static VerificationresultCommunicationMethodvalueOf(String name)Returns the enum constant of this type with the specified name.static VerificationresultCommunicationMethod[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MANUAL
public static final VerificationresultCommunicationMethod MANUAL
The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)
-
PORTAL
public static final VerificationresultCommunicationMethod PORTAL
The information is submitted/retrieved via a portal
-
PULL
public static final VerificationresultCommunicationMethod PULL
The information is retrieved (i.e. pulled) from a source (e.g. over an API)
-
PUSH
public static final VerificationresultCommunicationMethod PUSH
The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)
-
NULL
public static final VerificationresultCommunicationMethod NULL
added to help the parsers
-
-
Method Detail
-
values
public static VerificationresultCommunicationMethod[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VerificationresultCommunicationMethod c : VerificationresultCommunicationMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VerificationresultCommunicationMethod valueOf(String name)
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
-
fromCode
public static VerificationresultCommunicationMethod fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-