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

            return(service.VersionRead(key));
        }