Uses of Enum
org.hl7.fhir.dstu3.model.AdverseEvent.AdverseEventCategory
-
Uses of AdverseEvent.AdverseEventCategory in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<AdverseEvent.AdverseEventCategory> AdverseEvent.category
The type of event which is important to characterize what occurred and caused harm to the subject, or had the potential to cause harm to the subject.Modifier and TypeMethodDescriptionAdverseEvent.getCategory()
Returns the enum constant of this type with the specified name.static AdverseEvent.AdverseEventCategory[]
AdverseEvent.AdverseEventCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAdverseEvent.AdverseEventCategoryEnumFactory.fromType
(PrimitiveType<?> code) AdverseEvent.getCategoryElement()
Modifier and TypeMethodDescriptionAdverseEvent.setCategory
(AdverseEvent.AdverseEventCategory value) AdverseEvent.AdverseEventCategoryEnumFactory.toCode
(AdverseEvent.AdverseEventCategory code) AdverseEvent.AdverseEventCategoryEnumFactory.toSystem
(AdverseEvent.AdverseEventCategory code) Modifier and TypeMethodDescriptionAdverseEvent.setCategoryElement
(Enumeration<AdverseEvent.AdverseEventCategory> value)