
Uses of Enum
org.hl7.fhir.dstu3.model.AdverseEvent.AdverseEventCategory
Packages that use AdverseEvent.AdverseEventCategory
-
Uses of AdverseEvent.AdverseEventCategory in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type AdverseEvent.AdverseEventCategoryModifier 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.Methods in org.hl7.fhir.dstu3.model that return AdverseEvent.AdverseEventCategoryModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type AdverseEvent.AdverseEventCategoryModifier and TypeMethodDescriptionAdverseEvent.AdverseEventCategoryEnumFactory.fromType
(PrimitiveType<?> code) AdverseEvent.getCategoryElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type AdverseEvent.AdverseEventCategoryModifier and TypeMethodDescriptionAdverseEvent.setCategory
(AdverseEvent.AdverseEventCategory value) AdverseEvent.AdverseEventCategoryEnumFactory.toCode
(AdverseEvent.AdverseEventCategory code) AdverseEvent.AdverseEventCategoryEnumFactory.toSystem
(AdverseEvent.AdverseEventCategory code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type AdverseEvent.AdverseEventCategoryModifier and TypeMethodDescriptionAdverseEvent.setCategoryElement
(Enumeration<AdverseEvent.AdverseEventCategory> value)