toHealthElementByHcPartyTagCodeFilterDto method

HealthElementByHcPartyTagCodeFilter toHealthElementByHcPartyTagCodeFilterDto()

Implementation

api.HealthElementByHcPartyTagCodeFilter toHealthElementByHcPartyTagCodeFilterDto() =>
    api.HealthElementByHcPartyTagCodeFilter(
        desc: this.description,
        healthcarePartyId: this.healthcarePartyId,
        codeType: this.codeType,
        codeCode: this.codeNumber,
        tagType: this.tagType,
        tagCode: this.tagCode,
        status: this.status
    );