
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.StatusHistory
Packages that use Encounter.StatusHistory
-
Uses of Encounter.StatusHistory in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.StatusHistoryModifier and TypeMethodDescriptionEncounter.addStatusHistory()Adds and returns a new value for statusHistory ()Encounter.getStatusHistoryFirstRep()Gets the first repetition for statusHistory (), creating it if it does not already exist.Sets the value(s) for period ()Encounter.StatusHistory.setStatus(EncounterStateEnum theValue) Sets the value(s) for status ()Encounter.StatusHistory.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterStateEnum> theValue) Sets the value(s) for status ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Encounter.StatusHistoryModifier and TypeMethodDescriptionEncounter.getStatusHistory()Gets the value(s) for statusHistory ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.StatusHistoryModifier and TypeMethodDescriptionEncounter.addStatusHistory(Encounter.StatusHistory theValue) Adds a given new value for statusHistory ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Encounter.StatusHistoryModifier and TypeMethodDescriptionEncounter.setStatusHistory(List<Encounter.StatusHistory> theValue) Sets the value(s) for statusHistory ()