c:\export\olenmr\client\forcheckjs.htm Functions

7/24/2003 7:53:09 AM

Full Project List

sample.js Functions

function newSMSInfo(thisteam)
function sSI(position,thisteam)
function sample_getList(thisteam,sdefault,isselect)
function sample_getUnassignedRanges()

   

file sample.js  

view function newSMSInfo(thisteam)
Sets up new sample management information with the team name, description, job, if it's useable and the sample position

parameters:

string

thisteam

function return:

NONE

called by:

sSI

calls:

   

file sample.js  

view function sSI(position,thisteam)
Allows the server to add the SMS info

parameters:

integer

position

string

thisteam

function return:

NONE

called by:

sTI

server_getSetupInfo_guest

server_getSetupInfo_hansonr

calls:

newSMSInfo

   

file sample.js  

view function sample_getList(thisteam,sdefault,isselect)

parameters:

string

thisteam

string

sdefault

integer

isselect

function return:

return (s.indexOf(","+pdef+",")>=0?pdef:""); return s;

called by:

setup_getInfoText

setup_setVariables

calls:

createArrayFromList

team_findPositions

team_getTeamMembers

   

file sample.js  

view function sample_getUnassignedRanges()

function return:

return InstrumentInfo.unassignedranges;

called by:

team_shows

calls: