Module: AUPSTestKit::BasicTestSubjectPatientMsOtherTests
- Includes:
- BasicTestConstants
- Included in:
- BasicTestSubjectModule
- Defined in:
- lib/au_ps_inferno/utils/subject/basic_test_subject_patient_ms_other_tests.rb
Overview
Additional Patient (subject) Must Support tests: sub-elements and identifier slices.
Constant Summary
Constants included from BasicTestConstants
AUPSTestKit::BasicTestConstants::AUTHOR_MS_IDENTIFIER_SLICES_BY_TYPE, AUPSTestKit::BasicTestConstants::NO_SERVER_URL_OMIT_MESSAGE, AUPSTestKit::BasicTestConstants::ORGANIZATION_MS_IDENTIFIER_SLICES, AUPSTestKit::BasicTestConstants::PATIENT_MS_IDENTIFIER_SLICES, AUPSTestKit::BasicTestConstants::PRACTITIONER_MS_IDENTIFIER_SLICES, AUPSTestKit::BasicTestConstants::PRACTITIONER_ROLE_MS_IDENTIFIER_SLICES
Instance Method Summary collapse
Instance Method Details
#test_subject_ms_identifier_slices ⇒ Object
10 11 12 13 |
# File 'lib/au_ps_inferno/utils/subject/basic_test_subject_patient_ms_other_tests.rb', line 10 def test_subject_ms_identifier_slices guard_populated_resource('subject') validate_ms_identifier_slices_in_resource(subject_resource, PATIENT_MS_IDENTIFIER_SLICES) end |