Example #1
0
        public RemoveObjectsRequest Build_Test01()
        {
            var item = new RemoveObjectsRequest
            {
                Id      = "urn:xdskit:com:c7ptmx37tfbcwy8ky7a",
                Comment = "Remove these documents",
                Query   = new AdhocQuery
                {
                    Id    = "urn:xdskit:com:c7ptmx37tfbcwy8ky7a",
                    Slots = new List <Slot>
                    {
                        new Slot
                        {
                            Name   = "$XDSDocumentEntryPatientId",
                            Values = new List <string> {
                                "st3498702^^^&1.3.6.1.4.1.21367.2005.3.7&ISO"
                            }
                        }
                    }
                },
                Objects = new List <ObjectRef>
                {
                    new ObjectRef {
                        Id = "urn:xdskit:com:c7ptmx37tfbcwy8ky7b"
                    },
                    new ObjectRef {
                        Id = "urn:xdskit:com:c7ptmx37tfbcwy8ky7c"
                    },
                    new ObjectRef {
                        Id = "urn:xdskit:com:c7ptmx37tfbcwy8ky7d"
                    },
                    new ObjectRef {
                        Id = "urn:xdskit:com:c7ptmx37tfbcwy8ky7e"
                    },
                }
            };

            return(item);
        }
Example #2
0
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action<NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action <NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Example #4
0
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action<NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action <NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public override void RemoveObjects(Google.ProtocolBuffers.IRpcController controller, RemoveObjectsRequest request, Action <bnet.protocol.NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Example #7
0
		public override void RemoveObjects(Google.ProtocolBuffers.IRpcController controller, RemoveObjectsRequest request, Action<bnet.protocol.NO_RESPONSE> done) {
			throw new NotImplementedException();
		}