pat-shared-components 1.0.0-beta-10 → 1.0.0-beta-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +9 -9
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -29322,12 +29322,12 @@ const nf = /* @__PURE__ */ vr(rB, [["render", lB]]), uB = {
|
|
|
29322
29322
|
e.testResult.result_status
|
|
29323
29323
|
)
|
|
29324
29324
|
), o = St(() => {
|
|
29325
|
-
var h, f
|
|
29325
|
+
var h, f;
|
|
29326
29326
|
return {
|
|
29327
29327
|
patientName: !e.hidePatientInfo,
|
|
29328
29328
|
healthSummary: ((h = e.testResult.remarks) == null ? void 0 : h.length) > 0,
|
|
29329
|
-
bookAppointment: e.testResult.is_free_consultant && (
|
|
29330
|
-
doctorNote: !!e.testResult.doctor_note && ((
|
|
29329
|
+
bookAppointment: e.testResult.is_free_consultant && (!e.testResult.remarks || e.testResult.remarks.length === 0),
|
|
29330
|
+
doctorNote: !!e.testResult.doctor_note && ((f = e.testResult.remarks) == null ? void 0 : f.length) === 0,
|
|
29331
29331
|
upcomingAppointment: !e.testResult.doctor_note && !!e.testResult.consult_time
|
|
29332
29332
|
};
|
|
29333
29333
|
}), u = St(() => {
|
|
@@ -29716,13 +29716,13 @@ const HB = {
|
|
|
29716
29716
|
test_result_find_nearest_diag_branch: "T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t",
|
|
29717
29717
|
test_result_no_results_found: "Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3 n\xE0o",
|
|
29718
29718
|
test_result_book_to_show_result: "\u0110\u1EB7t h\u1EB9n x\xE9t nghi\u1EC7m ngay \u0111\u1EC3 xem k\u1EBFt qu\u1EA3",
|
|
29719
|
-
test_result_doctor_appointment: "\
|
|
29719
|
+
test_result_doctor_appointment: "Gi\u1EA3i th\xEDch k\u1EBFt qu\u1EA3",
|
|
29720
29720
|
test_result_free: "Mi\u1EC5n ph\xED",
|
|
29721
29721
|
test_result_more_about_your_results: "Hi\u1EC3u r\xF5 h\u01A1n v\u1EC1 k\u1EBFt qu\u1EA3 c\u1EE7a b\u1EA1n",
|
|
29722
29722
|
test_result_choose_time: "Ch\u1ECDn ng\xE0y h\u1EB9n",
|
|
29723
29723
|
test_result_reset_all: "Ch\u1ECDn l\u1EA1i",
|
|
29724
29724
|
test_result_opening_slots: "Ch\u1ECDn gi\u1EDD",
|
|
29725
|
-
test_result_book_appointment: "\u0110\u1EB7t
|
|
29725
|
+
test_result_book_appointment: "\u0110\u1EB7t h\u1EB9n nh\u1EADn cu\u1ED9c g\u1ECDi",
|
|
29726
29726
|
test_result_successfully_booked: "\u0110\u1EB7t h\u1EB9n th\xE0nh c\xF4ng",
|
|
29727
29727
|
test_result_have_an_appointment_with_doctor: "B\u1EA1n c\xF3 l\u1ECBch h\u1EB9n v\u1EDBi b\xE1c s\u0129 c\u1EE7a Diag v\xE0o {time} ng\xE0y {date}.",
|
|
29728
29728
|
test_result_book_appointment_error_title: "\u0110\xE3 c\xF3 l\u1ED7i x\u1EA3y ra...",
|
|
@@ -29777,8 +29777,8 @@ const HB = {
|
|
|
29777
29777
|
evening: "T\u1ED1i"
|
|
29778
29778
|
}
|
|
29779
29779
|
},
|
|
29780
|
-
test_result_health_summary: "T\xF3m t\u1EAFt s\u1EE9c kho\u1EBB",
|
|
29781
|
-
test_result_have_questions: "
|
|
29780
|
+
test_result_health_summary: "T\xF3m t\u1EAFt s\u1EE9c kho\u1EBB s\u01A1 b\u1ED9",
|
|
29781
|
+
test_result_have_questions: "\u0110\u1EB7t cu\u1ED9c g\u1ECDi t\u01B0 v\u1EA5n"
|
|
29782
29782
|
}, zB = {
|
|
29783
29783
|
psc: HB
|
|
29784
29784
|
}, jB = {
|
|
@@ -29828,7 +29828,7 @@ const HB = {
|
|
|
29828
29828
|
test_result_find_nearest_diag_branch: "Find the nearest branch",
|
|
29829
29829
|
test_result_no_results_found: "No results found",
|
|
29830
29830
|
test_result_book_to_show_result: "Book a test to show results",
|
|
29831
|
-
test_result_doctor_appointment: "
|
|
29831
|
+
test_result_doctor_appointment: "Lab tests explanation",
|
|
29832
29832
|
test_result_free: "Free",
|
|
29833
29833
|
test_result_more_about_your_results: "Find out more about your resutls",
|
|
29834
29834
|
test_result_choose_time: "Choose a time",
|
|
@@ -29890,7 +29890,7 @@ const HB = {
|
|
|
29890
29890
|
}
|
|
29891
29891
|
},
|
|
29892
29892
|
test_result_health_summary: "Health summary",
|
|
29893
|
-
test_result_have_questions: "
|
|
29893
|
+
test_result_have_questions: "Book a consult call"
|
|
29894
29894
|
}, GB = {
|
|
29895
29895
|
psc: jB
|
|
29896
29896
|
}, cV = {
|
package/dist/index.umd.js
CHANGED
|
@@ -127,4 +127,4 @@ __p += '`),Wt&&(st+=`' +
|
|
|
127
127
|
function print() { __p += __j.call(arguments, '') }
|
|
128
128
|
`:`;
|
|
129
129
|
`)+st+`return __p
|
|
130
|
-
}`;var Lt=yh(function(){return jt(D,yt+"return "+st).apply(e,N)});if(Lt.source=st,ic(Lt))throw Lt;return Lt}function ev(s){return Gt(s).toLowerCase()}function nv(s){return Gt(s).toUpperCase()}function sv(s,r,u){if(s=Gt(s),s&&(u||r===e))return ye(s);if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Bn(r),D=Mu(m,y),N=Tu(m,y)+1;return As(m,D,N).join("")}function iv(s,r,u){if(s=Gt(s),s&&(u||r===e))return s.slice(0,Ou(s)+1);if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Tu(m,Bn(r))+1;return As(m,0,y).join("")}function rv(s,r,u){if(s=Gt(s),s&&(u||r===e))return s.replace(lr,"");if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Mu(m,Bn(r));return As(m,y).join("")}function ov(s,r){var u=kt,m=gt;if(be(r)){var y="separator"in r?r.separator:y;u="length"in r?At(r.length):u,m="omission"in r?dn(r.omission):m}s=Gt(s);var D=s.length;if(Vi(s)){var N=Bn(s);D=N.length}if(u>=D)return s;var L=u-$i(m);if(L<1)return m;var Y=N?As(N,0,L).join(""):s.slice(0,L);if(y===e)return Y+m;if(N&&(L+=Y.length-L),rc(y)){if(s.slice(L).search(y)){var J,tt=Y;for(y.global||(y=kl(y.source,Gt(js.exec(y))+"g")),y.lastIndex=0;J=y.exec(tt);)var st=J.index;Y=Y.slice(0,st===e?L:st)}}else if(s.indexOf(dn(y),L)!=L){var ht=Y.lastIndexOf(y);ht>-1&&(Y=Y.slice(0,ht))}return Y+m}function av(s){return s=Gt(s),s&&Ei.test(s)?s.replace(wo,Rm):s}var lv=Gi(function(s,r,u){return s+(u?" ":"")+r.toUpperCase()}),lc=bd("toUpperCase");function gh(s,r,u){return s=Gt(s),r=u?e:r,r===e?Om(s)?Vm(s):Bt(s):s.match(r)||[]}var yh=It(function(s,r){try{return ge(s,e,r)}catch(u){return ic(u)?u:new Tt(u)}}),cv=fs(function(s,r){return De(r,function(u){u=Zn(u),ds(s,u,nc(s[u],s))}),s});function uv(s){var r=s==null?0:s.length,u=wt();return s=r?ie(s,function(m){if(typeof m[1]!="function")throw new kn(c);return[u(m[0]),m[1]]}):[],It(function(m){for(var y=-1;++y<r;){var D=s[y];if(ge(D[0],this,m))return ge(D[1],this,m)}})}function dv(s){return R_(wn(s,w))}function cc(s){return function(){return s}}function hv(s,r){return s==null||s!==s?r:s}var fv=kd(),pv=kd(!0);function rn(s){return s}function uc(s){return Zu(typeof s=="function"?s:wn(s,w))}function mv(s){return Qu(wn(s,w))}function _v(s,r){return td(s,wn(r,w))}var gv=It(function(s,r){return function(u){return Fr(u,s,r)}}),yv=It(function(s,r){return function(u){return Fr(s,u,r)}});function dc(s,r,u){var m=Re(r),y=ua(r,m);u==null&&!(be(r)&&(y.length||!m.length))&&(u=r,r=s,s=this,y=ua(r,Re(r)));var D=!(be(u)&&"chain"in u)||!!u.chain,N=ms(s);return De(y,function(L){var Y=r[L];s[L]=Y,N&&(s.prototype[L]=function(){var J=this.__chain__;if(D||J){var tt=s(this.__wrapped__),st=tt.__actions__=en(this.__actions__);return st.push({func:Y,args:arguments,thisArg:s}),tt.__chain__=J,tt}return Y.apply(s,Pe([this.value()],arguments))})}),s}function bv(){return le._===this&&(le._=zm),this}function hc(){}function vv(s){return s=At(s),It(function(r){return ed(r,s)})}var kv=Ul(ie),xv=Ul(ni),wv=Ul(si);function bh(s){return Kl(s)?q(Zn(s)):Q_(s)}function Ev(s){return function(r){return s==null?e:ci(s,r)}}var Sv=wd(),Dv=wd(!0);function fc(){return[]}function pc(){return!1}function Cv(){return{}}function Mv(){return""}function Tv(){return!0}function Nv(s,r){if(s=At(s),s<1||s>ee)return[];var u=Ot,m=je(s,Ot);r=wt(r),s-=Ot;for(var y=vt(m,r);++u<s;)r(u);return y}function Ov(s){return Nt(s)?ie(s,Zn):hn(s)?[s]:en(Vd(Gt(s)))}function Av(s){var r=++Um;return Gt(s)+r}var Lv=_a(function(s,r){return s+r},0),Iv=Hl("ceil"),Pv=_a(function(s,r){return s/r},1),Rv=Hl("floor");function Fv(s){return s&&s.length?ca(s,rn,Tl):e}function Bv(s,r){return s&&s.length?ca(s,wt(r,2),Tl):e}function Vv(s){return P(s,rn)}function $v(s,r){return P(s,wt(r,2))}function Yv(s){return s&&s.length?ca(s,rn,Ll):e}function Wv(s,r){return s&&s.length?ca(s,wt(r,2),Ll):e}var Uv=_a(function(s,r){return s*r},1),Hv=Hl("round"),zv=_a(function(s,r){return s-r},0);function jv(s){return s&&s.length?xt(s,rn):0}function Gv(s,r){return s&&s.length?xt(s,wt(r,2)):0}return x.after=my,x.ary=Kd,x.assign=nb,x.assignIn=uh,x.assignInWith=Ta,x.assignWith=sb,x.at=ib,x.before=Zd,x.bind=nc,x.bindAll=cv,x.bindKey=Jd,x.castArray=Cy,x.chain=Gd,x.chunk=Rg,x.compact=Fg,x.concat=Bg,x.cond=uv,x.conforms=dv,x.constant=cc,x.countBy=j0,x.create=rb,x.curry=Qd,x.curryRight=th,x.debounce=eh,x.defaults=ob,x.defaultsDeep=ab,x.defer=_y,x.delay=gy,x.difference=Vg,x.differenceBy=$g,x.differenceWith=Yg,x.drop=Wg,x.dropRight=Ug,x.dropRightWhile=Hg,x.dropWhile=zg,x.fill=jg,x.filter=q0,x.flatMap=Z0,x.flatMapDeep=J0,x.flatMapDepth=Q0,x.flatten=Ud,x.flattenDeep=Gg,x.flattenDepth=qg,x.flip=yy,x.flow=fv,x.flowRight=pv,x.fromPairs=Xg,x.functions=pb,x.functionsIn=mb,x.groupBy=ty,x.initial=Zg,x.intersection=Jg,x.intersectionBy=Qg,x.intersectionWith=t0,x.invert=gb,x.invertBy=yb,x.invokeMap=ny,x.iteratee=uc,x.keyBy=sy,x.keys=Re,x.keysIn=sn,x.map=wa,x.mapKeys=vb,x.mapValues=kb,x.matches=mv,x.matchesProperty=_v,x.memoize=Sa,x.merge=xb,x.mergeWith=dh,x.method=gv,x.methodOf=yv,x.mixin=dc,x.negate=Da,x.nthArg=vv,x.omit=wb,x.omitBy=Eb,x.once=by,x.orderBy=iy,x.over=kv,x.overArgs=vy,x.overEvery=xv,x.overSome=wv,x.partial=sc,x.partialRight=nh,x.partition=ry,x.pick=Sb,x.pickBy=hh,x.property=bh,x.propertyOf=Ev,x.pull=i0,x.pullAll=zd,x.pullAllBy=r0,x.pullAllWith=o0,x.pullAt=a0,x.range=Sv,x.rangeRight=Dv,x.rearg=ky,x.reject=ly,x.remove=l0,x.rest=xy,x.reverse=tc,x.sampleSize=uy,x.set=Cb,x.setWith=Mb,x.shuffle=dy,x.slice=c0,x.sortBy=py,x.sortedUniq=_0,x.sortedUniqBy=g0,x.split=Zb,x.spread=wy,x.tail=y0,x.take=b0,x.takeRight=v0,x.takeRightWhile=k0,x.takeWhile=x0,x.tap=F0,x.throttle=Ey,x.thru=xa,x.toArray=ah,x.toPairs=fh,x.toPairsIn=ph,x.toPath=Ov,x.toPlainObject=ch,x.transform=Tb,x.unary=Sy,x.union=w0,x.unionBy=E0,x.unionWith=S0,x.uniq=D0,x.uniqBy=C0,x.uniqWith=M0,x.unset=Nb,x.unzip=ec,x.unzipWith=jd,x.update=Ob,x.updateWith=Ab,x.values=Ki,x.valuesIn=Lb,x.without=T0,x.words=gh,x.wrap=Dy,x.xor=N0,x.xorBy=O0,x.xorWith=A0,x.zip=L0,x.zipObject=I0,x.zipObjectDeep=P0,x.zipWith=R0,x.entries=fh,x.entriesIn=ph,x.extend=uh,x.extendWith=Ta,dc(x,x),x.add=Lv,x.attempt=yh,x.camelCase=Fb,x.capitalize=mh,x.ceil=Iv,x.clamp=Ib,x.clone=My,x.cloneDeep=Ny,x.cloneDeepWith=Oy,x.cloneWith=Ty,x.conformsTo=Ay,x.deburr=_h,x.defaultTo=hv,x.divide=Pv,x.endsWith=Bb,x.eq=$n,x.escape=Vb,x.escapeRegExp=$b,x.every=G0,x.find=X0,x.findIndex=Yd,x.findKey=lb,x.findLast=K0,x.findLastIndex=Wd,x.findLastKey=cb,x.floor=Rv,x.forEach=qd,x.forEachRight=Xd,x.forIn=ub,x.forInRight=db,x.forOwn=hb,x.forOwnRight=fb,x.get=oc,x.gt=Ly,x.gte=Iy,x.has=_b,x.hasIn=ac,x.head=Hd,x.identity=rn,x.includes=ey,x.indexOf=Kg,x.inRange=Pb,x.invoke=bb,x.isArguments=hi,x.isArray=Nt,x.isArrayBuffer=Py,x.isArrayLike=nn,x.isArrayLikeObject=Ce,x.isBoolean=Ry,x.isBuffer=Ls,x.isDate=Fy,x.isElement=By,x.isEmpty=Vy,x.isEqual=$y,x.isEqualWith=Yy,x.isError=ic,x.isFinite=Wy,x.isFunction=ms,x.isInteger=sh,x.isLength=Ca,x.isMap=ih,x.isMatch=Uy,x.isMatchWith=Hy,x.isNaN=zy,x.isNative=jy,x.isNil=qy,x.isNull=Gy,x.isNumber=rh,x.isObject=be,x.isObjectLike=Se,x.isPlainObject=Ur,x.isRegExp=rc,x.isSafeInteger=Xy,x.isSet=oh,x.isString=Ma,x.isSymbol=hn,x.isTypedArray=Xi,x.isUndefined=Ky,x.isWeakMap=Zy,x.isWeakSet=Jy,x.join=e0,x.kebabCase=Yb,x.last=Sn,x.lastIndexOf=n0,x.lowerCase=Wb,x.lowerFirst=Ub,x.lt=Qy,x.lte=tb,x.max=Fv,x.maxBy=Bv,x.mean=Vv,x.meanBy=$v,x.min=Yv,x.minBy=Wv,x.stubArray=fc,x.stubFalse=pc,x.stubObject=Cv,x.stubString=Mv,x.stubTrue=Tv,x.multiply=Uv,x.nth=s0,x.noConflict=bv,x.noop=hc,x.now=Ea,x.pad=Hb,x.padEnd=zb,x.padStart=jb,x.parseInt=Gb,x.random=Rb,x.reduce=oy,x.reduceRight=ay,x.repeat=qb,x.replace=Xb,x.result=Db,x.round=Hv,x.runInContext=F,x.sample=cy,x.size=hy,x.snakeCase=Kb,x.some=fy,x.sortedIndex=u0,x.sortedIndexBy=d0,x.sortedIndexOf=h0,x.sortedLastIndex=f0,x.sortedLastIndexBy=p0,x.sortedLastIndexOf=m0,x.startCase=Jb,x.startsWith=Qb,x.subtract=zv,x.sum=jv,x.sumBy=Gv,x.template=tv,x.times=Nv,x.toFinite=_s,x.toInteger=At,x.toLength=lh,x.toLower=ev,x.toNumber=Dn,x.toSafeInteger=eb,x.toString=Gt,x.toUpper=nv,x.trim=sv,x.trimEnd=iv,x.trimStart=rv,x.truncate=ov,x.unescape=av,x.uniqueId=Av,x.upperCase=lv,x.upperFirst=lc,x.each=qd,x.eachRight=Xd,x.first=Hd,dc(x,function(){var s={};return Xn(x,function(r,u){Jt.call(x.prototype,u)||(s[u]=r)}),s}(),{chain:!1}),x.VERSION=i,De(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){x[s].placeholder=x}),De(["drop","take"],function(s,r){Vt.prototype[s]=function(u){u=u===e?1:Ie(At(u),0);var m=this.__filtered__&&!r?new Vt(this):this.clone();return m.__filtered__?m.__takeCount__=je(u,m.__takeCount__):m.__views__.push({size:je(u,Ot),type:s+(m.__dir__<0?"Right":"")}),m},Vt.prototype[s+"Right"]=function(u){return this.reverse()[s](u).reverse()}}),De(["filter","map","takeWhile"],function(s,r){var u=r+1,m=u==xe||u==Xt;Vt.prototype[s]=function(y){var D=this.clone();return D.__iteratees__.push({iteratee:wt(y,3),type:u}),D.__filtered__=D.__filtered__||m,D}}),De(["head","last"],function(s,r){var u="take"+(r?"Right":"");Vt.prototype[s]=function(){return this[u](1).value()[0]}}),De(["initial","tail"],function(s,r){var u="drop"+(r?"":"Right");Vt.prototype[s]=function(){return this.__filtered__?new Vt(this):this[u](1)}}),Vt.prototype.compact=function(){return this.filter(rn)},Vt.prototype.find=function(s){return this.filter(s).head()},Vt.prototype.findLast=function(s){return this.reverse().find(s)},Vt.prototype.invokeMap=It(function(s,r){return typeof s=="function"?new Vt(this):this.map(function(u){return Fr(u,s,r)})}),Vt.prototype.reject=function(s){return this.filter(Da(wt(s)))},Vt.prototype.slice=function(s,r){s=At(s);var u=this;return u.__filtered__&&(s>0||r<0)?new Vt(u):(s<0?u=u.takeRight(-s):s&&(u=u.drop(s)),r!==e&&(r=At(r),u=r<0?u.dropRight(-r):u.take(r-s)),u)},Vt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Vt.prototype.toArray=function(){return this.take(Ot)},Xn(Vt.prototype,function(s,r){var u=/^(?:filter|find|map|reject)|While$/.test(r),m=/^(?:head|last)$/.test(r),y=x[m?"take"+(r=="last"?"Right":""):r],D=m||/^find/.test(r);!y||(x.prototype[r]=function(){var N=this.__wrapped__,L=m?[1]:arguments,Y=N instanceof Vt,J=L[0],tt=Y||Nt(N),st=function(Rt){var Wt=y.apply(x,Pe([Rt],L));return m&&ht?Wt[0]:Wt};tt&&u&&typeof J=="function"&&J.length!=1&&(Y=tt=!1);var ht=this.__chain__,yt=!!this.__actions__.length,St=D&&!ht,Lt=Y&&!yt;if(!D&&tt){N=Lt?N:new Vt(this);var Dt=s.apply(N,L);return Dt.__actions__.push({func:xa,args:[st],thisArg:e}),new xn(Dt,ht)}return St&&Lt?s.apply(this,L):(Dt=this.thru(st),St?m?Dt.value()[0]:Dt.value():Dt)})}),De(["pop","push","shift","sort","splice","unshift"],function(s){var r=qo[s],u=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",m=/^(?:pop|shift)$/.test(s);x.prototype[s]=function(){var y=arguments;if(m&&!this.__chain__){var D=this.value();return r.apply(Nt(D)?D:[],y)}return this[u](function(N){return r.apply(Nt(N)?N:[],y)})}}),Xn(Vt.prototype,function(s,r){var u=x[r];if(u){var m=u.name+"";Jt.call(Hi,m)||(Hi[m]=[]),Hi[m].push({name:r,func:u})}}),Hi[ma(e,A).name]=[{name:"wrapper",func:e}],Vt.prototype.clone=a_,Vt.prototype.reverse=l_,Vt.prototype.value=c_,x.prototype.at=B0,x.prototype.chain=V0,x.prototype.commit=$0,x.prototype.next=Y0,x.prototype.plant=U0,x.prototype.reverse=H0,x.prototype.toJSON=x.prototype.valueOf=x.prototype.value=z0,x.prototype.first=x.prototype.head,Nr&&(x.prototype[Nr]=W0),x},Yi=$m();as?((as.exports=Yi)._=Yi,bn._=Yi):le._=Yi}).call(Bc)})(Sm,Sm.exports);const EB={class:"psc-flex-auto psc-px-2 psc-font-semibold"},SB={class:"psc-pt-3"},DB={key:0},CB=f.createElementVNode("div",{class:"psc-flex-initial psc-pr-3 psc-pt-2"},[f.createElementVNode("div",{class:"psc-h-[6px] psc-w-[6px] psc-rounded-full psc-bg-blue-darken-1"})],-1),MB={class:"psc-flex-auto psc-pl-2"},TB=["innerHTML"],NB=f.defineComponent({__name:"HealthSummary",props:{items:{default:()=>[]},ctaButton:{type:Boolean,default:!1}},emits:["click:cta-button","update:modelValue"],setup(n,{emit:t}){const e=n,i=f.ref(!0),o=f.computed(()=>!Sm.exports.isEmpty(e.items)),a=()=>{i.value=!i.value};return(c,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createElementVNode("div",{class:"psc-flex psc-w-full psc-cursor-pointer psc-items-center psc-rounded-lg psc-bg-[#e6f0fe] psc-px-3 psc-py-1 psc-text-blue-darken-1",onClick:d[0]||(d[0]=p=>a())},[f.createVNode(f.unref(sr),{icon:"dgic-stethoscope-thick"}),f.createElementVNode("div",EB,f.toDisplayString(c.$t("psc.test_result_health_summary")),1),f.createElementVNode("i",{class:f.normalizeClass(["dgic-chevron-down-thin psc-text-2xl psc-transition-transform",{"psc-rotate-180":i.value}])},null,2)]),f.createVNode(f.unref(SC),{modelValue:i.value,"onUpdate:modelValue":d[2]||(d[2]=p=>i.value=p)},{default:f.withCtx(()=>[f.createElementVNode("div",SB,[f.unref(o)?(f.openBlock(),f.createElementBlock("div",DB,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(e.items,(p,g)=>(f.openBlock(),f.createElementBlock("div",{key:`item${g}`,class:"psc-flex psc-w-full psc-px-3 psc-py-2"},[CB,f.createElementVNode("div",MB,[f.createElementVNode("div",{innerHTML:p},null,8,TB)])]))),128))])):f.createCommentVNode("",!0),e.ctaButton?(f.openBlock(),f.createBlock(f.unref(Aa),{key:1,type:"secondary",class:"psc-mt-5 psc-w-full",onClick:d[1]||(d[1]=p=>t("click:cta-button"))},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(c.$t("psc.test_result_have_questions")),1)]),_:1})):f.createCommentVNode("",!0)])]),_:1},8,["modelValue"])],64))}}),OB={},AB={class:"psc-mb-4 psc-w-full psc-px-4"},LB={class:"psc-flex psc-flex-wrap psc-rounded-lg psc-border psc-border-gray-lighten-2 psc-p-3 psc-shadow"};function IB(n,t){return f.openBlock(),f.createElementBlock("div",AB,[f.createElementVNode("div",LB,[f.renderSlot(n.$slots,"default")])])}const Ff=Ji(OB,[["render",IB]]),PB={key:0,class:"consumer-test-result__ready"},RB={class:"psc-px-4"},FB=f.defineComponent({__name:"TestResultDetail",props:{testResult:null,loading:{type:Boolean},hidePatientInfo:{type:Boolean,default:!1}},emits:["click:book-appointment"],setup(n,{emit:t}){const e=n,i=f.computed(()=>[Nn.Ordered,Nn.InProgress,Nn.Ready,Nn.PartiallyComplete].includes(e.testResult.result_status)),o=f.computed(()=>e.testResult.template_type===cp.HPV&&[Nn.Ordered,Nn.InProgress].includes(e.testResult.result_status)),a=f.computed(()=>{var d,p,g;return{patientName:!e.hidePatientInfo,healthSummary:((d=e.testResult.remarks)==null?void 0:d.length)>0,bookAppointment:e.testResult.is_free_consultant&&((p=e.testResult.remarks)==null?void 0:p.length)===0,doctorNote:!!e.testResult.doctor_note&&((g=e.testResult.remarks)==null?void 0:g.length)===0,upcomingAppointment:!e.testResult.doctor_note&&!!e.testResult.consult_time}}),c=f.computed(()=>{let d=[];return e.testResult.remarks&&(d=d.concat(e.testResult.remarks.map(p=>p.name))),e.testResult.doctor_note&&d.push(e.testResult.doctor_note),d});return(d,p)=>(f.openBlock(),f.createElementBlock("div",null,[e.loading?(f.openBlock(),f.createBlock(wB,{key:0})):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[f.unref(i)?(f.openBlock(),f.createElementBlock("div",PB,[f.createElementVNode("div",null,[f.unref(a).patientName?(f.openBlock(),f.createBlock(_x,{key:0,"first-name":e.testResult.first_name,class:"psc-px-4 psc-pb-2"},null,8,["first-name"])):f.createCommentVNode("",!0),f.createVNode(KF,{"test-result":e.testResult,class:"psc-px-4 psc-pb-4"},null,8,["test-result"]),f.unref(a).healthSummary?(f.openBlock(),f.createBlock(Ff,{key:1},{default:f.withCtx(()=>[f.createVNode(NB,{items:f.unref(c),"cta-button":e.testResult.is_free_consultant,"onClick:ctaButton":p[0]||(p[0]=g=>t("click:book-appointment"))},null,8,["items","cta-button"])]),_:1})):f.createCommentVNode("",!0),f.unref(a).bookAppointment?(f.openBlock(),f.createBlock(Ff,{key:2},{default:f.withCtx(()=>[f.createVNode(iB,{"onClick:book":p[1]||(p[1]=g=>t("click:book-appointment"))})]),_:1})):f.createCommentVNode("",!0),f.unref(a).doctorNote?(f.openBlock(),f.createBlock(Ff,{key:3},{default:f.withCtx(()=>[f.createVNode(aB,{"doctor-note":e.testResult.doctor_note},null,8,["doctor-note"])]),_:1})):f.createCommentVNode("",!0),f.unref(a).upcomingAppointment?(f.openBlock(),f.createBlock(Ff,{key:4},{default:f.withCtx(()=>[f.createVNode(hB,{"time-slot":e.testResult.consult_time},null,8,["time-slot"])]),_:1})):f.createCommentVNode("",!0)]),f.createElementVNode("div",RB,[f.renderSlot(d.$slots,"header"),f.unref(o)?f.createCommentVNode("",!0):f.renderSlot(d.$slots,"default",{key:0}),f.renderSlot(d.$slots,"footer")])])):(f.openBlock(),f.createBlock(Sx,{key:1,class:"psc-px-4"},{"body-append":f.withCtx(()=>[f.createVNode(Ex,{class:"psc-mt-6"})]),_:1}))],64))]))}}),BB={class:"psc-cursor-pointer psc-space-y-3 psc-rounded-lg psc-p-3 psc-shadow hover:psc-bg-slate-100"},VB={class:"psc-flex psc-items-center"},$B={class:"psc-flex-initial psc-font-semibold psc-text-blue-darken-1"},YB={class:"psc-flex-auto psc-pl-2 psc-text-black/[0.6]"},WB=f.createElementVNode("div",{class:"psc-flex-initial"},[f.createElementVNode("i",{class:"dgic-chevron-right-thin psc-text-2xl psc-text-blue-darken-1"})],-1),UB={class:"psc-flex"},HB={class:"psc-text-sm"},sS=f.defineComponent({__name:"TestResultListItem",props:{item:null},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>({[Nn.Ordered]:{text:e("psc.test_result_status_not_ready"),cssClass:"psc-text-black/60",icon:"dgic-time-dotted"},[Nn.InProgress]:{text:e("psc.test_result_status_not_ready"),cssClass:"psc-text-black/60",icon:"dgic-time-dotted"},[Nn.PartiallyComplete]:{text:e("psc.test_result_status_partially_ready"),cssClass:"psc-text-black/60",icon:"dgic-partial-thin-2"},[Nn.Ready]:{text:e("psc.test_result_status_ready"),cssClass:"psc-text-green-darken-1",icon:"dgic-check-mark-thin"},[Nn.Canceled]:{text:e("psc.test_result_status_couldnt_process"),cssClass:"psc-text-red-darken-1",icon:"dgic-cancel-right-to-left"},[Nn.Rejected]:{text:e("psc.test_result_status_couldnt_process"),cssClass:"psc-text-red-darken-1",icon:"dgic-cancel-right-to-left"}})[t.item.result_status]||{text:"",cssClass:"",icon:""});return(a,c)=>(f.openBlock(),f.createElementBlock("div",BB,[f.createElementVNode("div",VB,[f.createElementVNode("div",$B,[f.createElementVNode("span",null,f.toDisplayString(`${a.$t("psc.test_result_order")} ${t.item.order_id}`),1)]),f.createElementVNode("div",YB,f.toDisplayString(f.unref(i)(new Date(t.item.visit_date))),1),WB]),f.createElementVNode("div",UB,[f.createElementVNode("div",{class:f.normalizeClass(["psc-flex psc-items-center psc-font-semibold",f.unref(o).cssClass])},[f.createElementVNode("span",HB,f.toDisplayString(f.unref(o).text),1),f.createVNode(f.unref(sr),{icon:f.unref(o).icon,class:"psc-ml-1 psc-text-2xl"},null,8,["icon"])],2)])]))}}),zB={class:"psc-space-y-4 psc-px-4"},jB={class:"psc-w-full psc-px-4 psc-pt-7 psc-text-center"},GB={key:1},qB={key:0,class:"psc-px-4 psc-pt-7"},XB=f.defineComponent({__name:"TestResultList",props:{items:null,loading:{type:Boolean},skeletonCount:null,ctaButtonUrl:{default:""},hideLoadMore:{type:Boolean},bookingButtonUrl:{default:""}},emits:["switch-to-detail","click:load-more"],setup(n,{emit:t}){const e=n,i=async()=>{t("click:load-more")},o=async a=>{t("switch-to-detail",a)};return(a,c)=>(f.openBlock(),f.createElementBlock("div",null,[!e.loading&&e.items.length===0?(f.openBlock(),f.createBlock(Np,{key:0,title:a.$t("psc.test_result_no_results_found"),subtitle:a.$t("psc.test_result_book_to_show_result"),"booking-button-url":e.bookingButtonUrl,class:"psc-content-h-full"},null,8,["title","subtitle","booking-button-url"])):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[f.createVNode(Em,null,{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.$t("psc.test_result_all_results")),1)]),_:1}),f.createElementVNode("div",zB,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(e.items,(d,p)=>(f.openBlock(),f.createElementBlock("div",{key:`item${p}`},[f.createVNode(sS,{item:d,onClick:g=>o(d)},null,8,["item","onClick"])]))),128)),e.loading?(f.openBlock(!0),f.createElementBlock(f.Fragment,{key:0},f.renderList(e.skeletonCount,d=>(f.openBlock(),f.createBlock(zh,{key:`skeleton${d}`}))),128)):f.createCommentVNode("",!0)]),f.createElementVNode("div",jB,[e.hideLoadMore?(f.openBlock(),f.createElementBlock("div",GB,f.toDisplayString(a.$t("psc.test_result_all_results_loaded")),1)):(f.openBlock(),f.createBlock(f.unref(Aa),{key:0,type:"secondary",disabled:e.loading,size:"sm","prepend-icon":"dgic-double-chevron-down-thin",onClick:i},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.$t("psc.test_result_load_older_results")),1)]),_:1},8,["disabled"]))]),e.ctaButtonUrl?(f.openBlock(),f.createElementBlock("div",qB,[f.createVNode(jh,{class:"psc-mt-[20px]",url:n.ctaButtonUrl,title:a.$t("psc.test_result_test_more_for_better_health"),subtitle:a.$t("psc.test_result_book_general_screening_panel_now")},null,8,["url","title","subtitle"])])):f.createCommentVNode("",!0)],64))]))}}),iS=()=>{window.open(`tel:${Gh}`,"_self")},KB=n=>`${n.slice(0,-6)} ${n.slice(-6,-3)} ${n.slice(-3)}`,ZB={class:"psc-px-4"},JB={key:1,class:"psc-mb-[20px] psc-flex"},QB=f.createElementVNode("div",{class:"psc-mr-[16px] psc-h-[60px] psc-w-[60px] psc-min-w-[60px] psc-overflow-hidden psc-rounded-full psc-border-[1px] psc-border-solid psc-border-[#00000019]"},[f.createElementVNode("i",{class:"dgic-user-circle psc-text-[60px] psc-text-[#00000019]"})],-1),tV={class:"psc-text-[14px]"},eV={class:"psc-mb-[12px] psc-text-[20px] psc-font-[600]"},nV={class:"psc-mb-[8px] psc-flex psc-items-center"},sV=f.createElementVNode("i",{class:"dgic-cake psc-mr-1 psc-text-[22px] psc-font-bold"},null,-1),iV={class:"psc-mb-[8px] psc-flex psc-items-center"},rV=f.createElementVNode("i",{class:"dgic-phone-light psc-mr-1 psc-text-[22px]"},null,-1),oV={class:"psc-mb-[8px] psc-flex psc-items-center"},aV={class:"psc-mb-[35px] psc-flex psc-rounded-[8px] psc-bg-[#e6f0fe] psc-px-[16px] psc-py-[20px]"},lV=f.createElementVNode("div",{class:"items-start psc-mr-[8px] psc-flex"},[f.createElementVNode("i",{class:"dgic-info-fill psc-text-[24px] psc-text-blue-darken-1"})],-1),cV=["innerHTML"],uV=f.defineComponent({__name:"MyProfile",props:{fullName:null,dob:null,gender:null,phoneNumber:null,loading:{type:Boolean},ctaButtonUrl:{default:""}},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>t.fullName),a=f.computed(()=>i(new Date(t.dob))),c=f.computed(()=>t.gender?{[Ec.Male]:{icon:"dgic-gender-male",text:e("psc.male")},[Ec.Female]:{icon:"dgic-gender-female",text:e("psc.female")}}[t.gender]:{icon:"",text:""}),d=f.computed(()=>t.phoneNumber?KB(t.phoneNumber):"");return(p,g)=>(f.openBlock(),f.createElementBlock("div",null,[f.createVNode(Em,null,{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(f.unref(e)("psc.test_result_my_profile")),1)]),_:1}),f.createElementVNode("div",ZB,[t.loading?(f.openBlock(),f.createBlock(zh,{key:0,class:"psc-mb-[20px] psc-pb-16"})):(f.openBlock(),f.createElementBlock("div",JB,[QB,f.createElementVNode("div",tV,[f.createElementVNode("div",eV,f.toDisplayString(f.unref(o)),1),f.createElementVNode("div",nV,[sV,f.createTextVNode(" "+f.toDisplayString(f.unref(a)),1)]),f.createElementVNode("div",iV,[rV,f.createTextVNode(" "+f.toDisplayString(f.unref(d)),1)]),f.createElementVNode("div",oV,[f.createElementVNode("i",{class:f.normalizeClass(["psc-mr-1 psc-text-[22px]",f.unref(c).icon])},null,2),f.createTextVNode(" "+f.toDisplayString(f.unref(c).text),1)])])])),f.createElementVNode("div",aV,[lV,f.createElementVNode("div",{innerHTML:f.unref(e)("psc.test_result_if_you_wish_to_edit_your_profile")},null,8,cV)]),t.ctaButtonUrl?(f.openBlock(),f.createBlock(jh,{key:2,class:"psc-mt-[20px]",url:t.ctaButtonUrl,title:p.$t("psc.test_result_test_more_for_better_health"),subtitle:p.$t("psc.test_result_book_general_screening_panel_now")},null,8,["url","title","subtitle"])):f.createCommentVNode("",!0)])]))}}),RV="",dV={class:"call-us-text-button"},hV=f.createElementVNode("i",{class:"dgic-phone-light psc-mr-1"},null,-1),fV={class:"diag-opening-time"},pV=f.defineComponent({__name:"CallUsTextButton",setup(n){const{t}=Wn();return(e,i)=>(f.openBlock(),f.createElementBlock("div",dV,[f.createElementVNode("div",{class:"diag-phone-number",onClick:i[0]||(i[0]=(...o)=>f.unref(iS)&&f.unref(iS)(...o))},[hV,f.createElementVNode("span",null,f.toDisplayString(f.unref(Gh)),1)]),f.createElementVNode("div",fV,f.toDisplayString(f.unref(t)("psc.test_result_time_support")),1)]))}}),FV="",mV={class:"result-ready"},_V={class:"result-ready__title"},gV={class:"result-ready__date"},yV={key:0,class:"result-ready__date"},bV=f.defineComponent({__name:"ResultReady",props:{testResult:null},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>t.testResult.sample_collected_at&&i(new Date(t.testResult.sample_collected_at))||""),a=f.computed(()=>t.testResult.result_at&&i(new Date(t.testResult.result_at))||""),c=f.computed(()=>t.testResult.result_status===Nn.Ready),d=f.computed(()=>{switch(t.testResult.result_status){case Nn.Ordered:case Nn.InProgress:return e("psc.test_result_your_result_not_ready");case Nn.Ready:return e("psc.test_result_your_result_ready");case Nn.PartiallyComplete:return e("psc.test_result_result_partial_completed");default:return""}});return(p,g)=>(f.openBlock(),f.createElementBlock("div",mV,[f.createElementVNode("span",_V,f.toDisplayString(f.unref(d)),1),f.createElementVNode("div",gV,f.toDisplayString(f.unref(e)("psc.test_result_sample_collected_on"))+" "+f.toDisplayString(`${f.unref(o)}.`),1),f.unref(c)?(f.openBlock(),f.createElementBlock("div",yV,f.toDisplayString(f.unref(e)("psc.test_result_result_released_on"))+" "+f.toDisplayString(`${f.unref(a)}.`),1)):f.createCommentVNode("",!0)]))}}),BV="",rS={psc:{gender:"Gi\u1EDBi t\xEDnh",male:"Nam",female:"N\u1EEF",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'N\u1EBFu c\u1EA7n thay \u0111\u1ED5i th\xF4ng tin c\xE1 nh\xE2n, b\u1EA1n vui l\xF2ng <a href="tel:1900 1717" class="contact-support">li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3</a>',test_result_view_my_bookings:"Xem l\u1ECBch h\u1EB9n c\u1EE7a t\xF4i",test_result_test_more_for_better_health:"\u0110\u1EC3 th\u1EA5u hi\u1EC3u v\xE0 duy tr\xEC s\u1EE9c kho\u1EBB",test_result_book_general_screening_panel_now:"\u0110\u1EB7t h\u1EB9n G\xF3i X\xE9t Nghi\u1EC7m T\u1ED5ng Qu\xE1t ngay",test_result_status_not_ready:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3",test_result_status_couldnt_process:"M\u1EABu kh\xF4ng th\u1EC3 x\u1EED l\xFD",test_result_status_ready:"S\u1EB5n s\xE0ng",test_result_status_partially_ready:"S\u1EB5n s\xE0ng m\u1ED9t ph\u1EA7n",test_result_order:"Ch\u1EC9 \u0111\u1ECBnh",test_result_all_results:"T\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_load_older_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 c\u0169 h\u01A1n",test_result_all_results_loaded:"\u0110\xE3 hi\u1EC3n th\u1ECB t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_hi:"Xin ch\xE0o,",test_result_your_result_ready:"B\u1EA1n \u0111\xE3 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m",test_result_result_partial_completed:"X\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n th\xE0nh m\u1ED9t ph\u1EA7n",test_result_your_result_not_ready:"K\u1EBFt qu\u1EA3 c\u1EE7a b\u1EA1n ch\u01B0a ho\xE0n t\u1EA5t",test_result_sample_collected:"L\u1EA5y m\u1EABu:",test_result_result_ready:"C\xF3 k\u1EBFt qu\u1EA3:",test_result_sample_collected_on:"M\u1EABu \u0111\xE3 \u0111\u01B0\u1EE3c l\u1EA5y v\xE0o ng\xE0y",test_result_result_released_on:"v\xE0 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m v\xE0o ng\xE0y",test_result_check_other_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 kh\xE1c",call_us:"Li\xEAn h\u1EC7 Diag",test_result_time_support:"T\u1EEB 06:00 - 21:00",test_result_sample_could_not_processed:"Kh\xF4ng th\u1EC3 x\u1EED l\xFD m\u1EABu b\u1EA1n \u0111\xE3 g\u1EEDi.",test_result_contact_support:"Xin li\xEAn h\u1EC7 b\u1ED9 ph\u1EADn CSKH c\u1EE7a ch\xFAng t\xF4i \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 th\xEAm",test_result_being_prepared:"M\u1EABu c\u1EE7a b\u1EA1n \u0111ang \u0111\u01B0\u1EE3c x\xE9t nghi\u1EC7m.",test_result_receive_sms_2_days:"B\u1EA1n s\u1EBD nh\u1EADn \u0111\u01B0\u1EE3c tin nh\u1EAFn SMS ngay khi c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_note:"T\u01B0 v\u1EA5n t\u1EEB b\xE1c s\u0129",test_result_measured_in:"\u0111\u01A1n v\u1ECB t\xEDnh l\xE0",test_result_critical:"Nguy hi\u1EC3m",test_result_high:"Cao",test_result_low:"Th\u1EA5p",test_result_normal:"B\xECnh th\u01B0\u1EDDng",test_result_about:"\xDD ngh\u0129a c\u1EE7a",test_result_all_bookings:"T\u1EA5t c\u1EA3 l\u1ECBch h\u1EB9n",test_result_more_bookings:"L\u1ECBch h\u1EB9n kh\xE1c",test_result_no_booking_found:"Kh\xF4ng c\xF3 l\u1ECBch h\u1EB9n n\xE0o",test_result_message_no_booking_yet:"B\u1EA1n ch\u01B0a t\u1EA1o l\u1ECBch h\u1EB9n x\xE9t nghi\u1EC7m n\xE0o",test_result_support:"H\u1ED7 tr\u1EE3",test_result_find_nearest_diag_branch:"T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t",test_result_no_results_found:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3 n\xE0o",test_result_book_to_show_result:"\u0110\u1EB7t h\u1EB9n x\xE9t nghi\u1EC7m ngay \u0111\u1EC3 xem k\u1EBFt qu\u1EA3",test_result_doctor_appointment:"\u0110\u1EB7t h\u1EB9n v\u1EDBi b\xE1c s\u0129",test_result_free:"Mi\u1EC5n ph\xED",test_result_more_about_your_results:"Hi\u1EC3u r\xF5 h\u01A1n v\u1EC1 k\u1EBFt qu\u1EA3 c\u1EE7a b\u1EA1n",test_result_choose_time:"Ch\u1ECDn ng\xE0y h\u1EB9n",test_result_reset_all:"Ch\u1ECDn l\u1EA1i",test_result_opening_slots:"Ch\u1ECDn gi\u1EDD",test_result_book_appointment:"\u0110\u1EB7t l\u1ECBch h\u1EB9n",test_result_successfully_booked:"\u0110\u1EB7t h\u1EB9n th\xE0nh c\xF4ng",test_result_have_an_appointment_with_doctor:"B\u1EA1n c\xF3 l\u1ECBch h\u1EB9n v\u1EDBi b\xE1c s\u0129 c\u1EE7a Diag v\xE0o {time} ng\xE0y {date}.",test_result_book_appointment_error_title:"\u0110\xE3 c\xF3 l\u1ED7i x\u1EA3y ra...",test_result_book_appointment_error_description:"B\u1EA1n vui l\xF2ng th\u1EED l\u1EA1i ho\u1EB7c li\xEAn h\u1EC7 Diag qua hotline 19001717 n\u1EBFu v\u1EABn kh\xF4ng th\u1EC3 \u0111\u1EB7t h\u1EB9n th\xE0nh c\xF4ng.",test_result_upcoming_appointment:"L\u1ECBch h\u1EB9n s\u1EAFp t\u1EDBi",test_result_date_at_time:"v\xE0o {time} ng\xE0y {date}",test_result_get_started:"B\u1EAFt \u0111\u1EA7u",test_result_book_first_test:"\u0110\u1EB7t h\u1EB9n x\xE9t nghi\u1EC7m ngay",test_result_booking_account_code:"M\xE3 t\xE0i kho\u1EA3n:",test_result_booking_document_type_id_number:"CMND/CCCD:",test_result_booking_document_type_passport_no:"H\u1ED9 chi\u1EBFu:",test_result_booking_patient:"B\u1EC7nh nh\xE2n",test_result_booking_doctor:"B\xE1c s\u0129",test_result_booking_booking_number:"M\xE3 \u0111\u1EB7t ch\u1ED7 c\u1EE7a b\u1EA1n",test_result_booking_results_will_be_there:"Xem k\u1EBFt qu\u1EA3 t\u1EA1i \u0111\xE2y khi ho\xE0n t\u1EA5t...",test_result_booking_booking_canceled:"L\u1ECBch h\u1EB9n c\u1EE7a b\u1EA1n \u0111\xE3 hu\u1EF7",test_result_booking_next_step:"B\u01B0\u1EDBc ti\u1EBFp theo",test_result_booking_diag_contact_you_and_check:"Diag s\u1EBD li\xEAn h\u1EC7 \u0111\u1EC3 s\u1EAFp x\u1EBFp l\u1ECBch h\u1EB9n ph\xF9 h\u1EE3p v\u1EDBi th\u1EDDi gian c\u1EE7a b\u1EA1n.",test_result_booking_find_location_center:"T\xECm chi nh\xE1nh Diag",test_result_booking_view_results:"Xem k\u1EBFt qu\u1EA3 c\u1EE7a t\xF4i",test_result_booking_test_results:"K\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m",test_result_booking_need_collect_sample:"Y t\xE1 c\u1EA7n l\u1EA5y m\u1EABu c\u1EE7a b\u1EA1n.",test_result_booking_processing_sample:"Ch\xFAng t\xF4i \u0111ang x\u1EED l\xFD m\u1EABu c\u1EE7a b\u1EA1n.",test_result_booking_fully_ready:"K\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n t\u1EA5t.",test_result_booking_booking_details:"Chi ti\u1EBFt l\u1ECBch h\u1EB9n",test_result_booking_payment_status_pay_later:"Thanh to\xE1n sau",test_result_booking_payment_status_paid_online:"Thanh to\xE1n online",test_result_booking_payment_status_paid:"\u0110\xE3 thanh to\xE1n",test_result_booking_payment_status_refund_in_progress:"\u0110ang ho\xE0n ti\u1EC1n",test_result_booking_payment_status_refunded:"\u0110\xE3 ho\xE0n ti\u1EC1n",test_result_booking_payment_status_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_booking_status_created:"\u0110\xE3 t\u1EA1o",test_result_booking_booking_status_in_progress:"\u0110ang x\u1EED l\xFD m\u1EABu",test_result_booking_booking_status_completed:"Ho\xE0n t\u1EA5t",test_result_booking_booking_status_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_total_payment:"T\u1ED5ng thanh to\xE1n",test_result_booking_note:"Ghi ch\xFA",test_result_booking_support_zalo:"Zalo:",test_result_booking_support_hotline:"Hotline:",test_result_booking_support_email:"Email:",test_result_booking_sample_collection:"L\u1EA5y m\u1EABu",test_result_booking_testing_location:"\u0110\u1ECBa \u0111i\u1EC3m x\xE9t nghi\u1EC7m",test_result_booking_address:"\u0110\u1ECBa ch\u1EC9",test_result_booking_expected_date:"Ng\xE0y d\u1EF1 ki\u1EBFn",test_result_booking_tests:"X\xE9t nghi\u1EC7m",test_result_booking_packages:"G\xF3i x\xE9t nghi\u1EC7m",test_result_booking_imaging_services:"Ch\u1EA9n \u0111o\xE1n h\xECnh \u1EA3nh",date_time:{day_parts:{morning:"S\xE1ng",afternoon:"Chi\u1EC1u",evening:"T\u1ED1i"}},test_result_health_summary:"T\xF3m t\u1EAFt s\u1EE9c kho\u1EBB",test_result_have_questions:"V\u1EABn c\xF2n c\xE2u h\u1ECFi?"}},oS={psc:{gender:"Gender",male:"Male",female:"Female",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'If you wish to edit your profile, please <a href="tel:1900 1717" class="contact-support">contact support</a>',test_result_view_my_bookings:"View my bookings",test_result_test_more_for_better_health:"Test more for better health",test_result_book_general_screening_panel_now:"Book General Screening Panel now",test_result_status_not_ready:"Not ready yet",test_result_status_couldnt_process:"Couldn't process",test_result_status_ready:"Ready",test_result_status_partially_ready:"Partially ready",test_result_order:"Order",test_result_all_results:"All results",test_result_load_older_results:"Load older results",test_result_all_results_loaded:"All results are loaded",test_result_hi:"Hi,",test_result_your_result_ready:"Your results are ready",test_result_result_partial_completed:"Your results are partially ready",test_result_your_result_not_ready:"Your results are not ready yet",test_result_sample_collected:"Collected:",test_result_result_ready:"Ready:",test_result_sample_collected_on:"Your sample was collected on",test_result_result_released_on:"and your results were released on ",test_result_check_other_results:"Check other results",call_us:"Call for support",test_result_time_support:"From 06:00 - 21:00",test_result_sample_could_not_processed:"Results could not be processed",test_result_contact_support:"Please contact our customer service for further support.",test_result_being_prepared:"Your results are being prepared.",test_result_receive_sms_2_days:"You will receive a SMS as soon as your results are ready.",test_result_note:"Doctor's comments",test_result_measured_in:"measured in",test_result_critical:"Critical",test_result_high:"High",test_result_low:"Low",test_result_normal:"Normal",test_result_about:"About",test_result_all_bookings:"All bookings",test_result_more_bookings:"More Bookings",test_result_no_booking_found:"No booking found",test_result_message_no_booking_yet:"You haven't created any booking yet",test_result_support:"Support",test_result_find_nearest_diag_branch:"Find the nearest branch",test_result_no_results_found:"No results found",test_result_book_to_show_result:"Book a test to show results",test_result_doctor_appointment:"Doctor Appointment",test_result_free:"Free",test_result_more_about_your_results:"Find out more about your resutls",test_result_choose_time:"Choose a time",test_result_reset_all:"Reset all",test_result_opening_slots:"Opening slots",test_result_book_appointment:"Book a call",test_result_successfully_booked:"Successfully booked",test_result_have_an_appointment_with_doctor:"You have an appointment with our doctor at {time} on {date}.",test_result_book_appointment_error_title:"Something went wrong...",test_result_book_appointment_error_description:"Please try to book the appointment again or contact Diag via hotline 19001717 if the error still happens",test_result_upcoming_appointment:"Upcoming appoinment",test_result_date_at_time:"{date} at {time}",test_result_get_started:"Get started",test_result_book_first_test:"Book your first test now",test_result_booking_account_code:"Account code:",test_result_booking_document_type_id_number:"ID number:",test_result_booking_document_type_passport_no:"Passport no:",test_result_booking_patient:"Patient",test_result_booking_doctor:"Doctor",test_result_booking_booking_number:"Your booking number",test_result_booking_results_will_be_there:"Your results will be here...",test_result_booking_booking_canceled:"Your booking was cancelled",test_result_booking_next_step:"Next steps",test_result_booking_diag_contact_you_and_check:"Diag will contact you and check for your preferred time slot.",test_result_booking_find_location_center:"Find location center",test_result_booking_view_results:"View my results",test_result_booking_test_results:"Test results",test_result_booking_need_collect_sample:"Nurse needs to collect your sample.",test_result_booking_processing_sample:"We are processing your sample.",test_result_booking_fully_ready:"Your results are fully ready now.",test_result_booking_booking_details:"Booking details",test_result_booking_payment_status_pay_later:"Pay later",test_result_booking_payment_status_paid_online:"Paid online",test_result_booking_payment_status_paid:"Paid",test_result_booking_payment_status_refund_in_progress:"Refunding",test_result_booking_payment_status_refunded:"Refunded",test_result_booking_payment_status_canceled:"Canceled",test_result_booking_booking_status_created:"Created",test_result_booking_booking_status_in_progress:"In progress",test_result_booking_booking_status_completed:"Completed",test_result_booking_booking_status_canceled:"Canceled",test_result_booking_total_payment:"Total Payment",test_result_booking_note:"Note",test_result_booking_support_zalo:"Zalo:",test_result_booking_support_hotline:"Hotline:",test_result_booking_support_email:"Email:",test_result_booking_sample_collection:"Sample collection",test_result_booking_testing_location:"Testing location",test_result_booking_address:"Address",test_result_booking_expected_date:"Expected date",test_result_booking_tests:"Tests",test_result_booking_packages:"Packages",test_result_booking_imaging_services:"Imaging services",date_time:{day_parts:{morning:"Morning",afternoon:"Afternoon",evening:"Evening"}},test_result_health_summary:"Health summary",test_result_have_questions:"Still have questions?"}},vV={install:(n,t)=>{if(t!=null&&t.i18n){const{mergeLocaleMessage:e}=t.i18n.global;e("vi",rS),e("en",oS)}}};de.AccountSegment=up,de.BookAppointment=QE,de.BookAppointmentModal=DF,de.BookingDetail=TO,de.BookingDetailDesktop=jO,de.BookingList=$F,de.BookingListItem=tS,de.BookingStatus=ks,de.BottomCursedType=Kc,de.CallUsFilledButton=Ex,de.CallUsTextButton=pV,de.CookieName=uA,de.CtaButton=jh,de.DayPartType=_i,de.DocumentType=wc,de.EventBusName=lA,de.EventType=cA,de.Gender=Ec,de.LoadingSkeleton=zh,de.LsKey=wx,de.MyProfile=uV,de.NoItemsFound=Np,de.PatientFullInfo=SA,de.PaymentStatus=mi,de.RejectedResult=Sx,de.ResultReady=bV,de.ResultSegmentNormalType=h1,de.ResultSegmentValueOPR=f1,de.ResultType=d1,de.ServiceType=Xc,de.SupportEmail=aA,de.SupportPhone=Gh,de.TestResultConclusion=qr,de.TestResultDetail=FB,de.TestResultHistoryDetail=JE,de.TestResultHistoryDetailModal=eF,de.TestResultList=XB,de.TestResultListItem=sS,de.TestResultStatus=Nn,de.TestResultTemplate=cp,de.TestStatus=u1,de.default=vV,de.en=oS,de.vi=rS,Object.defineProperties(de,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
130
|
+
}`;var Lt=yh(function(){return jt(D,yt+"return "+st).apply(e,N)});if(Lt.source=st,ic(Lt))throw Lt;return Lt}function ev(s){return Gt(s).toLowerCase()}function nv(s){return Gt(s).toUpperCase()}function sv(s,r,u){if(s=Gt(s),s&&(u||r===e))return ye(s);if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Bn(r),D=Mu(m,y),N=Tu(m,y)+1;return As(m,D,N).join("")}function iv(s,r,u){if(s=Gt(s),s&&(u||r===e))return s.slice(0,Ou(s)+1);if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Tu(m,Bn(r))+1;return As(m,0,y).join("")}function rv(s,r,u){if(s=Gt(s),s&&(u||r===e))return s.replace(lr,"");if(!s||!(r=dn(r)))return s;var m=Bn(s),y=Mu(m,Bn(r));return As(m,y).join("")}function ov(s,r){var u=kt,m=gt;if(be(r)){var y="separator"in r?r.separator:y;u="length"in r?At(r.length):u,m="omission"in r?dn(r.omission):m}s=Gt(s);var D=s.length;if(Vi(s)){var N=Bn(s);D=N.length}if(u>=D)return s;var L=u-$i(m);if(L<1)return m;var Y=N?As(N,0,L).join(""):s.slice(0,L);if(y===e)return Y+m;if(N&&(L+=Y.length-L),rc(y)){if(s.slice(L).search(y)){var J,tt=Y;for(y.global||(y=kl(y.source,Gt(js.exec(y))+"g")),y.lastIndex=0;J=y.exec(tt);)var st=J.index;Y=Y.slice(0,st===e?L:st)}}else if(s.indexOf(dn(y),L)!=L){var ht=Y.lastIndexOf(y);ht>-1&&(Y=Y.slice(0,ht))}return Y+m}function av(s){return s=Gt(s),s&&Ei.test(s)?s.replace(wo,Rm):s}var lv=Gi(function(s,r,u){return s+(u?" ":"")+r.toUpperCase()}),lc=bd("toUpperCase");function gh(s,r,u){return s=Gt(s),r=u?e:r,r===e?Om(s)?Vm(s):Bt(s):s.match(r)||[]}var yh=It(function(s,r){try{return ge(s,e,r)}catch(u){return ic(u)?u:new Tt(u)}}),cv=fs(function(s,r){return De(r,function(u){u=Zn(u),ds(s,u,nc(s[u],s))}),s});function uv(s){var r=s==null?0:s.length,u=wt();return s=r?ie(s,function(m){if(typeof m[1]!="function")throw new kn(c);return[u(m[0]),m[1]]}):[],It(function(m){for(var y=-1;++y<r;){var D=s[y];if(ge(D[0],this,m))return ge(D[1],this,m)}})}function dv(s){return R_(wn(s,w))}function cc(s){return function(){return s}}function hv(s,r){return s==null||s!==s?r:s}var fv=kd(),pv=kd(!0);function rn(s){return s}function uc(s){return Zu(typeof s=="function"?s:wn(s,w))}function mv(s){return Qu(wn(s,w))}function _v(s,r){return td(s,wn(r,w))}var gv=It(function(s,r){return function(u){return Fr(u,s,r)}}),yv=It(function(s,r){return function(u){return Fr(s,u,r)}});function dc(s,r,u){var m=Re(r),y=ua(r,m);u==null&&!(be(r)&&(y.length||!m.length))&&(u=r,r=s,s=this,y=ua(r,Re(r)));var D=!(be(u)&&"chain"in u)||!!u.chain,N=ms(s);return De(y,function(L){var Y=r[L];s[L]=Y,N&&(s.prototype[L]=function(){var J=this.__chain__;if(D||J){var tt=s(this.__wrapped__),st=tt.__actions__=en(this.__actions__);return st.push({func:Y,args:arguments,thisArg:s}),tt.__chain__=J,tt}return Y.apply(s,Pe([this.value()],arguments))})}),s}function bv(){return le._===this&&(le._=zm),this}function hc(){}function vv(s){return s=At(s),It(function(r){return ed(r,s)})}var kv=Ul(ie),xv=Ul(ni),wv=Ul(si);function bh(s){return Kl(s)?q(Zn(s)):Q_(s)}function Ev(s){return function(r){return s==null?e:ci(s,r)}}var Sv=wd(),Dv=wd(!0);function fc(){return[]}function pc(){return!1}function Cv(){return{}}function Mv(){return""}function Tv(){return!0}function Nv(s,r){if(s=At(s),s<1||s>ee)return[];var u=Ot,m=je(s,Ot);r=wt(r),s-=Ot;for(var y=vt(m,r);++u<s;)r(u);return y}function Ov(s){return Nt(s)?ie(s,Zn):hn(s)?[s]:en(Vd(Gt(s)))}function Av(s){var r=++Um;return Gt(s)+r}var Lv=_a(function(s,r){return s+r},0),Iv=Hl("ceil"),Pv=_a(function(s,r){return s/r},1),Rv=Hl("floor");function Fv(s){return s&&s.length?ca(s,rn,Tl):e}function Bv(s,r){return s&&s.length?ca(s,wt(r,2),Tl):e}function Vv(s){return P(s,rn)}function $v(s,r){return P(s,wt(r,2))}function Yv(s){return s&&s.length?ca(s,rn,Ll):e}function Wv(s,r){return s&&s.length?ca(s,wt(r,2),Ll):e}var Uv=_a(function(s,r){return s*r},1),Hv=Hl("round"),zv=_a(function(s,r){return s-r},0);function jv(s){return s&&s.length?xt(s,rn):0}function Gv(s,r){return s&&s.length?xt(s,wt(r,2)):0}return x.after=my,x.ary=Kd,x.assign=nb,x.assignIn=uh,x.assignInWith=Ta,x.assignWith=sb,x.at=ib,x.before=Zd,x.bind=nc,x.bindAll=cv,x.bindKey=Jd,x.castArray=Cy,x.chain=Gd,x.chunk=Rg,x.compact=Fg,x.concat=Bg,x.cond=uv,x.conforms=dv,x.constant=cc,x.countBy=j0,x.create=rb,x.curry=Qd,x.curryRight=th,x.debounce=eh,x.defaults=ob,x.defaultsDeep=ab,x.defer=_y,x.delay=gy,x.difference=Vg,x.differenceBy=$g,x.differenceWith=Yg,x.drop=Wg,x.dropRight=Ug,x.dropRightWhile=Hg,x.dropWhile=zg,x.fill=jg,x.filter=q0,x.flatMap=Z0,x.flatMapDeep=J0,x.flatMapDepth=Q0,x.flatten=Ud,x.flattenDeep=Gg,x.flattenDepth=qg,x.flip=yy,x.flow=fv,x.flowRight=pv,x.fromPairs=Xg,x.functions=pb,x.functionsIn=mb,x.groupBy=ty,x.initial=Zg,x.intersection=Jg,x.intersectionBy=Qg,x.intersectionWith=t0,x.invert=gb,x.invertBy=yb,x.invokeMap=ny,x.iteratee=uc,x.keyBy=sy,x.keys=Re,x.keysIn=sn,x.map=wa,x.mapKeys=vb,x.mapValues=kb,x.matches=mv,x.matchesProperty=_v,x.memoize=Sa,x.merge=xb,x.mergeWith=dh,x.method=gv,x.methodOf=yv,x.mixin=dc,x.negate=Da,x.nthArg=vv,x.omit=wb,x.omitBy=Eb,x.once=by,x.orderBy=iy,x.over=kv,x.overArgs=vy,x.overEvery=xv,x.overSome=wv,x.partial=sc,x.partialRight=nh,x.partition=ry,x.pick=Sb,x.pickBy=hh,x.property=bh,x.propertyOf=Ev,x.pull=i0,x.pullAll=zd,x.pullAllBy=r0,x.pullAllWith=o0,x.pullAt=a0,x.range=Sv,x.rangeRight=Dv,x.rearg=ky,x.reject=ly,x.remove=l0,x.rest=xy,x.reverse=tc,x.sampleSize=uy,x.set=Cb,x.setWith=Mb,x.shuffle=dy,x.slice=c0,x.sortBy=py,x.sortedUniq=_0,x.sortedUniqBy=g0,x.split=Zb,x.spread=wy,x.tail=y0,x.take=b0,x.takeRight=v0,x.takeRightWhile=k0,x.takeWhile=x0,x.tap=F0,x.throttle=Ey,x.thru=xa,x.toArray=ah,x.toPairs=fh,x.toPairsIn=ph,x.toPath=Ov,x.toPlainObject=ch,x.transform=Tb,x.unary=Sy,x.union=w0,x.unionBy=E0,x.unionWith=S0,x.uniq=D0,x.uniqBy=C0,x.uniqWith=M0,x.unset=Nb,x.unzip=ec,x.unzipWith=jd,x.update=Ob,x.updateWith=Ab,x.values=Ki,x.valuesIn=Lb,x.without=T0,x.words=gh,x.wrap=Dy,x.xor=N0,x.xorBy=O0,x.xorWith=A0,x.zip=L0,x.zipObject=I0,x.zipObjectDeep=P0,x.zipWith=R0,x.entries=fh,x.entriesIn=ph,x.extend=uh,x.extendWith=Ta,dc(x,x),x.add=Lv,x.attempt=yh,x.camelCase=Fb,x.capitalize=mh,x.ceil=Iv,x.clamp=Ib,x.clone=My,x.cloneDeep=Ny,x.cloneDeepWith=Oy,x.cloneWith=Ty,x.conformsTo=Ay,x.deburr=_h,x.defaultTo=hv,x.divide=Pv,x.endsWith=Bb,x.eq=$n,x.escape=Vb,x.escapeRegExp=$b,x.every=G0,x.find=X0,x.findIndex=Yd,x.findKey=lb,x.findLast=K0,x.findLastIndex=Wd,x.findLastKey=cb,x.floor=Rv,x.forEach=qd,x.forEachRight=Xd,x.forIn=ub,x.forInRight=db,x.forOwn=hb,x.forOwnRight=fb,x.get=oc,x.gt=Ly,x.gte=Iy,x.has=_b,x.hasIn=ac,x.head=Hd,x.identity=rn,x.includes=ey,x.indexOf=Kg,x.inRange=Pb,x.invoke=bb,x.isArguments=hi,x.isArray=Nt,x.isArrayBuffer=Py,x.isArrayLike=nn,x.isArrayLikeObject=Ce,x.isBoolean=Ry,x.isBuffer=Ls,x.isDate=Fy,x.isElement=By,x.isEmpty=Vy,x.isEqual=$y,x.isEqualWith=Yy,x.isError=ic,x.isFinite=Wy,x.isFunction=ms,x.isInteger=sh,x.isLength=Ca,x.isMap=ih,x.isMatch=Uy,x.isMatchWith=Hy,x.isNaN=zy,x.isNative=jy,x.isNil=qy,x.isNull=Gy,x.isNumber=rh,x.isObject=be,x.isObjectLike=Se,x.isPlainObject=Ur,x.isRegExp=rc,x.isSafeInteger=Xy,x.isSet=oh,x.isString=Ma,x.isSymbol=hn,x.isTypedArray=Xi,x.isUndefined=Ky,x.isWeakMap=Zy,x.isWeakSet=Jy,x.join=e0,x.kebabCase=Yb,x.last=Sn,x.lastIndexOf=n0,x.lowerCase=Wb,x.lowerFirst=Ub,x.lt=Qy,x.lte=tb,x.max=Fv,x.maxBy=Bv,x.mean=Vv,x.meanBy=$v,x.min=Yv,x.minBy=Wv,x.stubArray=fc,x.stubFalse=pc,x.stubObject=Cv,x.stubString=Mv,x.stubTrue=Tv,x.multiply=Uv,x.nth=s0,x.noConflict=bv,x.noop=hc,x.now=Ea,x.pad=Hb,x.padEnd=zb,x.padStart=jb,x.parseInt=Gb,x.random=Rb,x.reduce=oy,x.reduceRight=ay,x.repeat=qb,x.replace=Xb,x.result=Db,x.round=Hv,x.runInContext=F,x.sample=cy,x.size=hy,x.snakeCase=Kb,x.some=fy,x.sortedIndex=u0,x.sortedIndexBy=d0,x.sortedIndexOf=h0,x.sortedLastIndex=f0,x.sortedLastIndexBy=p0,x.sortedLastIndexOf=m0,x.startCase=Jb,x.startsWith=Qb,x.subtract=zv,x.sum=jv,x.sumBy=Gv,x.template=tv,x.times=Nv,x.toFinite=_s,x.toInteger=At,x.toLength=lh,x.toLower=ev,x.toNumber=Dn,x.toSafeInteger=eb,x.toString=Gt,x.toUpper=nv,x.trim=sv,x.trimEnd=iv,x.trimStart=rv,x.truncate=ov,x.unescape=av,x.uniqueId=Av,x.upperCase=lv,x.upperFirst=lc,x.each=qd,x.eachRight=Xd,x.first=Hd,dc(x,function(){var s={};return Xn(x,function(r,u){Jt.call(x.prototype,u)||(s[u]=r)}),s}(),{chain:!1}),x.VERSION=i,De(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){x[s].placeholder=x}),De(["drop","take"],function(s,r){Vt.prototype[s]=function(u){u=u===e?1:Ie(At(u),0);var m=this.__filtered__&&!r?new Vt(this):this.clone();return m.__filtered__?m.__takeCount__=je(u,m.__takeCount__):m.__views__.push({size:je(u,Ot),type:s+(m.__dir__<0?"Right":"")}),m},Vt.prototype[s+"Right"]=function(u){return this.reverse()[s](u).reverse()}}),De(["filter","map","takeWhile"],function(s,r){var u=r+1,m=u==xe||u==Xt;Vt.prototype[s]=function(y){var D=this.clone();return D.__iteratees__.push({iteratee:wt(y,3),type:u}),D.__filtered__=D.__filtered__||m,D}}),De(["head","last"],function(s,r){var u="take"+(r?"Right":"");Vt.prototype[s]=function(){return this[u](1).value()[0]}}),De(["initial","tail"],function(s,r){var u="drop"+(r?"":"Right");Vt.prototype[s]=function(){return this.__filtered__?new Vt(this):this[u](1)}}),Vt.prototype.compact=function(){return this.filter(rn)},Vt.prototype.find=function(s){return this.filter(s).head()},Vt.prototype.findLast=function(s){return this.reverse().find(s)},Vt.prototype.invokeMap=It(function(s,r){return typeof s=="function"?new Vt(this):this.map(function(u){return Fr(u,s,r)})}),Vt.prototype.reject=function(s){return this.filter(Da(wt(s)))},Vt.prototype.slice=function(s,r){s=At(s);var u=this;return u.__filtered__&&(s>0||r<0)?new Vt(u):(s<0?u=u.takeRight(-s):s&&(u=u.drop(s)),r!==e&&(r=At(r),u=r<0?u.dropRight(-r):u.take(r-s)),u)},Vt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Vt.prototype.toArray=function(){return this.take(Ot)},Xn(Vt.prototype,function(s,r){var u=/^(?:filter|find|map|reject)|While$/.test(r),m=/^(?:head|last)$/.test(r),y=x[m?"take"+(r=="last"?"Right":""):r],D=m||/^find/.test(r);!y||(x.prototype[r]=function(){var N=this.__wrapped__,L=m?[1]:arguments,Y=N instanceof Vt,J=L[0],tt=Y||Nt(N),st=function(Rt){var Wt=y.apply(x,Pe([Rt],L));return m&&ht?Wt[0]:Wt};tt&&u&&typeof J=="function"&&J.length!=1&&(Y=tt=!1);var ht=this.__chain__,yt=!!this.__actions__.length,St=D&&!ht,Lt=Y&&!yt;if(!D&&tt){N=Lt?N:new Vt(this);var Dt=s.apply(N,L);return Dt.__actions__.push({func:xa,args:[st],thisArg:e}),new xn(Dt,ht)}return St&&Lt?s.apply(this,L):(Dt=this.thru(st),St?m?Dt.value()[0]:Dt.value():Dt)})}),De(["pop","push","shift","sort","splice","unshift"],function(s){var r=qo[s],u=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",m=/^(?:pop|shift)$/.test(s);x.prototype[s]=function(){var y=arguments;if(m&&!this.__chain__){var D=this.value();return r.apply(Nt(D)?D:[],y)}return this[u](function(N){return r.apply(Nt(N)?N:[],y)})}}),Xn(Vt.prototype,function(s,r){var u=x[r];if(u){var m=u.name+"";Jt.call(Hi,m)||(Hi[m]=[]),Hi[m].push({name:r,func:u})}}),Hi[ma(e,A).name]=[{name:"wrapper",func:e}],Vt.prototype.clone=a_,Vt.prototype.reverse=l_,Vt.prototype.value=c_,x.prototype.at=B0,x.prototype.chain=V0,x.prototype.commit=$0,x.prototype.next=Y0,x.prototype.plant=U0,x.prototype.reverse=H0,x.prototype.toJSON=x.prototype.valueOf=x.prototype.value=z0,x.prototype.first=x.prototype.head,Nr&&(x.prototype[Nr]=W0),x},Yi=$m();as?((as.exports=Yi)._=Yi,bn._=Yi):le._=Yi}).call(Bc)})(Sm,Sm.exports);const EB={class:"psc-flex-auto psc-px-2 psc-font-semibold"},SB={class:"psc-pt-3"},DB={key:0},CB=f.createElementVNode("div",{class:"psc-flex-initial psc-pr-3 psc-pt-2"},[f.createElementVNode("div",{class:"psc-h-[6px] psc-w-[6px] psc-rounded-full psc-bg-blue-darken-1"})],-1),MB={class:"psc-flex-auto psc-pl-2"},TB=["innerHTML"],NB=f.defineComponent({__name:"HealthSummary",props:{items:{default:()=>[]},ctaButton:{type:Boolean,default:!1}},emits:["click:cta-button","update:modelValue"],setup(n,{emit:t}){const e=n,i=f.ref(!0),o=f.computed(()=>!Sm.exports.isEmpty(e.items)),a=()=>{i.value=!i.value};return(c,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createElementVNode("div",{class:"psc-flex psc-w-full psc-cursor-pointer psc-items-center psc-rounded-lg psc-bg-[#e6f0fe] psc-px-3 psc-py-1 psc-text-blue-darken-1",onClick:d[0]||(d[0]=p=>a())},[f.createVNode(f.unref(sr),{icon:"dgic-stethoscope-thick"}),f.createElementVNode("div",EB,f.toDisplayString(c.$t("psc.test_result_health_summary")),1),f.createElementVNode("i",{class:f.normalizeClass(["dgic-chevron-down-thin psc-text-2xl psc-transition-transform",{"psc-rotate-180":i.value}])},null,2)]),f.createVNode(f.unref(SC),{modelValue:i.value,"onUpdate:modelValue":d[2]||(d[2]=p=>i.value=p)},{default:f.withCtx(()=>[f.createElementVNode("div",SB,[f.unref(o)?(f.openBlock(),f.createElementBlock("div",DB,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(e.items,(p,g)=>(f.openBlock(),f.createElementBlock("div",{key:`item${g}`,class:"psc-flex psc-w-full psc-px-3 psc-py-2"},[CB,f.createElementVNode("div",MB,[f.createElementVNode("div",{innerHTML:p},null,8,TB)])]))),128))])):f.createCommentVNode("",!0),e.ctaButton?(f.openBlock(),f.createBlock(f.unref(Aa),{key:1,type:"secondary",class:"psc-mt-5 psc-w-full",onClick:d[1]||(d[1]=p=>t("click:cta-button"))},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(c.$t("psc.test_result_have_questions")),1)]),_:1})):f.createCommentVNode("",!0)])]),_:1},8,["modelValue"])],64))}}),OB={},AB={class:"psc-mb-4 psc-w-full psc-px-4"},LB={class:"psc-flex psc-flex-wrap psc-rounded-lg psc-border psc-border-gray-lighten-2 psc-p-3 psc-shadow"};function IB(n,t){return f.openBlock(),f.createElementBlock("div",AB,[f.createElementVNode("div",LB,[f.renderSlot(n.$slots,"default")])])}const Ff=Ji(OB,[["render",IB]]),PB={key:0,class:"consumer-test-result__ready"},RB={class:"psc-px-4"},FB=f.defineComponent({__name:"TestResultDetail",props:{testResult:null,loading:{type:Boolean},hidePatientInfo:{type:Boolean,default:!1}},emits:["click:book-appointment"],setup(n,{emit:t}){const e=n,i=f.computed(()=>[Nn.Ordered,Nn.InProgress,Nn.Ready,Nn.PartiallyComplete].includes(e.testResult.result_status)),o=f.computed(()=>e.testResult.template_type===cp.HPV&&[Nn.Ordered,Nn.InProgress].includes(e.testResult.result_status)),a=f.computed(()=>{var d,p;return{patientName:!e.hidePatientInfo,healthSummary:((d=e.testResult.remarks)==null?void 0:d.length)>0,bookAppointment:e.testResult.is_free_consultant&&(!e.testResult.remarks||e.testResult.remarks.length===0),doctorNote:!!e.testResult.doctor_note&&((p=e.testResult.remarks)==null?void 0:p.length)===0,upcomingAppointment:!e.testResult.doctor_note&&!!e.testResult.consult_time}}),c=f.computed(()=>{let d=[];return e.testResult.remarks&&(d=d.concat(e.testResult.remarks.map(p=>p.name))),e.testResult.doctor_note&&d.push(e.testResult.doctor_note),d});return(d,p)=>(f.openBlock(),f.createElementBlock("div",null,[e.loading?(f.openBlock(),f.createBlock(wB,{key:0})):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[f.unref(i)?(f.openBlock(),f.createElementBlock("div",PB,[f.createElementVNode("div",null,[f.unref(a).patientName?(f.openBlock(),f.createBlock(_x,{key:0,"first-name":e.testResult.first_name,class:"psc-px-4 psc-pb-2"},null,8,["first-name"])):f.createCommentVNode("",!0),f.createVNode(KF,{"test-result":e.testResult,class:"psc-px-4 psc-pb-4"},null,8,["test-result"]),f.unref(a).healthSummary?(f.openBlock(),f.createBlock(Ff,{key:1},{default:f.withCtx(()=>[f.createVNode(NB,{items:f.unref(c),"cta-button":e.testResult.is_free_consultant,"onClick:ctaButton":p[0]||(p[0]=g=>t("click:book-appointment"))},null,8,["items","cta-button"])]),_:1})):f.createCommentVNode("",!0),f.unref(a).bookAppointment?(f.openBlock(),f.createBlock(Ff,{key:2},{default:f.withCtx(()=>[f.createVNode(iB,{"onClick:book":p[1]||(p[1]=g=>t("click:book-appointment"))})]),_:1})):f.createCommentVNode("",!0),f.unref(a).doctorNote?(f.openBlock(),f.createBlock(Ff,{key:3},{default:f.withCtx(()=>[f.createVNode(aB,{"doctor-note":e.testResult.doctor_note},null,8,["doctor-note"])]),_:1})):f.createCommentVNode("",!0),f.unref(a).upcomingAppointment?(f.openBlock(),f.createBlock(Ff,{key:4},{default:f.withCtx(()=>[f.createVNode(hB,{"time-slot":e.testResult.consult_time},null,8,["time-slot"])]),_:1})):f.createCommentVNode("",!0)]),f.createElementVNode("div",RB,[f.renderSlot(d.$slots,"header"),f.unref(o)?f.createCommentVNode("",!0):f.renderSlot(d.$slots,"default",{key:0}),f.renderSlot(d.$slots,"footer")])])):(f.openBlock(),f.createBlock(Sx,{key:1,class:"psc-px-4"},{"body-append":f.withCtx(()=>[f.createVNode(Ex,{class:"psc-mt-6"})]),_:1}))],64))]))}}),BB={class:"psc-cursor-pointer psc-space-y-3 psc-rounded-lg psc-p-3 psc-shadow hover:psc-bg-slate-100"},VB={class:"psc-flex psc-items-center"},$B={class:"psc-flex-initial psc-font-semibold psc-text-blue-darken-1"},YB={class:"psc-flex-auto psc-pl-2 psc-text-black/[0.6]"},WB=f.createElementVNode("div",{class:"psc-flex-initial"},[f.createElementVNode("i",{class:"dgic-chevron-right-thin psc-text-2xl psc-text-blue-darken-1"})],-1),UB={class:"psc-flex"},HB={class:"psc-text-sm"},sS=f.defineComponent({__name:"TestResultListItem",props:{item:null},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>({[Nn.Ordered]:{text:e("psc.test_result_status_not_ready"),cssClass:"psc-text-black/60",icon:"dgic-time-dotted"},[Nn.InProgress]:{text:e("psc.test_result_status_not_ready"),cssClass:"psc-text-black/60",icon:"dgic-time-dotted"},[Nn.PartiallyComplete]:{text:e("psc.test_result_status_partially_ready"),cssClass:"psc-text-black/60",icon:"dgic-partial-thin-2"},[Nn.Ready]:{text:e("psc.test_result_status_ready"),cssClass:"psc-text-green-darken-1",icon:"dgic-check-mark-thin"},[Nn.Canceled]:{text:e("psc.test_result_status_couldnt_process"),cssClass:"psc-text-red-darken-1",icon:"dgic-cancel-right-to-left"},[Nn.Rejected]:{text:e("psc.test_result_status_couldnt_process"),cssClass:"psc-text-red-darken-1",icon:"dgic-cancel-right-to-left"}})[t.item.result_status]||{text:"",cssClass:"",icon:""});return(a,c)=>(f.openBlock(),f.createElementBlock("div",BB,[f.createElementVNode("div",VB,[f.createElementVNode("div",$B,[f.createElementVNode("span",null,f.toDisplayString(`${a.$t("psc.test_result_order")} ${t.item.order_id}`),1)]),f.createElementVNode("div",YB,f.toDisplayString(f.unref(i)(new Date(t.item.visit_date))),1),WB]),f.createElementVNode("div",UB,[f.createElementVNode("div",{class:f.normalizeClass(["psc-flex psc-items-center psc-font-semibold",f.unref(o).cssClass])},[f.createElementVNode("span",HB,f.toDisplayString(f.unref(o).text),1),f.createVNode(f.unref(sr),{icon:f.unref(o).icon,class:"psc-ml-1 psc-text-2xl"},null,8,["icon"])],2)])]))}}),zB={class:"psc-space-y-4 psc-px-4"},jB={class:"psc-w-full psc-px-4 psc-pt-7 psc-text-center"},GB={key:1},qB={key:0,class:"psc-px-4 psc-pt-7"},XB=f.defineComponent({__name:"TestResultList",props:{items:null,loading:{type:Boolean},skeletonCount:null,ctaButtonUrl:{default:""},hideLoadMore:{type:Boolean},bookingButtonUrl:{default:""}},emits:["switch-to-detail","click:load-more"],setup(n,{emit:t}){const e=n,i=async()=>{t("click:load-more")},o=async a=>{t("switch-to-detail",a)};return(a,c)=>(f.openBlock(),f.createElementBlock("div",null,[!e.loading&&e.items.length===0?(f.openBlock(),f.createBlock(Np,{key:0,title:a.$t("psc.test_result_no_results_found"),subtitle:a.$t("psc.test_result_book_to_show_result"),"booking-button-url":e.bookingButtonUrl,class:"psc-content-h-full"},null,8,["title","subtitle","booking-button-url"])):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[f.createVNode(Em,null,{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.$t("psc.test_result_all_results")),1)]),_:1}),f.createElementVNode("div",zB,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(e.items,(d,p)=>(f.openBlock(),f.createElementBlock("div",{key:`item${p}`},[f.createVNode(sS,{item:d,onClick:g=>o(d)},null,8,["item","onClick"])]))),128)),e.loading?(f.openBlock(!0),f.createElementBlock(f.Fragment,{key:0},f.renderList(e.skeletonCount,d=>(f.openBlock(),f.createBlock(zh,{key:`skeleton${d}`}))),128)):f.createCommentVNode("",!0)]),f.createElementVNode("div",jB,[e.hideLoadMore?(f.openBlock(),f.createElementBlock("div",GB,f.toDisplayString(a.$t("psc.test_result_all_results_loaded")),1)):(f.openBlock(),f.createBlock(f.unref(Aa),{key:0,type:"secondary",disabled:e.loading,size:"sm","prepend-icon":"dgic-double-chevron-down-thin",onClick:i},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.$t("psc.test_result_load_older_results")),1)]),_:1},8,["disabled"]))]),e.ctaButtonUrl?(f.openBlock(),f.createElementBlock("div",qB,[f.createVNode(jh,{class:"psc-mt-[20px]",url:n.ctaButtonUrl,title:a.$t("psc.test_result_test_more_for_better_health"),subtitle:a.$t("psc.test_result_book_general_screening_panel_now")},null,8,["url","title","subtitle"])])):f.createCommentVNode("",!0)],64))]))}}),iS=()=>{window.open(`tel:${Gh}`,"_self")},KB=n=>`${n.slice(0,-6)} ${n.slice(-6,-3)} ${n.slice(-3)}`,ZB={class:"psc-px-4"},JB={key:1,class:"psc-mb-[20px] psc-flex"},QB=f.createElementVNode("div",{class:"psc-mr-[16px] psc-h-[60px] psc-w-[60px] psc-min-w-[60px] psc-overflow-hidden psc-rounded-full psc-border-[1px] psc-border-solid psc-border-[#00000019]"},[f.createElementVNode("i",{class:"dgic-user-circle psc-text-[60px] psc-text-[#00000019]"})],-1),tV={class:"psc-text-[14px]"},eV={class:"psc-mb-[12px] psc-text-[20px] psc-font-[600]"},nV={class:"psc-mb-[8px] psc-flex psc-items-center"},sV=f.createElementVNode("i",{class:"dgic-cake psc-mr-1 psc-text-[22px] psc-font-bold"},null,-1),iV={class:"psc-mb-[8px] psc-flex psc-items-center"},rV=f.createElementVNode("i",{class:"dgic-phone-light psc-mr-1 psc-text-[22px]"},null,-1),oV={class:"psc-mb-[8px] psc-flex psc-items-center"},aV={class:"psc-mb-[35px] psc-flex psc-rounded-[8px] psc-bg-[#e6f0fe] psc-px-[16px] psc-py-[20px]"},lV=f.createElementVNode("div",{class:"items-start psc-mr-[8px] psc-flex"},[f.createElementVNode("i",{class:"dgic-info-fill psc-text-[24px] psc-text-blue-darken-1"})],-1),cV=["innerHTML"],uV=f.defineComponent({__name:"MyProfile",props:{fullName:null,dob:null,gender:null,phoneNumber:null,loading:{type:Boolean},ctaButtonUrl:{default:""}},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>t.fullName),a=f.computed(()=>i(new Date(t.dob))),c=f.computed(()=>t.gender?{[Ec.Male]:{icon:"dgic-gender-male",text:e("psc.male")},[Ec.Female]:{icon:"dgic-gender-female",text:e("psc.female")}}[t.gender]:{icon:"",text:""}),d=f.computed(()=>t.phoneNumber?KB(t.phoneNumber):"");return(p,g)=>(f.openBlock(),f.createElementBlock("div",null,[f.createVNode(Em,null,{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(f.unref(e)("psc.test_result_my_profile")),1)]),_:1}),f.createElementVNode("div",ZB,[t.loading?(f.openBlock(),f.createBlock(zh,{key:0,class:"psc-mb-[20px] psc-pb-16"})):(f.openBlock(),f.createElementBlock("div",JB,[QB,f.createElementVNode("div",tV,[f.createElementVNode("div",eV,f.toDisplayString(f.unref(o)),1),f.createElementVNode("div",nV,[sV,f.createTextVNode(" "+f.toDisplayString(f.unref(a)),1)]),f.createElementVNode("div",iV,[rV,f.createTextVNode(" "+f.toDisplayString(f.unref(d)),1)]),f.createElementVNode("div",oV,[f.createElementVNode("i",{class:f.normalizeClass(["psc-mr-1 psc-text-[22px]",f.unref(c).icon])},null,2),f.createTextVNode(" "+f.toDisplayString(f.unref(c).text),1)])])])),f.createElementVNode("div",aV,[lV,f.createElementVNode("div",{innerHTML:f.unref(e)("psc.test_result_if_you_wish_to_edit_your_profile")},null,8,cV)]),t.ctaButtonUrl?(f.openBlock(),f.createBlock(jh,{key:2,class:"psc-mt-[20px]",url:t.ctaButtonUrl,title:p.$t("psc.test_result_test_more_for_better_health"),subtitle:p.$t("psc.test_result_book_general_screening_panel_now")},null,8,["url","title","subtitle"])):f.createCommentVNode("",!0)])]))}}),RV="",dV={class:"call-us-text-button"},hV=f.createElementVNode("i",{class:"dgic-phone-light psc-mr-1"},null,-1),fV={class:"diag-opening-time"},pV=f.defineComponent({__name:"CallUsTextButton",setup(n){const{t}=Wn();return(e,i)=>(f.openBlock(),f.createElementBlock("div",dV,[f.createElementVNode("div",{class:"diag-phone-number",onClick:i[0]||(i[0]=(...o)=>f.unref(iS)&&f.unref(iS)(...o))},[hV,f.createElementVNode("span",null,f.toDisplayString(f.unref(Gh)),1)]),f.createElementVNode("div",fV,f.toDisplayString(f.unref(t)("psc.test_result_time_support")),1)]))}}),FV="",mV={class:"result-ready"},_V={class:"result-ready__title"},gV={class:"result-ready__date"},yV={key:0,class:"result-ready__date"},bV=f.defineComponent({__name:"ResultReady",props:{testResult:null},setup(n){const t=n,{t:e}=Wn(),{formatDate:i}=Zi(),o=f.computed(()=>t.testResult.sample_collected_at&&i(new Date(t.testResult.sample_collected_at))||""),a=f.computed(()=>t.testResult.result_at&&i(new Date(t.testResult.result_at))||""),c=f.computed(()=>t.testResult.result_status===Nn.Ready),d=f.computed(()=>{switch(t.testResult.result_status){case Nn.Ordered:case Nn.InProgress:return e("psc.test_result_your_result_not_ready");case Nn.Ready:return e("psc.test_result_your_result_ready");case Nn.PartiallyComplete:return e("psc.test_result_result_partial_completed");default:return""}});return(p,g)=>(f.openBlock(),f.createElementBlock("div",mV,[f.createElementVNode("span",_V,f.toDisplayString(f.unref(d)),1),f.createElementVNode("div",gV,f.toDisplayString(f.unref(e)("psc.test_result_sample_collected_on"))+" "+f.toDisplayString(`${f.unref(o)}.`),1),f.unref(c)?(f.openBlock(),f.createElementBlock("div",yV,f.toDisplayString(f.unref(e)("psc.test_result_result_released_on"))+" "+f.toDisplayString(`${f.unref(a)}.`),1)):f.createCommentVNode("",!0)]))}}),BV="",rS={psc:{gender:"Gi\u1EDBi t\xEDnh",male:"Nam",female:"N\u1EEF",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'N\u1EBFu c\u1EA7n thay \u0111\u1ED5i th\xF4ng tin c\xE1 nh\xE2n, b\u1EA1n vui l\xF2ng <a href="tel:1900 1717" class="contact-support">li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3</a>',test_result_view_my_bookings:"Xem l\u1ECBch h\u1EB9n c\u1EE7a t\xF4i",test_result_test_more_for_better_health:"\u0110\u1EC3 th\u1EA5u hi\u1EC3u v\xE0 duy tr\xEC s\u1EE9c kho\u1EBB",test_result_book_general_screening_panel_now:"\u0110\u1EB7t h\u1EB9n G\xF3i X\xE9t Nghi\u1EC7m T\u1ED5ng Qu\xE1t ngay",test_result_status_not_ready:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3",test_result_status_couldnt_process:"M\u1EABu kh\xF4ng th\u1EC3 x\u1EED l\xFD",test_result_status_ready:"S\u1EB5n s\xE0ng",test_result_status_partially_ready:"S\u1EB5n s\xE0ng m\u1ED9t ph\u1EA7n",test_result_order:"Ch\u1EC9 \u0111\u1ECBnh",test_result_all_results:"T\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_load_older_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 c\u0169 h\u01A1n",test_result_all_results_loaded:"\u0110\xE3 hi\u1EC3n th\u1ECB t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_hi:"Xin ch\xE0o,",test_result_your_result_ready:"B\u1EA1n \u0111\xE3 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m",test_result_result_partial_completed:"X\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n th\xE0nh m\u1ED9t ph\u1EA7n",test_result_your_result_not_ready:"K\u1EBFt qu\u1EA3 c\u1EE7a b\u1EA1n ch\u01B0a ho\xE0n t\u1EA5t",test_result_sample_collected:"L\u1EA5y m\u1EABu:",test_result_result_ready:"C\xF3 k\u1EBFt qu\u1EA3:",test_result_sample_collected_on:"M\u1EABu \u0111\xE3 \u0111\u01B0\u1EE3c l\u1EA5y v\xE0o ng\xE0y",test_result_result_released_on:"v\xE0 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m v\xE0o ng\xE0y",test_result_check_other_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 kh\xE1c",call_us:"Li\xEAn h\u1EC7 Diag",test_result_time_support:"T\u1EEB 06:00 - 21:00",test_result_sample_could_not_processed:"Kh\xF4ng th\u1EC3 x\u1EED l\xFD m\u1EABu b\u1EA1n \u0111\xE3 g\u1EEDi.",test_result_contact_support:"Xin li\xEAn h\u1EC7 b\u1ED9 ph\u1EADn CSKH c\u1EE7a ch\xFAng t\xF4i \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 th\xEAm",test_result_being_prepared:"M\u1EABu c\u1EE7a b\u1EA1n \u0111ang \u0111\u01B0\u1EE3c x\xE9t nghi\u1EC7m.",test_result_receive_sms_2_days:"B\u1EA1n s\u1EBD nh\u1EADn \u0111\u01B0\u1EE3c tin nh\u1EAFn SMS ngay khi c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_note:"T\u01B0 v\u1EA5n t\u1EEB b\xE1c s\u0129",test_result_measured_in:"\u0111\u01A1n v\u1ECB t\xEDnh l\xE0",test_result_critical:"Nguy hi\u1EC3m",test_result_high:"Cao",test_result_low:"Th\u1EA5p",test_result_normal:"B\xECnh th\u01B0\u1EDDng",test_result_about:"\xDD ngh\u0129a c\u1EE7a",test_result_all_bookings:"T\u1EA5t c\u1EA3 l\u1ECBch h\u1EB9n",test_result_more_bookings:"L\u1ECBch h\u1EB9n kh\xE1c",test_result_no_booking_found:"Kh\xF4ng c\xF3 l\u1ECBch h\u1EB9n n\xE0o",test_result_message_no_booking_yet:"B\u1EA1n ch\u01B0a t\u1EA1o l\u1ECBch h\u1EB9n x\xE9t nghi\u1EC7m n\xE0o",test_result_support:"H\u1ED7 tr\u1EE3",test_result_find_nearest_diag_branch:"T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t",test_result_no_results_found:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3 n\xE0o",test_result_book_to_show_result:"\u0110\u1EB7t h\u1EB9n x\xE9t nghi\u1EC7m ngay \u0111\u1EC3 xem k\u1EBFt qu\u1EA3",test_result_doctor_appointment:"Gi\u1EA3i th\xEDch k\u1EBFt qu\u1EA3",test_result_free:"Mi\u1EC5n ph\xED",test_result_more_about_your_results:"Hi\u1EC3u r\xF5 h\u01A1n v\u1EC1 k\u1EBFt qu\u1EA3 c\u1EE7a b\u1EA1n",test_result_choose_time:"Ch\u1ECDn ng\xE0y h\u1EB9n",test_result_reset_all:"Ch\u1ECDn l\u1EA1i",test_result_opening_slots:"Ch\u1ECDn gi\u1EDD",test_result_book_appointment:"\u0110\u1EB7t h\u1EB9n nh\u1EADn cu\u1ED9c g\u1ECDi",test_result_successfully_booked:"\u0110\u1EB7t h\u1EB9n th\xE0nh c\xF4ng",test_result_have_an_appointment_with_doctor:"B\u1EA1n c\xF3 l\u1ECBch h\u1EB9n v\u1EDBi b\xE1c s\u0129 c\u1EE7a Diag v\xE0o {time} ng\xE0y {date}.",test_result_book_appointment_error_title:"\u0110\xE3 c\xF3 l\u1ED7i x\u1EA3y ra...",test_result_book_appointment_error_description:"B\u1EA1n vui l\xF2ng th\u1EED l\u1EA1i ho\u1EB7c li\xEAn h\u1EC7 Diag qua hotline 19001717 n\u1EBFu v\u1EABn kh\xF4ng th\u1EC3 \u0111\u1EB7t h\u1EB9n th\xE0nh c\xF4ng.",test_result_upcoming_appointment:"L\u1ECBch h\u1EB9n s\u1EAFp t\u1EDBi",test_result_date_at_time:"v\xE0o {time} ng\xE0y {date}",test_result_get_started:"B\u1EAFt \u0111\u1EA7u",test_result_book_first_test:"\u0110\u1EB7t h\u1EB9n x\xE9t nghi\u1EC7m ngay",test_result_booking_account_code:"M\xE3 t\xE0i kho\u1EA3n:",test_result_booking_document_type_id_number:"CMND/CCCD:",test_result_booking_document_type_passport_no:"H\u1ED9 chi\u1EBFu:",test_result_booking_patient:"B\u1EC7nh nh\xE2n",test_result_booking_doctor:"B\xE1c s\u0129",test_result_booking_booking_number:"M\xE3 \u0111\u1EB7t ch\u1ED7 c\u1EE7a b\u1EA1n",test_result_booking_results_will_be_there:"Xem k\u1EBFt qu\u1EA3 t\u1EA1i \u0111\xE2y khi ho\xE0n t\u1EA5t...",test_result_booking_booking_canceled:"L\u1ECBch h\u1EB9n c\u1EE7a b\u1EA1n \u0111\xE3 hu\u1EF7",test_result_booking_next_step:"B\u01B0\u1EDBc ti\u1EBFp theo",test_result_booking_diag_contact_you_and_check:"Diag s\u1EBD li\xEAn h\u1EC7 \u0111\u1EC3 s\u1EAFp x\u1EBFp l\u1ECBch h\u1EB9n ph\xF9 h\u1EE3p v\u1EDBi th\u1EDDi gian c\u1EE7a b\u1EA1n.",test_result_booking_find_location_center:"T\xECm chi nh\xE1nh Diag",test_result_booking_view_results:"Xem k\u1EBFt qu\u1EA3 c\u1EE7a t\xF4i",test_result_booking_test_results:"K\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m",test_result_booking_need_collect_sample:"Y t\xE1 c\u1EA7n l\u1EA5y m\u1EABu c\u1EE7a b\u1EA1n.",test_result_booking_processing_sample:"Ch\xFAng t\xF4i \u0111ang x\u1EED l\xFD m\u1EABu c\u1EE7a b\u1EA1n.",test_result_booking_fully_ready:"K\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n t\u1EA5t.",test_result_booking_booking_details:"Chi ti\u1EBFt l\u1ECBch h\u1EB9n",test_result_booking_payment_status_pay_later:"Thanh to\xE1n sau",test_result_booking_payment_status_paid_online:"Thanh to\xE1n online",test_result_booking_payment_status_paid:"\u0110\xE3 thanh to\xE1n",test_result_booking_payment_status_refund_in_progress:"\u0110ang ho\xE0n ti\u1EC1n",test_result_booking_payment_status_refunded:"\u0110\xE3 ho\xE0n ti\u1EC1n",test_result_booking_payment_status_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_booking_status_created:"\u0110\xE3 t\u1EA1o",test_result_booking_booking_status_in_progress:"\u0110ang x\u1EED l\xFD m\u1EABu",test_result_booking_booking_status_completed:"Ho\xE0n t\u1EA5t",test_result_booking_booking_status_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_total_payment:"T\u1ED5ng thanh to\xE1n",test_result_booking_note:"Ghi ch\xFA",test_result_booking_support_zalo:"Zalo:",test_result_booking_support_hotline:"Hotline:",test_result_booking_support_email:"Email:",test_result_booking_sample_collection:"L\u1EA5y m\u1EABu",test_result_booking_testing_location:"\u0110\u1ECBa \u0111i\u1EC3m x\xE9t nghi\u1EC7m",test_result_booking_address:"\u0110\u1ECBa ch\u1EC9",test_result_booking_expected_date:"Ng\xE0y d\u1EF1 ki\u1EBFn",test_result_booking_tests:"X\xE9t nghi\u1EC7m",test_result_booking_packages:"G\xF3i x\xE9t nghi\u1EC7m",test_result_booking_imaging_services:"Ch\u1EA9n \u0111o\xE1n h\xECnh \u1EA3nh",date_time:{day_parts:{morning:"S\xE1ng",afternoon:"Chi\u1EC1u",evening:"T\u1ED1i"}},test_result_health_summary:"T\xF3m t\u1EAFt s\u1EE9c kho\u1EBB s\u01A1 b\u1ED9",test_result_have_questions:"\u0110\u1EB7t cu\u1ED9c g\u1ECDi t\u01B0 v\u1EA5n"}},oS={psc:{gender:"Gender",male:"Male",female:"Female",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'If you wish to edit your profile, please <a href="tel:1900 1717" class="contact-support">contact support</a>',test_result_view_my_bookings:"View my bookings",test_result_test_more_for_better_health:"Test more for better health",test_result_book_general_screening_panel_now:"Book General Screening Panel now",test_result_status_not_ready:"Not ready yet",test_result_status_couldnt_process:"Couldn't process",test_result_status_ready:"Ready",test_result_status_partially_ready:"Partially ready",test_result_order:"Order",test_result_all_results:"All results",test_result_load_older_results:"Load older results",test_result_all_results_loaded:"All results are loaded",test_result_hi:"Hi,",test_result_your_result_ready:"Your results are ready",test_result_result_partial_completed:"Your results are partially ready",test_result_your_result_not_ready:"Your results are not ready yet",test_result_sample_collected:"Collected:",test_result_result_ready:"Ready:",test_result_sample_collected_on:"Your sample was collected on",test_result_result_released_on:"and your results were released on ",test_result_check_other_results:"Check other results",call_us:"Call for support",test_result_time_support:"From 06:00 - 21:00",test_result_sample_could_not_processed:"Results could not be processed",test_result_contact_support:"Please contact our customer service for further support.",test_result_being_prepared:"Your results are being prepared.",test_result_receive_sms_2_days:"You will receive a SMS as soon as your results are ready.",test_result_note:"Doctor's comments",test_result_measured_in:"measured in",test_result_critical:"Critical",test_result_high:"High",test_result_low:"Low",test_result_normal:"Normal",test_result_about:"About",test_result_all_bookings:"All bookings",test_result_more_bookings:"More Bookings",test_result_no_booking_found:"No booking found",test_result_message_no_booking_yet:"You haven't created any booking yet",test_result_support:"Support",test_result_find_nearest_diag_branch:"Find the nearest branch",test_result_no_results_found:"No results found",test_result_book_to_show_result:"Book a test to show results",test_result_doctor_appointment:"Lab tests explanation",test_result_free:"Free",test_result_more_about_your_results:"Find out more about your resutls",test_result_choose_time:"Choose a time",test_result_reset_all:"Reset all",test_result_opening_slots:"Opening slots",test_result_book_appointment:"Book a call",test_result_successfully_booked:"Successfully booked",test_result_have_an_appointment_with_doctor:"You have an appointment with our doctor at {time} on {date}.",test_result_book_appointment_error_title:"Something went wrong...",test_result_book_appointment_error_description:"Please try to book the appointment again or contact Diag via hotline 19001717 if the error still happens",test_result_upcoming_appointment:"Upcoming appoinment",test_result_date_at_time:"{date} at {time}",test_result_get_started:"Get started",test_result_book_first_test:"Book your first test now",test_result_booking_account_code:"Account code:",test_result_booking_document_type_id_number:"ID number:",test_result_booking_document_type_passport_no:"Passport no:",test_result_booking_patient:"Patient",test_result_booking_doctor:"Doctor",test_result_booking_booking_number:"Your booking number",test_result_booking_results_will_be_there:"Your results will be here...",test_result_booking_booking_canceled:"Your booking was cancelled",test_result_booking_next_step:"Next steps",test_result_booking_diag_contact_you_and_check:"Diag will contact you and check for your preferred time slot.",test_result_booking_find_location_center:"Find location center",test_result_booking_view_results:"View my results",test_result_booking_test_results:"Test results",test_result_booking_need_collect_sample:"Nurse needs to collect your sample.",test_result_booking_processing_sample:"We are processing your sample.",test_result_booking_fully_ready:"Your results are fully ready now.",test_result_booking_booking_details:"Booking details",test_result_booking_payment_status_pay_later:"Pay later",test_result_booking_payment_status_paid_online:"Paid online",test_result_booking_payment_status_paid:"Paid",test_result_booking_payment_status_refund_in_progress:"Refunding",test_result_booking_payment_status_refunded:"Refunded",test_result_booking_payment_status_canceled:"Canceled",test_result_booking_booking_status_created:"Created",test_result_booking_booking_status_in_progress:"In progress",test_result_booking_booking_status_completed:"Completed",test_result_booking_booking_status_canceled:"Canceled",test_result_booking_total_payment:"Total Payment",test_result_booking_note:"Note",test_result_booking_support_zalo:"Zalo:",test_result_booking_support_hotline:"Hotline:",test_result_booking_support_email:"Email:",test_result_booking_sample_collection:"Sample collection",test_result_booking_testing_location:"Testing location",test_result_booking_address:"Address",test_result_booking_expected_date:"Expected date",test_result_booking_tests:"Tests",test_result_booking_packages:"Packages",test_result_booking_imaging_services:"Imaging services",date_time:{day_parts:{morning:"Morning",afternoon:"Afternoon",evening:"Evening"}},test_result_health_summary:"Health summary",test_result_have_questions:"Book a consult call"}},vV={install:(n,t)=>{if(t!=null&&t.i18n){const{mergeLocaleMessage:e}=t.i18n.global;e("vi",rS),e("en",oS)}}};de.AccountSegment=up,de.BookAppointment=QE,de.BookAppointmentModal=DF,de.BookingDetail=TO,de.BookingDetailDesktop=jO,de.BookingList=$F,de.BookingListItem=tS,de.BookingStatus=ks,de.BottomCursedType=Kc,de.CallUsFilledButton=Ex,de.CallUsTextButton=pV,de.CookieName=uA,de.CtaButton=jh,de.DayPartType=_i,de.DocumentType=wc,de.EventBusName=lA,de.EventType=cA,de.Gender=Ec,de.LoadingSkeleton=zh,de.LsKey=wx,de.MyProfile=uV,de.NoItemsFound=Np,de.PatientFullInfo=SA,de.PaymentStatus=mi,de.RejectedResult=Sx,de.ResultReady=bV,de.ResultSegmentNormalType=h1,de.ResultSegmentValueOPR=f1,de.ResultType=d1,de.ServiceType=Xc,de.SupportEmail=aA,de.SupportPhone=Gh,de.TestResultConclusion=qr,de.TestResultDetail=FB,de.TestResultHistoryDetail=JE,de.TestResultHistoryDetailModal=eF,de.TestResultList=XB,de.TestResultListItem=sS,de.TestResultStatus=Nn,de.TestResultTemplate=cp,de.TestStatus=u1,de.default=vV,de.en=oS,de.vi=rS,Object.defineProperties(de,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|