
Uses of Class
org.hl7.fhir.dstu3.model.Encounter.EncounterParticipantComponent
Packages that use Encounter.EncounterParticipantComponent
- 
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.dstu3.formatsMethods in org.hl7.fhir.dstu3.formats that return Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionprotected Encounter.EncounterParticipantComponentJsonParser.parseEncounterEncounterParticipantComponent(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterParticipantComponentXmlParser.parseEncounterEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) protected voidRdfParser.composeEncounterEncounterParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterParticipantComponent element, int index) protected voidXmlParser.composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) protected voidXmlParser.composeEncounterEncounterParticipantComponentElements(Encounter.EncounterParticipantComponent element) protected voidJsonParser.composeEncounterEncounterParticipantComponentInner(Encounter.EncounterParticipantComponent element) protected booleanXmlParser.parseEncounterEncounterParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterParticipantComponent res) protected voidJsonParser.parseEncounterEncounterParticipantComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterParticipantComponent res) 
- 
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.model with type parameters of type Encounter.EncounterParticipantComponentModifier and TypeFieldDescriptionprotected List<Encounter.EncounterParticipantComponent> Encounter.participantThe list of people responsible for providing the service.Methods in org.hl7.fhir.dstu3.model that return Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant()Encounter.EncounterParticipantComponent.addType(CodeableConcept t) Encounter.EncounterParticipantComponent.copy()Encounter.getParticipantFirstRep()Encounter.EncounterParticipantComponent.setIndividual(Reference value) Encounter.EncounterParticipantComponent.setIndividualTarget(Resource value) Encounter.EncounterParticipantComponent.setType(List<CodeableConcept> theType) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Encounter.EncounterParticipantComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant(Encounter.EncounterParticipantComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.setParticipant(List<Encounter.EncounterParticipantComponent> theParticipant)