Пример #1
0
 public MARC.IHE.Xds.Registry.AdhocQueryResponse DocumentRegistry_RegistryStoredQuery(MARC.IHE.Xds.Registry.AdhocQueryRequest AdhocQueryRequest)
 {
     MARC.IHE.Xds.Registry.DocumentRegistry_RegistryStoredQueryRequest inValue = new MARC.IHE.Xds.Registry.DocumentRegistry_RegistryStoredQueryRequest();
     inValue.AdhocQueryRequest = AdhocQueryRequest;
     MARC.IHE.Xds.Registry.DocumentRegistry_RegistryStoredQueryResponse retVal = ((MARC.IHE.Xds.Registry.DocumentRegistry_PortType)(this)).DocumentRegistry_RegistryStoredQuery(inValue);
     return(retVal.AdhocQueryResponse);
 }
Пример #2
0
 MARC.IHE.Xds.Registry.DocumentRegistry_RegistryStoredQueryResponse MARC.IHE.Xds.Registry.DocumentRegistry_PortType.DocumentRegistry_RegistryStoredQuery(MARC.IHE.Xds.Registry.DocumentRegistry_RegistryStoredQueryRequest request)
 {
     return(base.Channel.DocumentRegistry_RegistryStoredQuery(request));
 }