Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.Participant
-
Uses of Encounter.Participant in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionEncounter.getParticipant()
Gets the value(s) for participant ().Modifier and TypeMethodDescriptionEncounter.addParticipant
(Encounter.Participant theValue) Adds a given new value for participant ()Modifier and TypeMethodDescriptionEncounter.setParticipant
(List<Encounter.Participant> theValue) Sets the value(s) for participant ()