Enum V3AcknowledgementDetailType
- java.lang.Object
-
- java.lang.Enum<V3AcknowledgementDetailType>
-
- org.hl7.fhir.r4.model.codesystems.V3AcknowledgementDetailType
-
- All Implemented Interfaces:
Serializable,Comparable<V3AcknowledgementDetailType>
public enum V3AcknowledgementDetailType extends Enum<V3AcknowledgementDetailType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EDefinition:An issue which has prevented, or will prevent (unless a management is provided for the issue by the sender), the successful processing of an interaction.ERRnullIDefinition: The message relates to an issue which has no bearing on the successful processing of the request.INFOnullNULLadded to help the parsersWDefinition: The message relates to an issue which cannot prevent the successful processing of a request, but which could result in the processing not having the ideal or intended effect.WARNnull
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3AcknowledgementDetailTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3AcknowledgementDetailTypevalueOf(String name)Returns the enum constant of this type with the specified name.static V3AcknowledgementDetailType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
E
public static final V3AcknowledgementDetailType E
Definition:An issue which has prevented, or will prevent (unless a management is provided for the issue by the sender), the successful processing of an interaction. Response interactions which include an issue which is an Error are a 'rejection', indicating that the request was not successfully processed. Example:Unable to find specified patient.
-
I
public static final V3AcknowledgementDetailType I
Definition: The message relates to an issue which has no bearing on the successful processing of the request. Information issues cannot be overridden by specifying a management. Example: A Patient's coverage will expire in 5 days.
-
W
public static final V3AcknowledgementDetailType W
Definition: The message relates to an issue which cannot prevent the successful processing of a request, but which could result in the processing not having the ideal or intended effect. Managing a warning issue is not required for successful processing, but will suppress the warning from being raised. Example: Unexpected additional repetitions of phone number have been ignored.
-
ERR
public static final V3AcknowledgementDetailType ERR
null
-
INFO
public static final V3AcknowledgementDetailType INFO
null
-
WARN
public static final V3AcknowledgementDetailType WARN
null
-
NULL
public static final V3AcknowledgementDetailType NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3AcknowledgementDetailType[] 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 (V3AcknowledgementDetailType c : V3AcknowledgementDetailType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3AcknowledgementDetailType 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 V3AcknowledgementDetailType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-