Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[LINST] fix survey and date issues #8858

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

ridz1208
Copy link
Collaborator

@ridz1208 ridz1208 commented Aug 9, 2023

@zaliqarosli some changes derived from the QPN overrides that I believe apply to LORIS

  • add fields to XIN validation which are not parts of groups

@ridz1208 ridz1208 added the Priority: Projects PR or issue is a priority for at least one project and should be a higher priority for LORIS label Aug 10, 2023
@charliehenrib charliehenrib self-assigned this Aug 10, 2023
@laemtl laemtl self-assigned this Aug 10, 2023
@laemtl
Copy link
Contributor

laemtl commented Aug 10, 2023

Code looks good.

@@ -98,7 +98,9 @@ class NDB_BVL_Instrument_LINST extends \NDB_BVL_Instrument
]
);

if (strrpos($this->testName ?? '', '_proband') === false) {
if (strrpos($this->testName ?? '', '_proband') === false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider moving this up

@charliehenrib charliehenrib added the Needs Work PR awaiting additional changes by the author or contains issues that the author needs to fix label Aug 10, 2023
@ridz1208 ridz1208 removed the Needs Work PR awaiting additional changes by the author or contains issues that the author needs to fix label Aug 10, 2023
@ridz1208
Copy link
Collaborator Author

@CamilleBeau @charliehenrib @laemtl

removed the change relating to age on direct instruments, I'll make a PR just for that

for the remaining changes I think what needs to be tested is to have a LINST instruments with 3 different types of dates Date, BasicDate and MonthYear (date types are defined as the 6th parameter of the date LINST element) also make sure to add some rules in the instrument.rules file and try it with and without this PR.

@driusan driusan merged commit bffcae3 into aces:24.1-release Dec 12, 2023
9 checks passed
@ridz1208 ridz1208 added this to the 24.1.6 milestone Apr 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Priority: Projects PR or issue is a priority for at least one project and should be a higher priority for LORIS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants