Encounter |
Encounter.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
Encounter |
Encounter.addLocation(Encounter.Location theValue) |
Adds a given new value for location ()
|
Encounter |
Encounter.addParticipant(Encounter.Participant theValue) |
Adds a given new value for participant ()
|
Encounter |
Encounter.addReason(CodeableConceptDt theValue) |
Adds a given new value for reason (why)
|
Encounter |
Encounter.addStatusHistory(Encounter.StatusHistory theValue) |
Adds a given new value for statusHistory ()
|
Encounter |
Encounter.addType(CodeableConceptDt theValue) |
Adds a given new value for type (class)
|
Encounter |
Encounter.setAppointment(ResourceReferenceDt theValue) |
Sets the value(s) for appointment ()
|
Encounter |
Encounter.setClassElement(EncounterClassEnum theValue) |
Sets the value(s) for class (class)
|
Encounter |
Encounter.setClassElement(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterClassEnum> theValue) |
Sets the value(s) for class (class)
|
Encounter |
Encounter.setEpisodeOfCare(List<ResourceReferenceDt> theValue) |
Sets the value(s) for episodeOfCare (context)
|
Encounter |
Encounter.setHospitalization(Encounter.Hospitalization theValue) |
Sets the value(s) for hospitalization ()
|
Encounter |
Encounter.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
Encounter |
Encounter.setIncomingReferral(List<ResourceReferenceDt> theValue) |
Sets the value(s) for incomingReferral ()
|
Encounter |
Encounter.setIndication(List<ResourceReferenceDt> theValue) |
Sets the value(s) for indication (why)
|
Encounter |
Encounter.setLength(DurationDt theValue) |
Sets the value(s) for length ()
|
Encounter |
Encounter.setLocation(List<Encounter.Location> theValue) |
Sets the value(s) for location ()
|
Encounter |
Encounter.setParticipant(List<Encounter.Participant> theValue) |
Sets the value(s) for participant ()
|
Encounter |
Encounter.setPartOf(ResourceReferenceDt theValue) |
Sets the value(s) for partOf ()
|
Encounter |
Encounter.setPatient(ResourceReferenceDt theValue) |
Sets the value(s) for patient (who.focus)
|
Encounter |
Encounter.setPeriod(PeriodDt theValue) |
Sets the value(s) for period (when.done)
|
Encounter |
Encounter.setPriority(CodeableConceptDt theValue) |
Sets the value(s) for priority (grade)
|
Encounter |
Encounter.setReason(List<CodeableConceptDt> theValue) |
Sets the value(s) for reason (why)
|
Encounter |
Encounter.setServiceProvider(ResourceReferenceDt theValue) |
Sets the value(s) for serviceProvider ()
|
Encounter |
Encounter.setStatus(EncounterStateEnum theValue) |
Sets the value(s) for status (status)
|
Encounter |
Encounter.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterStateEnum> theValue) |
Sets the value(s) for status (status)
|
Encounter |
Encounter.setStatusHistory(List<Encounter.StatusHistory> theValue) |
Sets the value(s) for statusHistory ()
|
Encounter |
Encounter.setType(List<CodeableConceptDt> theValue) |
Sets the value(s) for type (class)
|