
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.Participant
Packages that use Encounter.Participant
-
Uses of Encounter.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.ParticipantModifier and TypeMethodDescriptionEncounter.addParticipant()
Adds and returns a new value for participant ()Encounter.getParticipantFirstRep()
Gets the first repetition for participant (), creating it if it does not already exist.Encounter.Participant.setIndividual
(ResourceReferenceDt theValue) Sets the value(s) for individual (who)Sets the value(s) for period ()Encounter.Participant.setType
(ParticipantTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()Encounter.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.ParticipantModifier and TypeMethodDescriptionEncounter.getParticipant()
Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.ParticipantModifier and TypeMethodDescriptionEncounter.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.ParticipantModifier and TypeMethodDescriptionEncounter.setParticipant
(List<Encounter.Participant> theValue) Sets the value(s) for participant ()