EncryptedFieldsConfiguration constructor
const
EncryptedFieldsConfiguration({
- Set<
String> accessLog = const {"detail", "objectId"}, - Set<
String> calendarItem = const {"descr", "notes[].markdown"}, - Set<
String> contact = const {"descr", "notes[].markdown"}, - Set<
String> service = const {"notes[].markdown"}, - Set<
String> healthElement = const {"descr", "note", "notes[].markdown"}, - Set<
String> maintenanceTask = const {"properties"}, - Set<
String> patient = const {"note", "notes[].markdown"}, - Set<
String> message = const {"subject"}, - Set<
String> topic = const {"description", "linkedServices", "linkedHealthElements"}, - Set<
String> document = const {}, - Set<
String> form = const {}, - Set<
String> receipt = const {}, - Set<
String> classification = const {}, - Set<
String> timeTable = const {}, - Set<
String> invoice = const {},
Implementation
const EncryptedFieldsConfiguration({
this.accessLog = const {"detail", "objectId"},
this.calendarItem = const {"descr", "notes[].markdown"},
this.contact = const {"descr", "notes[].markdown"},
this.service = const {"notes[].markdown"},
this.healthElement = const {"descr", "note", "notes[].markdown"},
this.maintenanceTask = const {"properties"},
this.patient = const {"note", "notes[].markdown"},
this.message = const {"subject"},
this.topic = const {"description", "linkedServices", "linkedHealthElements"},
this.document = const {},
this.form = const {},
this.receipt = const {},
this.classification = const {},
this.timeTable = const {},
this.invoice = const {}
});