
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.Entity
Package | Description |
---|---|
ca.uhn.fhir.model.dstu2.resource |
-
Uses of Provenance.Entity in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Provenance.Entity Modifier and Type Method Description Provenance.Entity
Provenance. addEntity()
Adds and returns a new value for entity ()Provenance.Entity
Provenance. getEntityFirstRep()
Gets the first repetition for entity (), creating it if it does not already exist.Provenance.Entity
Provenance.Entity. setAgent(Provenance.Agent theValue)
Sets the value(s) for agent ()Provenance.Entity
Provenance.Entity. setDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for display ()Provenance.Entity
Provenance.Entity. setDisplay(String theString)
Sets the value for display ()Provenance.Entity
Provenance.Entity. setReference(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for reference ()Provenance.Entity
Provenance.Entity. setReference(String theUri)
Sets the value for reference ()Provenance.Entity
Provenance.Entity. setRole(ProvenanceEntityRoleEnum theValue)
Sets the value(s) for role ()Provenance.Entity
Provenance.Entity. setRole(ca.uhn.fhir.model.primitive.BoundCodeDt<ProvenanceEntityRoleEnum> theValue)
Sets the value(s) for role ()Provenance.Entity
Provenance.Entity. setType(CodingDt theValue)
Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Provenance.Entity Modifier and Type Method Description List<Provenance.Entity>
Provenance. getEntity()
Gets the value(s) for entity ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Provenance.Entity Modifier and Type Method Description Provenance
Provenance. 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.Entity Modifier and Type Method Description Provenance
Provenance. setEntity(List<Provenance.Entity> theValue)
Sets the value(s) for entity ()