I have an app that I can search medication names generic and brand. I now want to take this app a step further but, with the database(csv) I have I can't seem to figure out how to implement this idea. I want to not only search generic and brand names I want to know what the medication is used for and dosage info. The csv file is layed out like this:
As you can see the DrugBrand field can have 1, multiple meaning a bunch or none and they are separated by semicolons. The other fields I believe I have under control. I just can't search the DrugBrand field.
Is there a way of searching this field(DrugBrand) or does anyone know of a Drug Database that offers at least these 3 fields: Generic, Brand, and (Description or Category).
If it helps I can upload my current project.
Thanks to anyone who helps.
Douglas
B4X:
DrugGeneric DrugID DrugBrand DrugCategory DrugDesription DrugDosage DrugURL
value1 001 multiple value1 desc1 dosage1 www.url1.com
value2 002 multiple2;multiple3 value2 desc2 dosage2 www.url2.com
value3 003 value3 desc3 dosage3 www.url3.com
As you can see the DrugBrand field can have 1, multiple meaning a bunch or none and they are separated by semicolons. The other fields I believe I have under control. I just can't search the DrugBrand field.
Is there a way of searching this field(DrugBrand) or does anyone know of a Drug Database that offers at least these 3 fields: Generic, Brand, and (Description or Category).
If it helps I can upload my current project.
Thanks to anyone who helps.
Douglas
Last edited: