heskaulite.infinittna.com Open in urlscan Pro
192.199.11.78  Public Scan

URL: https://heskaulite.infinittna.com/externalInterface/shareviewexi?ENC=ajEvyZfOSDqqA6WyQ9dkTA==
Submission: On July 06 via manual from AU — Scanned from AU

Form analysis 6 forms found in the DOM

<form id="formDeleteContent">
  <fieldset>
    <p><span id="cntItem">0</span> item(s) will be deleted. Are you sure you want to delete?</p>
    <div id="deleteReason"><label>Reason for Deletion<span class="highlight">*</span></label><input type="text"></div>
    <label style="margin:10px 0 0 0;display:none;"><input type="checkbox"><span style="margin-left:5px;">IOCM Auto-Send</span></label>
    <div style="display:flex;margin:0 0 10px 0;display:none;">
      <span>Reason</span>
      <select style="margin:0 0 0 5px;"></select>
    </div>
  </fieldset>
</form>

<form id="formExportContent">
  <fieldset id="fieldOption" name="fieldOption">
    <legend>Option</legend>
    <div id="optAnony">
      <label class="optAnonymization">
        <input type="radio" name="anonymization" value="T">
        <span>Anonymization <label>Preset List <select id="exportPreset" name="exportPreset"></select></label>
        </span>
      </label>
    </div>
    <div id="optOriginal">
      <label>
        <input type="radio" name="anonymization" value="F"> <span>Original</span>
        <label><input type="checkbox" name="filePath"> <span>With Original File Path</span></label>
      </label>
    </div>
  </fieldset>
  <fieldset id="fieldOptionG3" name="fieldOptionG3">
    <legend>Option</legend>
    <div id="divOptionG3">
      <div id="optOriginalG3">
        <label>
          <input type="radio" name="anonymize" value="N"> <span>Original</span>
        </label>
      </div>
      <div id="optAnonyG3">
        <label class="optAnonymization">
          <input type="radio" name="anonymize" value="Y"> <span>Anonymization</span>
        </label>
      </div>
    </div>
    <div id="optConverType">
      <label class="optConvertType"><span>Convert type</span>
        <select name="convertType">
          <option value="D">DICOM file(*.dcm)</option>
          <option value="J">JPEG file(*.jpg)</option>
        </select>
      </label>
    </div>
  </fieldset>
  <fieldset id="fieldImages" name="fieldImages" class="fieldImages">
    <legend>Images</legend>
    <label><input type="radio" name="images" value="study"> <span>Selected Study(All Images)</span></label>
    <label><input type="radio" name="images" value="series"> <span>Selected Series</span></label>
    <label><input type="radio" name="images" value="images"> <span>Selected Images</span></label>
  </fieldset>
  <fieldset id="fieldType" name="fieldType">
    <legend>Export Type</legend>
    <label><input type="radio" name="exportType" value="E"> <span>Per Exam</span></label>
    <label style="float:right;width:250px;"><input type="radio" name="exportType" value="P"> <span>Per Patient</span></label>
  </fieldset>
  <fieldset id="fieldReason" name="fieldReason">
    <legend>Reason for export <span>*</span></legend>
    <input type="text" name="exportReason">
  </fieldset>
</form>

<form id="formSelectUser">
  <fieldset>
    <legend>Select User</legend>
    <label for="" class="title">User Level</label>
    <select name="selUserLevel">
      <option>AnyLevel</option>
    </select>
    <label for="" class="title">User ID</label>
    <input type="text" name="selUserID">
    <label for="" class="title">User Name</label>
    <input type="text" name="selUserName">
    <input type="submit" value="Search">
  </fieldset>
</form>

