Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

update-strategy

Behavior

overwrite

Attributes extracted from new received objects replace current stored attributes in the BLOB field (=default for attributes on instance level)

overwrite-merge

Attributes extracted from new received objects replace current stored attributes in the BLOB field. Current stored attributes not contained by the new received attributes will remain in the BLOB field.

coerce

Stored attributes in the BLOB field extracted from the first received object of the entity will not be altered on receive of other objects of that entity with different attributes

coerce-merge

Stored attributes with non-empty value in the BLOB field will not be altered on received of other further objects of that entity with different attribute values. Attributes extracted from the new received objects not already contained or with an empty value in the BLOB field, will be added in the BLOB field (=default for attributes on patient/study/series level)

...