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

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

            return(DwhManifest.Create(patientProfiles));
        }