Uses of Class
org.hl7.fhir.r5.model.RequestGroup.RequestGroupActionParticipantComponent
Packages that use RequestGroup.RequestGroupActionParticipantComponent
-
Uses of RequestGroup.RequestGroupActionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestGroup.RequestGroupActionParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseRequestGroupActionParticipantComponent(com.google.gson.JsonObject json)XmlParser.parseRequestGroupActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type RequestGroup.RequestGroupActionParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestGroupActionParticipantComponent(String name, RequestGroup.RequestGroupActionParticipantComponent element)protected voidRdfParser.composeRequestGroupActionParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestGroup.RequestGroupActionParticipantComponent element, int index)protected voidXmlParser.composeRequestGroupActionParticipantComponent(String name, RequestGroup.RequestGroupActionParticipantComponent element)protected voidXmlParser.composeRequestGroupActionParticipantComponentElements(RequestGroup.RequestGroupActionParticipantComponent element)protected voidJsonParser.composeRequestGroupActionParticipantComponentProperties(RequestGroup.RequestGroupActionParticipantComponent element)protected booleanXmlParser.parseRequestGroupActionParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup.RequestGroupActionParticipantComponent res)protected voidJsonParser.parseRequestGroupActionParticipantComponentProperties(com.google.gson.JsonObject json, RequestGroup.RequestGroupActionParticipantComponent res) -
Uses of RequestGroup.RequestGroupActionParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestGroup.RequestGroupActionParticipantComponentModifier and TypeFieldDescriptionRequestGroup.RequestGroupActionComponent.participantThe participant that should perform or be responsible for this action.Methods in org.hl7.fhir.r5.model that return RequestGroup.RequestGroupActionParticipantComponentModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.addParticipant()RequestGroup.RequestGroupActionParticipantComponent.copy()RequestGroup.RequestGroupActionComponent.getParticipantFirstRep()RequestGroup.RequestGroupActionParticipantComponent.setFunction(CodeableConcept value)RequestGroup.RequestGroupActionParticipantComponent.setRole(CodeableConcept value)RequestGroup.RequestGroupActionParticipantComponent.setType(Enumerations.ActionParticipantType value)RequestGroup.RequestGroupActionParticipantComponent.setTypeElement(Enumeration<Enumerations.ActionParticipantType> value)RequestGroup.RequestGroupActionParticipantComponent.setTypeReference(Reference value)Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestGroup.RequestGroupActionParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type RequestGroup.RequestGroupActionParticipantComponentModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.addParticipant(RequestGroup.RequestGroupActionParticipantComponent t)voidRequestGroup.RequestGroupActionParticipantComponent.copyValues(RequestGroup.RequestGroupActionParticipantComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestGroup.RequestGroupActionParticipantComponentModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setParticipant(List<RequestGroup.RequestGroupActionParticipantComponent> theParticipant)