Enum OperationOutcome
- java.lang.Object
-
- java.lang.Enum<OperationOutcome>
-
- org.hl7.fhir.r4.model.codesystems.OperationOutcome
-
- All Implemented Interfaces:
Serializable,Comparable<OperationOutcome>
public enum OperationOutcome extends Enum<OperationOutcome>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationOutcomefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static OperationOutcomevalueOf(String name)Returns the enum constant of this type with the specified name.static OperationOutcome[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DELETEMULTIPLEMATCHES
public static final OperationOutcome DELETEMULTIPLEMATCHES
null
-
MSGAUTHREQUIRED
public static final OperationOutcome MSGAUTHREQUIRED
null
-
MSGBADFORMAT
public static final OperationOutcome MSGBADFORMAT
null
-
MSGBADSYNTAX
public static final OperationOutcome MSGBADSYNTAX
null
-
MSGCANTPARSECONTENT
public static final OperationOutcome MSGCANTPARSECONTENT
null
-
MSGCANTPARSEROOT
public static final OperationOutcome MSGCANTPARSEROOT
null
-
MSGCREATED
public static final OperationOutcome MSGCREATED
null
-
MSGDATEFORMAT
public static final OperationOutcome MSGDATEFORMAT
null
-
MSGDELETED
public static final OperationOutcome MSGDELETED
null
-
MSGDELETEDDONE
public static final OperationOutcome MSGDELETEDDONE
null
-
MSGDELETEDID
public static final OperationOutcome MSGDELETEDID
null
-
MSGDUPLICATEID
public static final OperationOutcome MSGDUPLICATEID
null
-
MSGERRORPARSING
public static final OperationOutcome MSGERRORPARSING
null
-
MSGIDINVALID
public static final OperationOutcome MSGIDINVALID
null
-
MSGIDTOOLONG
public static final OperationOutcome MSGIDTOOLONG
null
-
MSGINVALIDID
public static final OperationOutcome MSGINVALIDID
null
-
MSGJSONOBJECT
public static final OperationOutcome MSGJSONOBJECT
null
-
MSGLOCALFAIL
public static final OperationOutcome MSGLOCALFAIL
null
-
MSGNOEXIST
public static final OperationOutcome MSGNOEXIST
null
-
MSGNOMATCH
public static final OperationOutcome MSGNOMATCH
null
-
MSGNOMODULE
public static final OperationOutcome MSGNOMODULE
null
-
MSGNOSUMMARY
public static final OperationOutcome MSGNOSUMMARY
null
-
MSGOPNOTALLOWED
public static final OperationOutcome MSGOPNOTALLOWED
null
-
MSGPARAMCHAINED
public static final OperationOutcome MSGPARAMCHAINED
null
-
MSGPARAMINVALID
public static final OperationOutcome MSGPARAMINVALID
null
-
MSGPARAMMODIFIERINVALID
public static final OperationOutcome MSGPARAMMODIFIERINVALID
null
-
MSGPARAMNOREPEAT
public static final OperationOutcome MSGPARAMNOREPEAT
null
-
MSGPARAMUNKNOWN
public static final OperationOutcome MSGPARAMUNKNOWN
null
-
MSGRESOURCEEXAMPLEPROTECTED
public static final OperationOutcome MSGRESOURCEEXAMPLEPROTECTED
null
-
MSGRESOURCEIDFAIL
public static final OperationOutcome MSGRESOURCEIDFAIL
null
-
MSGRESOURCEIDMISMATCH
public static final OperationOutcome MSGRESOURCEIDMISMATCH
null
-
MSGRESOURCEIDMISSING
public static final OperationOutcome MSGRESOURCEIDMISSING
null
-
MSGRESOURCENOTALLOWED
public static final OperationOutcome MSGRESOURCENOTALLOWED
null
-
MSGRESOURCEREQUIRED
public static final OperationOutcome MSGRESOURCEREQUIRED
null
-
MSGRESOURCETYPEMISMATCH
public static final OperationOutcome MSGRESOURCETYPEMISMATCH
null
-
MSGSORTUNKNOWN
public static final OperationOutcome MSGSORTUNKNOWN
null
-
MSGTRANSACTIONDUPLICATEID
public static final OperationOutcome MSGTRANSACTIONDUPLICATEID
null
-
MSGTRANSACTIONMISSINGID
public static final OperationOutcome MSGTRANSACTIONMISSINGID
null
-
MSGUNHANDLEDNODETYPE
public static final OperationOutcome MSGUNHANDLEDNODETYPE
null
-
MSGUNKNOWNCONTENT
public static final OperationOutcome MSGUNKNOWNCONTENT
null
-
MSGUNKNOWNOPERATION
public static final OperationOutcome MSGUNKNOWNOPERATION
null
-
MSGUNKNOWNTYPE
public static final OperationOutcome MSGUNKNOWNTYPE
null
-
MSGUPDATED
public static final OperationOutcome MSGUPDATED
null
-
MSGVERSIONAWARE
public static final OperationOutcome MSGVERSIONAWARE
null
-
MSGVERSIONAWARECONFLICT
public static final OperationOutcome MSGVERSIONAWARECONFLICT
null
-
MSGVERSIONAWAREURL
public static final OperationOutcome MSGVERSIONAWAREURL
null
-
MSGWRONGNS
public static final OperationOutcome MSGWRONGNS
null
-
SEARCHMULTIPLE
public static final OperationOutcome SEARCHMULTIPLE
null
-
SEARCHNONE
public static final OperationOutcome SEARCHNONE
null
-
UPDATEMULTIPLEMATCHES
public static final OperationOutcome UPDATEMULTIPLEMATCHES
null
-
NULL
public static final OperationOutcome NULL
added to help the parsers
-
-
Method Detail
-
values
public static OperationOutcome[] 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 (OperationOutcome c : OperationOutcome.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperationOutcome 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 OperationOutcome fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-