示例#1
0
        public IEnumerable <Observation> GetVitalSignByPatientAndCode(string patientId, string code)
        {
            var observation = _observationManager.GetVitalSignByPatientAndCode(patientId, code);

            return(observation);
        }