Uses of Class
org.hl7.fhir.r5.model.Condition.ConditionParticipantComponent
-
Uses of Condition.ConditionParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Condition.ConditionParticipantComponent
JsonParser.parseConditionParticipantComponent
(com.google.gson.JsonObject json) protected Condition.ConditionParticipantComponent
XmlParser.parseConditionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<Condition.ConditionParticipantComponent> Condition.participant
Indicates who or what participated in the activities related to the condition and how they were involved.Modifier and TypeMethodDescriptionCondition.addParticipant()
Condition.ConditionParticipantComponent.copy()
Condition.getParticipantFirstRep()
Condition.ConditionParticipantComponent.setFunction
(CodeableConcept value) Modifier and TypeMethodDescriptionCondition.addParticipant
(Condition.ConditionParticipantComponent t) void
Condition.ConditionParticipantComponent.copyValues
(Condition.ConditionParticipantComponent dst) Modifier and TypeMethodDescriptionCondition.setParticipant
(List<Condition.ConditionParticipantComponent> theParticipant)