<form class="section" id="formImageSharing">
  <fieldset class="shareOption">
    <legend>Sharing options</legend>
    <dl>
      <dt class="accessControl">Access Control</dt>
      <dd class="accessControl">
        <span>
          <input type="checkbox" name="period" class="period"><span>for the next</span>
          <input type="number" id="shareDays" class="ac_Item numberinput" title="">
          <span>days</span>
        </span>
        <span>
          <input type="checkbox" name="count" class="count"><span>Up to</span>
          <input type="number" id="shareTimes" class="ac_Item numberinput" title="">
          <span>Times</span>
        </span>
      </dd>
      <dt>Anonymize</dt>
      <dd><input type="checkbox" name="shareAnonymize"></dd>
      <dt>Require</dt>
      <dd>
        <span>
          <input type="checkbox" name="requiredPassword"> Password </span>
      </dd>
      <dt>Can Access</dt>
      <dd>
        <label><input type="radio" name="sharedRange" class="accessOnly" value="0">Selected Exam Only</label>
        <label><input type="radio" name="sharedRange" class="accessAll" value="1">All Exams for this patient ID</label>
        <label><input type="radio" name="sharedRange" class="useRelevant" value="2">Same relevant exams for this patient ID</label>
      </dd>
    </dl>
    <input type="hidden" name="shareKeyList">
    <input type="hidden" name="shareURLList">
    <input type="hidden" name="sharePassword">
  </fieldset>
  <fieldset class="shareComment">
    <legend>Comment</legend>
    <textarea name="txtShareComment"></textarea>
  </fieldset>
  <fieldset class="shareRecipient">
    <legend>Recipient</legend>
    <label class="system-user">System User</label>
    <span class="shareUserSearch" id="shareUserSearch">
      <button type="button" name="btnSearchUser" class="userSystem">Search</button>
    </span>
    <label style="margin-top:15px;">External User</label>
    <label class="userExternal">Name <input type="text" name="externalName" class="userExternal">
    </label>
    <label class="userExternal">E-mail <input type="text" name="externalEmail" class="userExternal">
    </label>
    <label class="userExternal">Cellular <div style="display:flex;">
        <input type="text" name="externalSMS" class="userExternal">
        <select name="externalEndPoint" class="userExternal" style="min-width:80px;"></select>
      </div>
    </label>
    <button type="button" id="btnAddExternalUser">Add</button>
    <div>
      <label>
        <input type="checkbox" name="methodMail" class="methodMail">
        <span>To (E-mail)</span>
      </label>
      <input id="sendToEmail" class="send-to">
    </div>
    <div>
      <label>
        <input type="checkbox" name="methodSMS" class="methodSMS">
        <span>To (SMS)</span>
      </label>
      <input id="sendToSMS" class="send-to" style="display:none;">
    </div>
  </fieldset>
</form>

<form class="section" id="formDICOMSend">
  <fieldset class="shareOption">
    <legend>Destination AETitle</legend>
    <select id="selectAETitle">Select AETitle</select>
    <input type="text" readonly="" name="hostname" placeholder="Host Name">
    <input type="text" readonly="" name="ip" placeholder="IP">
    <input type="text" readonly="" name="port" placeholder="Port">
    <button type="button" name="networkTest">Network test</button>
  </fieldset>
  <div id="editInfo">
    <label><input type="radio" name="infoOption" value="O">Original</label>
    <label><input type="radio" name="infoOption" value="E">Edit Info</label>
    <label><input type="radio" name="infoOption" value="A">Update Info as Anonymous</label>
  </div>
  <fieldset class="sendStudyInfo">
    <legend>Study Information</legend>
    <div class="formDICOMSend_DivBoxLeft">
      <dl>
        <dt>
          <label for="patientId"><input type="checkbox" id="patientId" name="patientId" class="methodMail CheckBtn">Patient ID</label>
        </dt>
        <dd>
          <input type="text" name="pid" class="EditTextBox">
        </dd>
        <dt>
          <label for="patientName"><input type="checkbox" id="patientName" name="patientName" class="methodSMS CheckBtn">Patient Name</label>
        </dt>
        <dd>
          <input type="text" name="pname" class="EditTextBox">
        </dd>
        <dt>
          <label for="accessionNo"><input type="checkbox" id="accessionNo" name="accessionNo" class="methodMail CheckBtn">Accession No.</label>
        </dt>
        <dd>
          <input type="text" name="acc" class="EditTextBox">
        </dd>
        <dt>
          <label for="institution"><input type="checkbox" id="institution" name="institution" class="methodSMS CheckBtn">Institution</label>
        </dt>
        <dd>
          <input type="text" name="inst" class="EditTextBox">
        </dd>
      </dl>
    </div>
    <div class="formDICOMSend_DivBoxRigth">
      <dl>
        <dt>
          <label for="birthdate"><input type="checkbox" id="birthdate" name="birthdate" class="methodMail CheckBtn">Birth Date</label>
        </dt>
        <dd>
          <input type="text" id="sendBirthdate" name="dob" class="EditTextBox">
          <img src="../../Assets/Image/worklist/Date.png" onclick="showDialogCalendar('criterion')" style="height:20px; width:20px; position:relative; top:6px; left:-25px">
        </dd>
        <dt>
          <label for="gender"><input type="checkbox" id="gender" name="gender" class="methodSMS CheckBtn">Gender</label>
        </dt>
        <dd>
          <label><input type="radio" class="SexRadioBtn" name="sex">Male</label>
          <label><input type="radio" class="SexRadioBtn" name="sex">Female</label>
          <label><input type="radio" class="SexRadioBtn" name="sex">Other</label>
          <label><input type="radio" class="SexRadioBtn" name="sex">Unknown</label>
        </dd>
      </dl>
    </div>
  </fieldset>
  <div id="sendOption">
    <label for="generateUID"><input type="checkbox" id="generateUID" name="generateUID" class="methodMail">Generate new UID</label>
    <span>Compression<select id="selectCompression"></select></span>
  </div>
