
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.Entity
Packages that use Provenance.Entity
-
Uses of Provenance.Entity in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Provenance.EntityModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Provenance.EntityMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Provenance.EntityModifier and TypeMethodDescriptionProvenance.addEntity(Provenance.Entity theValue) Adds a given new value for entity ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Provenance.EntityModifier and TypeMethodDescriptionProvenance.setEntity(List<Provenance.Entity> theValue) Sets the value(s) for entity ()