Uses of Class
org.hl7.fhir.dstu3.model.DetectedIssue
-
Packages that use DetectedIssue Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DetectedIssue in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DetectedIssue Modifier and Type Method Description protected DetectedIssueJsonParser. parseDetectedIssue(com.google.gson.JsonObject json)protected DetectedIssueXmlParser. parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DetectedIssue in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DetectedIssue Modifier and Type Field Description protected List<DetectedIssue>MedicationDispense. detectedIssueTargetThe actual objects that are the target of the reference (Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.protected List<DetectedIssue>MedicationRequest. detectedIssueTargetThe actual objects that are the target of the reference (Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DetectedIssue Modifier and Type Method Description List<DetectedIssue>MedicationDispense. getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DetectedIssue>MedicationRequest. getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) instead
-