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

            return(_fhirService.ValidateOperation(key, resource));
        }
コード例 #2
0
        public FhirResponse Validate(string type, string id, Resource resource)
        {
            Key key = Key.Create(type, id);

            return(_fhirService.ValidateOperation(key, resource));
        }