HealthElementByHcPartyTagCodeFilter constructor

HealthElementByHcPartyTagCodeFilter({
  1. String? desc,
  2. String? healthcarePartyId,
  3. String? codeType,
  4. String? codeCode,
  5. String? tagType,
  6. String? tagCode,
  7. int? status,
})

Implementation

HealthElementByHcPartyTagCodeFilter({this.desc, this.healthcarePartyId, this.codeType, this.codeCode, this.tagType, this.tagCode, this.status});