Uses of Class
org.hl7.fhir.r5.model.RequestGroup.RequestGroupActionParticipantComponent
-
Packages that use RequestGroup.RequestGroupActionParticipantComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of RequestGroup.RequestGroupActionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestGroup.RequestGroupActionParticipantComponent Modifier and Type Method Description protected RequestGroup.RequestGroupActionParticipantComponentJsonParser. parseRequestGroupActionParticipantComponent(com.google.gson.JsonObject json)protected RequestGroup.RequestGroupActionParticipantComponentXmlParser. parseRequestGroupActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of RequestGroup.RequestGroupActionParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestGroup.RequestGroupActionParticipantComponent Modifier and Type Field Description protected List<RequestGroup.RequestGroupActionParticipantComponent>RequestGroup.RequestGroupActionComponent. participantThe participant that should perform or be responsible for this action.Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestGroup.RequestGroupActionParticipantComponent Modifier and Type Method Description List<RequestGroup.RequestGroupActionParticipantComponent>RequestGroup.RequestGroupActionComponent. getParticipant()Methods in org.hl7.fhir.r5.model with parameters of type RequestGroup.RequestGroupActionParticipantComponent Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.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.RequestGroupActionParticipantComponent Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setParticipant(List<RequestGroup.RequestGroupActionParticipantComponent> theParticipant)
-