More actions
jrfconvert import |
No edit summary |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== QAS_new == | |||
Create a new qas | |||
Create | ===Syntax=== | ||
* QAS_new(int questionnaireResourceId, int userResourceId) - Create new qas. | |||
* QAS_new(int questionnaireResourceId, int userResourceId, bool setTest) - Create new qas. | |||
QAS_new( | * QAS_new(int questionnaireResourceId) - Create new qas for current user. | ||
* QAS_new(int questionnaireResourceId, bool setTest) - Create new qas for current user. | |||
===Note=== | |||
userResourceId: | |||
* | * 0 is use current user | ||
* | * -1 to force no user | ||
* -2 to anonymous uer | |||
===Return value=== | |||
QAS class, or QAS object which is array contains the following items: | |||
'' | {| class="tableintopic" style="border-collapse:collapse; border:1px solid #010101" width="875" cellspacing="0" cellpadding="2" border="1" | ||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" bgcolor="#C0C0C0" | | |||
'''Index''' | |||
'' | | style="border:1px solid #010101;" width="116" bgcolor="#C0C0C0" | | ||
'''Data type''' | |||
'' | | style="border:1px solid #010101;" width="467" bgcolor="#C0C0C0" | | ||
'''Value''' | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_ID</span> | |||
Version 5.6 | | style="border:1px solid #010101;" width="116" | | ||
<span class="normalise">number</span> | |||
<!-- imported from file: 8060.htm--> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">Primary key</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_QUESTIONNAIRE_RESOURCE_ID</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">number</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">Questionnaire's resource id</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_USER_RESOURCE_ID</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">number</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">User's resource id</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_TEST</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">bool</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">If it is a test answer sheet</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_STATUS</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">number</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">Questionnaire answer sheet's status, it should be compared to/assigned with defined constants </span> | |||
<span class="normalise">(see getRPQStatus function for more information)</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_COMPLETED</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">bool</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">If the answer sheet is completed</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_STARTDATE</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">array</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">Start date</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_ENDDATE</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">array</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">End date</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
<span class="normalise">QAS_GUID</span> | |||
| style="border:1px solid #010101;" width="116" | | |||
<span class="normalise">string</span> | |||
| style="border:1px solid #010101;" width="467" | | |||
<span class="normalise">The unique id of qas</span> | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
QAS_CATI_APPOINTMENT | |||
| style="border:1px solid #010101;" width="116" | | |||
array | |||
| style="border:1px solid #010101;" width="467" | | |||
Next contact datetime | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
QAS_CATI_LIST_TYPE | |||
| style="border:1px solid #010101;" width="116" | | |||
number | |||
| style="border:1px solid #010101;" width="467" | | |||
1: CATI_MAIN, 2: CATI_ONGOING, 3: CATI_APPOINMENT, 4: CATI_FINISHED, 5: CATI_RETRY | |||
NOTE! If the QAS is actually part of a CATI run, then this item should only be updated when the value is CATI_FINISHED, or when the CATI is not running, otherwise the CATI system may get confused. | |||
|- valign="top" align="left" | |||
| style="border:1px solid #010101;" width="292" | | |||
QAS_CATI_TIMES_CALLED | |||
| style="border:1px solid #010101;" width="116" | | |||
number | |||
| style="border:1px solid #010101;" width="467" | | |||
times called | |||
|} | |||
===Example=== | |||
<source lang="csharp"> | |||
array qas1 = QAS_new(33702597); | |||
qas1[QAS_TEST] = true; | |||
QAS_save(qas1); | |||
array qas2 = QAS_new(33702597, 53468); | |||
QAS_save(qas2); | |||
</source> | |||
'''Availability''' | |||
Version 5.6 | |||
__FORCETOC__ <!-- imported from file: 8060.htm--> | |||
[[Category:Questionnaire_Functions]] |
Latest revision as of 05:00, 20 July 2020
QAS_new
Create a new qas
Syntax
- QAS_new(int questionnaireResourceId, int userResourceId) - Create new qas.
- QAS_new(int questionnaireResourceId, int userResourceId, bool setTest) - Create new qas.
- QAS_new(int questionnaireResourceId) - Create new qas for current user.
- QAS_new(int questionnaireResourceId, bool setTest) - Create new qas for current user.
Note
userResourceId:
- 0 is use current user
- -1 to force no user
- -2 to anonymous uer
Return value
QAS class, or QAS object which is array contains the following items:
Index |
Data type |
Value |
QAS_ID |
number |
Primary key |
QAS_QUESTIONNAIRE_RESOURCE_ID |
number |
Questionnaire's resource id |
QAS_USER_RESOURCE_ID |
number |
User's resource id |
QAS_TEST |
bool |
If it is a test answer sheet |
QAS_STATUS |
number |
Questionnaire answer sheet's status, it should be compared to/assigned with defined constants (see getRPQStatus function for more information) |
QAS_COMPLETED |
bool |
If the answer sheet is completed |
QAS_STARTDATE |
array |
Start date |
QAS_ENDDATE |
array |
End date |
QAS_GUID |
string |
The unique id of qas |
QAS_CATI_APPOINTMENT |
array |
Next contact datetime |
QAS_CATI_LIST_TYPE |
number |
1: CATI_MAIN, 2: CATI_ONGOING, 3: CATI_APPOINMENT, 4: CATI_FINISHED, 5: CATI_RETRY NOTE! If the QAS is actually part of a CATI run, then this item should only be updated when the value is CATI_FINISHED, or when the CATI is not running, otherwise the CATI system may get confused. |
QAS_CATI_TIMES_CALLED |
number |
times called |
Example
array qas1 = QAS_new(33702597);
qas1[QAS_TEST] = true;
QAS_save(qas1);
array qas2 = QAS_new(33702597, 53468);
QAS_save(qas2);
Availability
Version 5.6