public IEnumerable <Observation> GetVitalSignByPatientAndCode(string patientId, string code) { var observation = _observationManager.GetVitalSignByPatientAndCode(patientId, code); return(observation); }