Uses of Class
org.hl7.fhir.r4.model.codesystems.AuditEventOutcome
-
Packages that use AuditEventOutcome Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of AuditEventOutcome in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return AuditEventOutcome Modifier and Type Method Description static AuditEventOutcomeAuditEventOutcome. fromCode(String codeString)AuditEventOutcomeAuditEventOutcomeEnumFactory. fromCode(String codeString)static AuditEventOutcomeAuditEventOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventOutcome[]AuditEventOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type AuditEventOutcome Modifier and Type Method Description StringAuditEventOutcomeEnumFactory. toCode(AuditEventOutcome code)StringAuditEventOutcomeEnumFactory. toSystem(AuditEventOutcome code)
-