Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Event
-
Uses of Composition.Event in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionComposition.addEvent
(Composition.Event theValue) Adds a given new value for event ()Modifier and TypeMethodDescriptionComposition.setEvent
(List<Composition.Event> theValue) Sets the value(s) for event ()