Uses of Class
org.hl7.fhir.r5.model.AdverseEvent.AdverseEventMitigatingActionComponent
-
Packages that use AdverseEvent.AdverseEventMitigatingActionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of AdverseEvent.AdverseEventMitigatingActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Method Description protected AdverseEvent.AdverseEventMitigatingActionComponentJsonParser. parseAdverseEventMitigatingActionComponent(com.google.gson.JsonObject json)protected AdverseEvent.AdverseEventMitigatingActionComponentXmlParser. parseAdverseEventMitigatingActionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of AdverseEvent.AdverseEventMitigatingActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Field Description protected List<AdverseEvent.AdverseEventMitigatingActionComponent>AdverseEvent. mitigatingActionThe ameliorating action taken after the adverse event occured in order to reduce the extent of harm.Methods in org.hl7.fhir.r5.model that return AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Method Description AdverseEvent.AdverseEventMitigatingActionComponentAdverseEvent. addMitigatingAction()AdverseEvent.AdverseEventMitigatingActionComponentAdverseEvent.AdverseEventMitigatingActionComponent. copy()AdverseEvent.AdverseEventMitigatingActionComponentAdverseEvent. getMitigatingActionFirstRep()AdverseEvent.AdverseEventMitigatingActionComponentAdverseEvent.AdverseEventMitigatingActionComponent. setItem(DataType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Method Description List<AdverseEvent.AdverseEventMitigatingActionComponent>AdverseEvent. getMitigatingAction()Methods in org.hl7.fhir.r5.model with parameters of type AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Method Description AdverseEventAdverseEvent. addMitigatingAction(AdverseEvent.AdverseEventMitigatingActionComponent t)voidAdverseEvent.AdverseEventMitigatingActionComponent. copyValues(AdverseEvent.AdverseEventMitigatingActionComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type AdverseEvent.AdverseEventMitigatingActionComponent Modifier and Type Method Description AdverseEventAdverseEvent. setMitigatingAction(List<AdverseEvent.AdverseEventMitigatingActionComponent> theMitigatingAction)
-