Exemple #1
0
        public IEnumerable <DwhManifest> Generate(EmrDto emrSetup)
        {
            var sites           = _reader.GetSites();
            var patientProfiles = _reader.GetSitePatientProfiles();

            return(DwhManifest.Create(patientProfiles, emrSetup, sites));
        }
Exemple #2
0
        public IEnumerable <DwhManifest> Generate()
        {
            var patientProfiles = _reader.ReadProfiles();

            return(DwhManifest.Create(patientProfiles));
        }