justkaissy
12 years agoNew Contributor
Urgently, Please! Compare sub-parameters to string
In my dataBase i have a string: 2014-07-07, 2014-07-08, 2014-06-11, 2014-06-18 and etc.
in response I get a list of parameters. Each parameter contains some sub-parameters (2014-07-07, 2014-07-08, 2014-06-11 and other). I need to compare these with my datas in data base.
Well, I need get sub-parameters and make a string with them. And I had to compare them together.
Can I do it? If yes, then HOW?
A piece of code for example:
Earlier Thanks for answer at my question.
in response I get a list of parameters. Each parameter contains some sub-parameters (2014-07-07, 2014-07-08, 2014-06-11 and other). I need to compare these with my datas in data base.
Well, I need get sub-parameters and make a string with them. And I had to compare them together.
Can I do it? If yes, then HOW?
A piece of code for example:
<list>
<laboratoryTest>
<patientDateOfBirth>1983-05-14</patientDateOfBirth>
<patientFullName>Bla Bla Bla</patientFullName>
</laboratoryTest>
<laboratoryTest>
<patientDateOfBirth>1998-04-12</patientDateOfBirth>
<patientFullName>Tu Ru Tu</patientFullName>
</laboratoryTest>
<laboratoryTest>
<patientDateOfBirth>1943-03-19</patientDateOfBirth>
<patientFullName>La La La</patientFullName>
</laboratoryTest>
<laboratoryTest>
<patientDateOfBirth>1988-11-22</patientDateOfBirth>
<patientFullName>U Ru Ru</patientFullName>
</laboratoryTest>
</list>
Earlier Thanks for answer at my question.