
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Event
Packages that use Composition.Event
-
Uses of Composition.Event in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Composition.EventModifier and TypeMethodDescriptionComposition.Event.addCode(CodeableConceptDt theValue) Adds a given new value for code ()Composition.addEvent()Adds and returns a new value for event ()Composition.getEventFirstRep()Gets the first repetition for event (), creating it if it does not already exist.Composition.Event.setCode(List<CodeableConceptDt> theValue) Sets the value(s) for code ()Composition.Event.setDetail(List<ResourceReferenceDt> theValue) Sets the value(s) for detail ()Sets the value(s) for period ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Composition.EventMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Composition.EventModifier and TypeMethodDescriptionComposition.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.EventModifier and TypeMethodDescriptionComposition.setEvent(List<Composition.Event> theValue) Sets the value(s) for event ()