</form>

<form onsubmit="return setWetReadingData(this)" onreset="return closeLayerPop()">
  <textarea id="wt_editCont"></textarea>
  <input type="hidden" id="wt_studyKey">
  <div id="wt_txtDate"></div>
  <div id="wt_btns">
    <input type="submit" value="SAVE">
    <input type="reset" value="CANCEL">
  </div>
</form>

Text Content

Annotation 2D Text
Save Cancel
Annotation 2D Text
Please type the annotation into the textbox.

Pixel spacing value calibration
Select calibration mode

Pixel XY spacing calibration (both)

pixel X spacing calibration (width)

Pixel Y spacing calibration (height)

Reset original pixel value

Ok Cancel

Measured Pixel Counts pt Input Real Length mm Current Pixel X Spacing mm Current
Pixel Y Spacing mm Equal Sides Pixel spacing can not be zero.

Ok Cancel
Save Option

Annotation Calibration

Always confirm before saving
Ok Cancel
Information
Do you really want to log out?

Export Study
Please wait for a moment.
Information
Would you like to fetch? Please caution it may take a while.

Information

Reason
Please type reason into the textbox.

reason :



Information
Viewer has not loaded yet. Please wait.

Information
Panel is not loaded yet. Please wait for a moment.

Information
Compare mode is not supported in iPad.

Error Message

Session Notice

Information
Study has not loaded yet. Please wait.
Save GSPS
Please wait for a moment.
Study Save
Please wait for a moment.

0 item(s) will be deleted. Are you sure you want to delete?

Reason for Deletion*
IOCM Auto-Send
Reason
Option
Anonymization Preset List
Original With Original File Path
Option
Original
Anonymization
Convert type DICOM file(*.dcm) JPEG file(*.jpg)
Images Selected Study(All Images) Selected Series Selected Images Export Type
Per Exam Per Patient Reason for export *



Select User User Level AnyLevel User ID User Name



To (E-mail)
To (SMS)
Sharing
Sharing options Access Control for the next days Up to Times Anonymize Require
Password Can Access Selected Exam Only All Exams for this patient ID Same
relevant exams for this patient ID Comment Recipient System User Search External
User Name E-mail Cellular

Add
To (E-mail)
To (SMS)
Share Status



Web interface
Delete Edit Add



Title
Command
Linkable variable

%id : User ID %pw : User Password %uk : User Key %pi : Patient ID %pn : Patient
Name %sk : Study Key %an : Accession Number %su : Study Instance UID %ss : Study
description



DICOM Send
Destination AETitle Select AETitle Network test
Original Edit Info Update Info as Anonymous
Study Information
Patient ID Patient Name Accession No. Institution
Birth Date Gender Male Female Other Unknown
Generate new UID Compression

Send Status
Status All Ready Sending Failed Sent Within 1 Day 3 days 7 days 15 days



Retry Delete
The study information edited would be applied on all studies selected. Are you
sure?



Wet ReadingX

Information
Please wait for a moment. Stored Information is loading now.