DataSampleByHcPartyTagCodeDateFilter constructor

DataSampleByHcPartyTagCodeDateFilter({
  1. String? description,
  2. String? healthcarePartyId,
  3. String? patientSecretForeignKey,
  4. String? tagType,
  5. String? tagCode,
  6. String? codeType,
  7. String? codeCode,
  8. int? startValueDate,
  9. int? endValueDate,
})

Implementation

DataSampleByHcPartyTagCodeDateFilter(
    {this.description,
    this.healthcarePartyId,
    this.patientSecretForeignKey,
    this.tagType,
    this.tagCode,
    this.codeType,
    this.codeCode,
    this.startValueDate,
    this.endValueDate});