DataSample constructor
DataSample({
- String? id,
- String? transactionId,
- List<
Identifier> identifiers = const [], - String? batchId,
- Set<
String> healthcareElementsIds = const {}, - Set<
String> canvasesIds = const {}, - int? index,
- Map<
String, Content> content = const {}, - int? valueDate,
- int? openingDate,
- int? closingDate,
- int? created,
- int? modified,
- int? endOfLife,
- String? author,
- String? responsible,
- String? comment,
- Map<
String, Map< qualifiedLinks = const {},String, String> > - Set<
CodingReference> codes = const {}, - Set<
CodingReference> labels = const {},
Returns a new DataSample instance.
Implementation
DataSample({
this.id,
this.transactionId,
this.identifiers = const [],
this.batchId,
this.healthcareElementsIds = const {},
this.canvasesIds = const {},
this.index,
this.content = const {},
this.valueDate,
this.openingDate,
this.closingDate,
this.created,
this.modified,
this.endOfLife,
this.author,
this.responsible,
this.comment,
this.qualifiedLinks = const {},
this.codes = const {},
this.labels = const {},
});