107
// стомат услуги
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.siaRatio));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.siaMkbCode));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.siaUet));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.siaToothNumber));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.siaTreatmentStartDate));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipV002Profile));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipV021Speciality,
V021_SPECIALITY.siaId));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipWorker,
WORKER.sipSnils));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipWorker,
WORKER.siaFirstName));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipWorker,
WORKER.siaLastName));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipPerformedServicePost, POST.sipWorker,
WORKER.siaFatherName));
pc.Add(new Path(DOCTOR_VISIT.sicDoctorVisitServices,
AMBULANCE_SURGICAL_OPERATION.sipMedicalService, MEDICAL_SERVICE.siaCode));
this._builder.CollectRequiredAttributes(pc);