示例#1
0
        // 7) select all timestamps for patient scan type
        public Tuple <LinkedList <int>, LinkedList <DateTime> > getScanTimestamps(int scanTypeID)
        {
            Selection sr = new Selection(con);
            Tuple <LinkedList <int>, LinkedList <DateTime> > timestamps = sr.timestampsForPatient(scanTypeID);

            return(timestamps);
        }
示例#2
0
        // 7) select all timestamps for patient scan type
        public Tuple<LinkedList<int>, LinkedList<DateTime>> getScanTimestamps(int scanTypeID)
        {
            Selection sr = new Selection(con);
            Tuple<LinkedList<int>, LinkedList<DateTime>> timestamps = sr.timestampsForPatient(scanTypeID);

            return timestamps;
        }