
Uses of Class
org.hl7.fhir.r5.model.Observation.ObservationTriggeredByComponent
Packages that use Observation.ObservationTriggeredByComponent
-
Uses of Observation.ObservationTriggeredByComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Observation.ObservationTriggeredByComponentModifier and TypeMethodDescriptionJsonParser.parseObservationTriggeredByComponent
(com.google.gson.JsonObject json) XmlParser.parseObservationTriggeredByComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Observation.ObservationTriggeredByComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeObservationTriggeredByComponent
(String name, Observation.ObservationTriggeredByComponent element) protected void
RdfParser.composeObservationTriggeredByComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Observation.ObservationTriggeredByComponent element, int index) protected void
XmlParser.composeObservationTriggeredByComponent
(String name, Observation.ObservationTriggeredByComponent element) protected void
XmlParser.composeObservationTriggeredByComponentElements
(Observation.ObservationTriggeredByComponent element) protected void
JsonParser.composeObservationTriggeredByComponentProperties
(Observation.ObservationTriggeredByComponent element) protected boolean
XmlParser.parseObservationTriggeredByComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation.ObservationTriggeredByComponent res) protected void
JsonParser.parseObservationTriggeredByComponentProperties
(com.google.gson.JsonObject json, Observation.ObservationTriggeredByComponent res) -
Uses of Observation.ObservationTriggeredByComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Observation.ObservationTriggeredByComponentModifier and TypeFieldDescriptionprotected List
<Observation.ObservationTriggeredByComponent> Observation.triggeredBy
Identifies the observation(s) that triggered the performance of this observation.Methods in org.hl7.fhir.r5.model that return Observation.ObservationTriggeredByComponentModifier and TypeMethodDescriptionObservation.addTriggeredBy()
Observation.ObservationTriggeredByComponent.copy()
Observation.getTriggeredByFirstRep()
Observation.ObservationTriggeredByComponent.setObservation
(Reference value) Observation.ObservationTriggeredByComponent.setReasonElement
(StringType value) Observation.ObservationTriggeredByComponent.setType
(Observation.TriggeredBytype value) Observation.ObservationTriggeredByComponent.setTypeElement
(Enumeration<Observation.TriggeredBytype> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Observation.ObservationTriggeredByComponentMethods in org.hl7.fhir.r5.model with parameters of type Observation.ObservationTriggeredByComponentModifier and TypeMethodDescriptionObservation.addTriggeredBy
(Observation.ObservationTriggeredByComponent t) void
Observation.ObservationTriggeredByComponent.copyValues
(Observation.ObservationTriggeredByComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Observation.ObservationTriggeredByComponentModifier and TypeMethodDescriptionObservation.setTriggeredBy
(List<Observation.ObservationTriggeredByComponent> theTriggeredBy)