construct_from_string Module Procedure

module procedure construct_from_string elemental module function construct_from_string(description, diagnosis) result(test_result)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description
type(test_diagnosis_t), intent(in), optional :: diagnosis

Return Value type(test_result_t)