toServiceByHcPartyTagCodeDateFilterDto method

ServiceByHcPartyTagCodeDateFilter toServiceByHcPartyTagCodeDateFilterDto()

Implementation

api.ServiceByHcPartyTagCodeDateFilter toServiceByHcPartyTagCodeDateFilterDto() =>
    api.ServiceByHcPartyTagCodeDateFilter(
        desc: this.description,
        healthcarePartyId: this.healthcarePartyId,
        patientSecretForeignKey: this.patientSecretForeignKey,
        tagType: this.tagType,
        tagCode: this.tagCode,
        codeType: this.codeType,
        codeCode: this.codeCode,
        startValueDate: this.startValueDate,
        endValueDate: this.endValueDate
    );