Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterParticipantComponent
-
Packages that use Encounter.EncounterParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.EncounterParticipantComponent Modifier and Type Method Description protected Encounter.EncounterParticipantComponentJsonParser. parseEncounterEncounterParticipantComponent(com.google.gson.JsonObject json, Encounter owner)protected Encounter.EncounterParticipantComponentXmlParser. parseEncounterEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) -
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.EncounterParticipantComponent Modifier and Type Field Description protected List<Encounter.EncounterParticipantComponent>Encounter. participantThe list of people responsible for providing the service.Methods in org.hl7.fhir.r4.model that return Encounter.EncounterParticipantComponent Modifier and Type Method Description Encounter.EncounterParticipantComponentEncounter. addParticipant()Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. addType(CodeableConcept t)Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. copy()Encounter.EncounterParticipantComponentEncounter. getParticipantFirstRep()Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. setIndividual(Reference value)Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. setIndividualTarget(Resource value)Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. setPeriod(Period value)Encounter.EncounterParticipantComponentEncounter.EncounterParticipantComponent. setType(List<CodeableConcept> theType)Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.EncounterParticipantComponent Modifier and Type Method Description List<Encounter.EncounterParticipantComponent>Encounter. getParticipant()Methods in org.hl7.fhir.r4.model with parameters of type Encounter.EncounterParticipantComponent Modifier and Type Method Description EncounterEncounter. addParticipant(Encounter.EncounterParticipantComponent t)voidEncounter.EncounterParticipantComponent. copyValues(Encounter.EncounterParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.EncounterParticipantComponent Modifier and Type Method Description EncounterEncounter. setParticipant(List<Encounter.EncounterParticipantComponent> theParticipant)
-