
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 voidJsonParser.composeObservationTriggeredByComponent(String name, Observation.ObservationTriggeredByComponent element) protected voidRdfParser.composeObservationTriggeredByComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Observation.ObservationTriggeredByComponent element, int index) protected voidXmlParser.composeObservationTriggeredByComponent(String name, Observation.ObservationTriggeredByComponent element) protected voidXmlParser.composeObservationTriggeredByComponentElements(Observation.ObservationTriggeredByComponent element) protected voidJsonParser.composeObservationTriggeredByComponentProperties(Observation.ObservationTriggeredByComponent element) protected booleanXmlParser.parseObservationTriggeredByComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation.ObservationTriggeredByComponent res) protected voidJsonParser.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.triggeredByIdentifies 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) voidObservation.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)