Enum V3AcknowledgementDetailType
java.lang.Object
java.lang.Enum<V3AcknowledgementDetailType>
org.hl7.fhir.r4.model.codesystems.V3AcknowledgementDetailType
- All Implemented Interfaces:
Serializable
,Comparable<V3AcknowledgementDetailType>
-
Enum Constant Summary
Enum ConstantDescriptionDefinition: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.nullDefinition: The message relates to an issue which has no bearing on the successful processing of the request.nulladded to help the parsersDefinition: 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.null -
Method Summary
Modifier and TypeMethodDescriptionstatic V3AcknowledgementDetailType
toCode()
static V3AcknowledgementDetailType
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 Details
-
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
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
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
null -
INFO
null -
WARN
null -
NULL
added to help the parsers
-
-
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
-
fromCode
public static V3AcknowledgementDetailType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-