示例#1
0
        // 6) select all scan types for patient
        public Tuple <LinkedList <int>, LinkedList <String> > getPatientScanTypes(int patientID)
        {
            Selection sr = new Selection(con);
            Tuple <LinkedList <int>, LinkedList <String> > patientScanTypes = sr.scanTypesForPatient(patientID);

            return(patientScanTypes);
        }
示例#2
0
        // 6) select all scan types for patient
        public Tuple<LinkedList<int>, LinkedList<String>> getPatientScanTypes(int patientID)
        {
            Selection sr = new Selection(con);
            Tuple<LinkedList<int>, LinkedList<String>> patientScanTypes = sr.scanTypesForPatient(patientID);

            return patientScanTypes;
        }