ContactByHcPartyTagCodeDateFilter constructor

ContactByHcPartyTagCodeDateFilter({
  1. String? desc,
  2. String? healthcarePartyId,
  3. String? tagType,
  4. String? tagCode,
  5. String? codeType,
  6. String? codeCode,
  7. int? startOfContactOpeningDate,
  8. int? endOfContactOpeningDate,
})

Implementation

ContactByHcPartyTagCodeDateFilter(
    {this.desc,
    this.healthcarePartyId,
    this.tagType,
    this.tagCode,
    this.codeType,
    this.codeCode,
    this.startOfContactOpeningDate,
    this.endOfContactOpeningDate});