Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.Entity
-
Uses of Provenance.Entity in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionProvenance.addEntity()
Adds and returns a new value for entity ()Provenance.getEntityFirstRep()
Gets the first repetition for entity (), creating it if it does not already exist.Provenance.Entity.setAgent
(Provenance.Agent theValue) Sets the value(s) for agent ()Provenance.Entity.setDisplay
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for display ()Provenance.Entity.setDisplay
(String theString) Sets the value for display ()Provenance.Entity.setReference
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for reference ()Provenance.Entity.setReference
(String theUri) Sets the value for reference ()Provenance.Entity.setRole
(ProvenanceEntityRoleEnum theValue) Sets the value(s) for role ()Provenance.Entity.setRole
(ca.uhn.fhir.model.primitive.BoundCodeDt<ProvenanceEntityRoleEnum> theValue) Sets the value(s) for role ()Sets the value(s) for type ()Modifier and TypeMethodDescriptionProvenance.addEntity
(Provenance.Entity theValue) Adds a given new value for entity ()Modifier and TypeMethodDescriptionProvenance.setEntity
(List<Provenance.Entity> theValue) Sets the value(s) for entity ()