Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.IssueSeverityEnum
-
Uses of IssueSeverityEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<IssueSeverityEnum> OperationOutcome.Issue.getSeverityElement()
Gets the value(s) for severity ().Modifier and TypeMethodDescriptionOperationOutcome.Issue.setSeverity
(IssueSeverityEnum theValue) Sets the value(s) for severity ()Modifier and TypeMethodDescriptionOperationOutcome.Issue.setSeverity
(ca.uhn.fhir.model.primitive.BoundCodeDt<IssueSeverityEnum> theValue) Sets the value(s) for severity () -
Uses of IssueSeverityEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<IssueSeverityEnum> IssueSeverityEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic IssueSeverityEnum
Returns the enumerated value associated with this codestatic IssueSeverityEnum
Returns the enum constant of this type with the specified name.static IssueSeverityEnum[]
IssueSeverityEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.