コード例 #1
0
ファイル: FhirController.cs プロジェクト: sivaram-tg/spark
        public FhirResponse VRead(string type, string id, string vid)
        {
            Key key = Key.Create(type, id, vid);

            return(_fhirService.VersionRead(key));
        }