Esempio n. 1
0
        public FhirResponse Everything(string type, string id = null)
        {
            Key key = Key.Create(type, id);

            return(_fhirService.Everything(key));
        }