construct_from_character Module Procedure

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

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: description
type(test_diagnosis_t), intent(in), optional :: diagnosis

Return Value type(test_result_t)