Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.StatusHistory
-
Packages that use Encounter.StatusHistory Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Encounter.StatusHistory in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.StatusHistory Modifier and Type Method Description Encounter.StatusHistoryEncounter. addStatusHistory()Adds and returns a new value for statusHistory ()Encounter.StatusHistoryEncounter. getStatusHistoryFirstRep()Gets the first repetition for statusHistory (), creating it if it does not already exist.Encounter.StatusHistoryEncounter.StatusHistory. setPeriod(PeriodDt theValue)Sets the value(s) for period ()Encounter.StatusHistoryEncounter.StatusHistory. setStatus(EncounterStateEnum theValue)Sets the value(s) for status ()Encounter.StatusHistoryEncounter.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.StatusHistory Modifier and Type Method Description List<Encounter.StatusHistory>Encounter. getStatusHistory()Gets the value(s) for statusHistory ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.StatusHistory Modifier and Type Method Description EncounterEncounter. 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.StatusHistory Modifier and Type Method Description EncounterEncounter. setStatusHistory(List<Encounter.StatusHistory> theValue)Sets the value(s) for statusHistory ()
-