齐鲁医院物联网系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
288 KiB

!function(){var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=e.ice||{};e.Ice=e.Ice||{},t.Ice=e.Ice,Ice.Slice=Ice.Slice||{},e.IceMX=e.IceMX||{},t.IceMX=e.IceMX,e.IceSSL=e.IceSSL||{},t.IceSSL=e.IceSSL;var n=Ice.Slice;!function(){const e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};Ice._require=function(){return e},Ice.Slice=Ice.Slice||{},Ice._ModuleRegistry=class{static module(t){let n=e[t];return void 0===n&&(n={},e[t]=n),n}static require(t){return e}static type(t){if(void 0===t)return;const n=t.split(".");let i=e;for(let e=0,t=n.length;e<t;++e)if(void 0===(i=i[n[e]]))return;return i}}}(),function(){const e=Ice._ModuleRegistry,t=Ice.Slice,n=function(e,t){return e===t||null!=e&&null!=t&&(e.prototype===t.prototype&&("function"==typeof e.equals?e.equals(t):(e instanceof Array||e instanceof Uint8Array)&&i.equals(e,t,n)))};class i{static clone(e){return void 0===e?e:null===e?[]:e.slice()}static equals(e,t,i){if(e.length!=t.length)return!1;const s=i||n;for(let n=0;n<e.length;++n)if(!s.call(s,e[n],t[n]))return!1;return!0}static shuffle(e){for(let t=e.length;t>1;--t){const n=e[t-1],i=Math.floor(Math.random()*t);e[t-1]=e[i],e[i]=n}}}i.eq=n,t.defineSequence=function(t,n,i,s,r){let o=null;Object.defineProperty(t,n,{get:()=>(null===o&&(o=Ice.StreamHelpers.generateSeqHelper(e.type(i),s,e.type(r))),o)})},Ice.ArrayUtil=i}(),function(){class e{constructor(e,t){this._name=e,this._value=t}equals(e){return this===e||e instanceof Object.getPrototypeOf(this).constructor&&this._value==e._value}hashCode(){return this._value}toString(){return this._name}get name(){return this._name}get value(){return this._value}}Ice.EnumBase=e;class t{constructor(e){this._enumType=e}write(e,t){this._enumType._write(e,t)}writeOptional(e,t,n){this._enumType._writeOpt(e,t,n)}read(e){return this._enumType._read(e)}readOptional(e,t){return this._enumType._readOpt(e,t)}}Ice.EnumHelper=t,Ice.Slice.defineEnum=function(n){const i=class extends e{},s=[];let r=0,o=null;for(const e in n){const t=n[e][0],c=n[e][1],a=new i(t,c);s[c]=a,o||(o=a),Object.defineProperty(i,t,{enumerable:!0,value:a}),c>r&&(r=c)}return Object.defineProperty(i,"minWireSize",{get:()=>1}),i._write=function(e,t){t?e.writeEnum(t):e.writeEnum(o)},i._read=function(e){return e.readEnum(i)},i._writeOpt=function(e,t,n){void 0!==n&&e.writeOptional(t,Ice.OptionalFormat.Size)&&i._write(e,n)},i._readOpt=function(e,t){return e.readOptionalEnum(t,i)},i._helper=new t(i),Object.defineProperty(i,"valueOf",{value:function(e){return void 0===e?i:s[e]}}),Object.defineProperty(i,"maxValue",{value:r}),Object.defineProperty(i.prototype,"maxValue",{value:r}),i}}(),function(){class e{constructor(t=0,n){if(!Number.isSafeInteger(t))throw new RangeError(void 0===n?"Number must be a safe integer":"High word must be a safe integer");if(void 0===n)this.low=t>>>0,this.high=(t-this.low)/e.HIGH_MASK>>>0;else{if(!Number.isSafeInteger(n))throw new RangeError("Low word must be a safe integer");if(n<0||n>e.MAX_UINT32)throw new RangeError("Low word must be between 0 and 0xFFFFFFFF");if(t<0||t>e.MAX_UINT32)throw new RangeError("High word must be between 0 and 0xFFFFFFFF");this.high=t,this.low=n}}hashCode(){return this.low}equals(t){return this===t||t instanceof e&&(this.high===t.high&&this.low===t.low)}toString(){return this.high+":"+this.low}toNumber(){if(0!=(this.high&e.SIGN_MASK)){const t=~this.low>>>0,n=~this.high>>>0;return n>e.HIGH_MAX||n==e.HIGH_MAX&&t==e.MAX_UINT32?Number.NEGATIVE_INFINITY:-(n*e.HIGH_MASK+t+1)}return this.high>e.HIGH_MAX?Number.POSITIVE_INFINITY:this.high*e.HIGH_MASK+this.low}}e.MAX_UINT32=4294967295,e.SIGN_MASK=2147483648,e.HIGH_MASK=4294967296,e.HIGH_MAX=2097151,Ice.Long=e}(),Ice.AsyncStatus={Queued:0,Sent:1},function(){const e=Ice.Long,t="BufferOverflowException",n="BufferUnderflowException",i="IndexOutOfBoundsException";Ice.Buffer=class{constructor(e){void 0!==e?(this.b=e,this.v=new DataView(this.b),this._limit=this.b.byteLength):(this.b=null,this.v=null,this._limit=0),this._position=0,this._shrin