Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance
Packages that use Provenance
-
Uses of Provenance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProvenanceModifier and TypeMethodDescriptionProvenance.addAgent(Provenance.Agent theValue)Adds a given new value for agent (who)Provenance.addEntity(Provenance.Entity theValue)Adds a given new value for entity ()Provenance.addPolicy(ca.uhn.fhir.model.primitive.UriDt theValue)Adds a given new value for policy ()Adds a new value for policy ()Provenance.addReason(CodeableConceptDt theValue)Adds a given new value for reason (why)Provenance.addSignature(SignatureDt theValue)Adds a given new value for signature ()Provenance.setActivity(CodeableConceptDt theValue)Sets the value(s) for activity (why)Provenance.setAgent(List<Provenance.Agent> theValue)Sets the value(s) for agent (who)Provenance.setEntity(List<Provenance.Entity> theValue)Sets the value(s) for entity ()Provenance.setLocation(ResourceReferenceDt theValue)Sets the value(s) for location (where)Sets the value(s) for period (when.done)Sets the value(s) for policy ()Provenance.setReason(List<CodeableConceptDt> theValue)Sets the value(s) for reason (why)Provenance.setRecorded(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for recorded (when.recorded)Provenance.setRecorded(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for recorded (when.recorded)Provenance.setRecordedWithMillisPrecision(Date theDate)Sets the value for recorded (when.recorded)Provenance.setSignature(List<SignatureDt> theValue)Sets the value(s) for signature ()Provenance.setTarget(List<ResourceReferenceDt> theValue)Sets the value(s) for target (what)