
Uses of Class
org.hl7.fhir.r5.model.Condition.ConditionParticipantComponent
Packages that use Condition.ConditionParticipantComponent
-
Uses of Condition.ConditionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Condition.ConditionParticipantComponentModifier and TypeMethodDescriptionprotected Condition.ConditionParticipantComponent
JsonParser.parseConditionParticipantComponent
(com.google.gson.JsonObject json) protected Condition.ConditionParticipantComponent
XmlParser.parseConditionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Condition.ConditionParticipantComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeConditionParticipantComponent
(String name, Condition.ConditionParticipantComponent element) protected void
RdfParser.composeConditionParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Condition.ConditionParticipantComponent element, int index) protected void
XmlParser.composeConditionParticipantComponent
(String name, Condition.ConditionParticipantComponent element) protected void
XmlParser.composeConditionParticipantComponentElements
(Condition.ConditionParticipantComponent element) protected void
JsonParser.composeConditionParticipantComponentProperties
(Condition.ConditionParticipantComponent element) protected boolean
XmlParser.parseConditionParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition.ConditionParticipantComponent res) protected void
JsonParser.parseConditionParticipantComponentProperties
(com.google.gson.JsonObject json, Condition.ConditionParticipantComponent res) -
Uses of Condition.ConditionParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Condition.ConditionParticipantComponentModifier and TypeFieldDescriptionprotected List
<Condition.ConditionParticipantComponent> Condition.participant
Indicates who or what participated in the activities related to the condition and how they were involved.Methods in org.hl7.fhir.r5.model that return Condition.ConditionParticipantComponentModifier and TypeMethodDescriptionCondition.addParticipant()
Condition.ConditionParticipantComponent.copy()
Condition.getParticipantFirstRep()
Condition.ConditionParticipantComponent.setFunction
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Condition.ConditionParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type Condition.ConditionParticipantComponentModifier and TypeMethodDescriptionCondition.addParticipant
(Condition.ConditionParticipantComponent t) void
Condition.ConditionParticipantComponent.copyValues
(Condition.ConditionParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Condition.ConditionParticipantComponentModifier and TypeMethodDescriptionCondition.setParticipant
(List<Condition.ConditionParticipantComponent> theParticipant)