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