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

            return(_fhirService.VersionRead(key));
        }