ContactByHcPartyPatientTagCodeDateFilter constructor

ContactByHcPartyPatientTagCodeDateFilter({
  1. String? desc,
  2. String? healthcarePartyId,
  3. String? patientSecretForeignKey,
  4. List<String>? patientSecretForeignKeys,
  5. String? tagType,
  6. String? tagCode,
  7. String? codeType,
  8. String? codeCode,
  9. int? startServiceValueDate,
  10. int? endServiceValueDate,
})

Implementation

ContactByHcPartyPatientTagCodeDateFilter({this.desc,
  this.healthcarePartyId,
  this.patientSecretForeignKey,
  this.patientSecretForeignKeys,
  this.tagType,
  this.tagCode,
  this.codeType,
  this.codeCode,
  this.startServiceValueDate,
  this.endServiceValueDate});