byTagCodeDateFilter method
Implementation
DataSampleFilter byTagCodeDateFilter({
String? tagType = null,
String? tagCode = null,
String? codeType = null,
String? codeCode = null,
int? startValueDate = null,
int? endValueDate = null,
}) {
this._byTagCodeDateFilter = DataSampleByHcPartyTagCodeDateFilter(
tagType: tagType, tagCode: tagCode, codeType: codeType, codeCode: codeCode, startValueDate: startValueDate, endValueDate: endValueDate);
return this;
}