
Uses of Class
org.hl7.fhir.r5.openehr.PARTICIPATION
Packages that use PARTICIPATION
- 
Uses of PARTICIPATION in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type PARTICIPATIONModifier and TypeFieldDescriptionprotected List<PARTICIPATION> ENTRY.other_participationsListOther participations at ENTRY level.protected List<PARTICIPATION> EVENT_CONTEXT.participationsListParties 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 PARTICIPATIONOpenehrJsonParser.parsePARTICIPATION(com.google.gson.JsonObject json) protected PARTICIPATIONOpenehrXmlParser.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 PARTICIPATIONPARTICIPATION.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 voidOpenehrJsonParser.composePARTICIPATION(String name, PARTICIPATION element) protected voidOpenehrXmlParser.composePARTICIPATION(String name, PARTICIPATION element) protected voidOpenehrXmlParser.composePARTICIPATIONElements(PARTICIPATION element) protected voidOpenehrJsonParser.composePARTICIPATIONProperties(PARTICIPATION element) voidPARTICIPATION.copyValues(PARTICIPATION dst) protected booleanOpenehrXmlParser.parsePARTICIPATIONContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTICIPATION res) protected voidOpenehrJsonParser.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)