
Uses of Class
org.hl7.fhir.r5.openehr.PARTICIPATION
Packages that use PARTICIPATION
-
Uses of PARTICIPATION in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type PARTICIPATIONModifier and TypeFieldDescriptionprotected List
<PARTICIPATION> ENTRY.other_participationsList
Other participations at ENTRY level.protected List
<PARTICIPATION> EVENT_CONTEXT.participationsList
Parties involved in the healthcare event.Methods in org.hl7.fhir.r5.openehr that return PARTICIPATIONModifier and TypeMethodDescriptionENTRY.addOther_participations()
EVENT_CONTEXT.addParticipations()
PARTICIPATION.copy()
ENTRY.getOther_participationsFirstRep()
EVENT_CONTEXT.getParticipationsFirstRep()
protected PARTICIPATION
OpenehrJsonParser.parsePARTICIPATION
(com.google.gson.JsonObject json) protected PARTICIPATION
OpenehrXmlParser.parsePARTICIPATION
(org.xmlpull.v1.XmlPullParser xpp) PARTICIPATION.setFunction
(DV_TEXT value) PARTICIPATION.setMode
(DV_CODED_TEXT value) PARTICIPATION.setPerformer
(PARTY_PROXY value) PARTICIPATION.setTime
(DV_INTERVAL value) protected PARTICIPATION
PARTICIPATION.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type PARTICIPATIONModifier and TypeMethodDescriptionENTRY.getOther_participationsList()
EVENT_CONTEXT.getParticipationsList()
Methods in org.hl7.fhir.r5.openehr with parameters of type PARTICIPATIONModifier and TypeMethodDescriptionENTRY.addOther_participations
(PARTICIPATION t) EVENT_CONTEXT.addParticipations
(PARTICIPATION t) protected void
OpenehrJsonParser.composePARTICIPATION
(String name, PARTICIPATION element) protected void
OpenehrXmlParser.composePARTICIPATION
(String name, PARTICIPATION element) protected void
OpenehrXmlParser.composePARTICIPATIONElements
(PARTICIPATION element) protected void
OpenehrJsonParser.composePARTICIPATIONProperties
(PARTICIPATION element) void
PARTICIPATION.copyValues
(PARTICIPATION dst) protected boolean
OpenehrXmlParser.parsePARTICIPATIONContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTICIPATION res) protected void
OpenehrJsonParser.parsePARTICIPATIONProperties
(com.google.gson.JsonObject json, PARTICIPATION res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type PARTICIPATIONModifier and TypeMethodDescriptionENTRY.setOther_participationsList
(List<PARTICIPATION> theOther_participations) EVENT_CONTEXT.setParticipationsList
(List<PARTICIPATION> theParticipations)