
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DetectedIssue.Mitigation
Packages that use DetectedIssue.Mitigation
-
Uses of DetectedIssue.Mitigation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DetectedIssue.MitigationModifier and TypeMethodDescriptionDetectedIssue.addMitigation()
Adds and returns a new value for mitigation ()DetectedIssue.getMitigationFirstRep()
Gets the first repetition for mitigation (), creating it if it does not already exist.DetectedIssue.Mitigation.setAction
(CodeableConceptDt theValue) Sets the value(s) for action ()DetectedIssue.Mitigation.setAuthor
(ResourceReferenceDt theValue) Sets the value(s) for author ()DetectedIssue.Mitigation.setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()DetectedIssue.Mitigation.setDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()DetectedIssue.Mitigation.setDateWithSecondsPrecision
(Date theDate) Sets the value for date ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DetectedIssue.MitigationModifier and TypeMethodDescriptionDetectedIssue.getMitigation()
Gets the value(s) for mitigation ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DetectedIssue.MitigationModifier and TypeMethodDescriptionDetectedIssue.addMitigation
(DetectedIssue.Mitigation theValue) Adds a given new value for mitigation ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DetectedIssue.MitigationModifier and TypeMethodDescriptionDetectedIssue.setMitigation
(List<DetectedIssue.Mitigation> theValue) Sets the value(s) for mitigation ()