예제 #1
0
        public FhirResponse ConditionalDelete(string type)
        {
            Key key = Key.Create(type);

            return(_fhirService.ConditionalDelete(key, Request.TupledParameters()));
        }
예제 #2
0
        public ServerFhirResponse ConditionalDelete(string type)
        {
            Key key = Key.Create(type);

            return(fhirService.ConditionalDelete(key, HttpHeaderUtil.TupledParameters(Request)));
        }