Uses of Class
ca.uhn.fhir.model.dstu2.resource.DetectedIssue.Mitigation
-
Uses of DetectedIssue.Mitigation in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionDetectedIssue.getMitigation()
Gets the value(s) for mitigation ().Modifier and TypeMethodDescriptionDetectedIssue.addMitigation
(DetectedIssue.Mitigation theValue) Adds a given new value for mitigation ()Modifier and TypeMethodDescriptionDetectedIssue.setMitigation
(List<DetectedIssue.Mitigation> theValue) Sets the value(s) for mitigation ()