Attribute Update Policy - amsalama/dcm4chee-arc-light GitHub Wiki

Below values and their descriptions indicate the behaviour of update policy for already extracted attributes (into the DB), applicable

Enumerated values :

  • SUPPLEMENT : The attributes will be overwritten. Any extra attributes with not null values will be added.

  • MERGE : The attributes will be overwritten. Any attributes with not null values, shall not be overwritten by attributes with null values.

  • OVERWRITE : The attributes will be overwritten. Any attributes with not null values, shall be overwritten by attributes with null values.

  • REPLACE : The attributes will be completely overwritten.

  • PRESERVE : The attributes will be preserved. Any extra attributes will be nullified.

⚠️ **GitHub.com Fallback** ⚠️