Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.Participant
-
Packages that use Encounter.Participant Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Encounter.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.Participant Modifier and Type Method Description Encounter.ParticipantEncounter. addParticipant()Adds and returns a new value for participant ()Encounter.ParticipantEncounter. getParticipantFirstRep()Gets the first repetition for participant (), creating it if it does not already exist.Encounter.ParticipantEncounter.Participant. setIndividual(ResourceReferenceDt theValue)Sets the value(s) for individual (who)Encounter.ParticipantEncounter.Participant. setPeriod(PeriodDt theValue)Sets the value(s) for period ()Encounter.ParticipantEncounter.Participant. setType(ParticipantTypeEnum theValue)Sets the value(s), and clears any existing value(s) for type ()Encounter.ParticipantEncounter.Participant. setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Encounter.Participant Modifier and Type Method Description List<Encounter.Participant>Encounter. getParticipant()Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.Participant Modifier and Type Method Description EncounterEncounter. addParticipant(Encounter.Participant theValue)Adds a given new value for participant ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Encounter.Participant Modifier and Type Method Description EncounterEncounter. setParticipant(List<Encounter.Participant> theValue)Sets the value(s) for participant ()
-