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

            return(_fhirService.Document(key));
        }