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