TrackedEntityInstanceService

Constructors

Link copied to clipboard
constructor(trackedEntityAttributeRepository: TrackedEntityAttributeCollectionRepository, trackedEntityAttributeValueRepository: TrackedEntityAttributeValueCollectionRepository, programTrackedEntityAttributeRepository: ProgramTrackedEntityAttributeCollectionRepository, fileResourceCollectionRepository: FileResourceCollectionRepository)

Functions

Link copied to clipboard
open fun blockingInheritAttributes(fromTeiUid: String, toTeiUid: String, programUid: String): Unit
Inherit the tracked entity attribute values from one TEI to another.
Link copied to clipboard
open fun inheritAttributes(fromTeiUid: String, toTeiUid: String, programUid: String): Single<Unit>
Inherit the tracked entity attribute values from one TEI to another.