Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Event
-
Packages that use Composition.Event Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Composition.Event in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Composition.Event Modifier and Type Method Description Composition.EventComposition.Event. addCode(CodeableConceptDt theValue)Adds a given new value for code ()Composition.EventComposition. addEvent()Adds and returns a new value for event ()Composition.EventComposition. getEventFirstRep()Gets the first repetition for event (), creating it if it does not already exist.Composition.EventComposition.Event. setCode(List<CodeableConceptDt> theValue)Sets the value(s) for code ()Composition.EventComposition.Event. setDetail(List<ResourceReferenceDt> theValue)Sets the value(s) for detail ()Composition.EventComposition.Event. setPeriod(PeriodDt theValue)Sets the value(s) for period ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Composition.Event Modifier and Type Method Description List<Composition.Event>Composition. getEvent()Gets the value(s) for event ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Composition.Event Modifier and Type Method Description CompositionComposition. addEvent(Composition.Event theValue)Adds a given new value for event ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Composition.Event Modifier and Type Method Description CompositionComposition. setEvent(List<Composition.Event> theValue)Sets the value(s) for event ()
-