Serial Number Tracking

At my hospital we have a manual (paper log) tissue tracking system. As teh inventory specialist, I have my own spreadsheet log and would like to use AppSheet to scan items and track human tissue:. Data includes: product code, serial number, purchase order, receive date and implant date.

Is there a way to have one product code and track multiple serial numbers?

0 8 1,753
8 REPLIES 8

@RCarignan
Yesโ€ฆ but it depends on if you just want a single column to hold more than one serial number for a single product code, or you actually need to set up โ€œparent/childโ€ relationship so a single product code record could be linked to multiple serial numbers records.

For your use case, I am not so clear what a โ€œproduct codeโ€ is how it can have more than one serial number. How are the product code and serial number of the sample related? Is the serial number of the sample, and multiple samples can use the same product code?

Might want to read about References and then decide?

Product code = Catalog #.
For example: 1cc Bone Putty Cat # 7776001, 5cc = 7776005, 10cc 7776010, Cancellous Crushed Bone 41005

For human tissue each unit/box/each has a unique serial number so the FDA can track it.

@RCarignan
Concur with @Mike here. You need to set-up a parent/child relationship so that for each parent record, you can have multiple child records.

@RCarignan - as I am not familiar with your work process, forgive the clarifying questions.

You say you want to:

to scan items and track human tissue:. Data includes: product code, serial number, purchase order, receive date and implant date.

What i am not clear on is, when you โ€œscan itemsโ€, is this one product code per row? Or is this really multiple product codes per purchase order (where the multiple PO line items have unique serial numbers)?

When you asked about multiple serial numbers, did you really mean you have multiple unique rows per PO?

Just trying to get clear what your data structure is. And again, I suspect you just need to set up your data as parent-child tables so you can have many serial numbers per PO.

I may have your use case wrong, so please help us help you by describing the data structure. Also, reading the References info link above may help you better understand how to approach this.

Let me try this again.

Iโ€™m trying to track human tissue (bone) used in surgery. Presently, we keep a paper log book. Iโ€™'d like to use a bar code scanner to scan each itemโ€™s serial number so I can import them into a spreadsheet log I am creating rather than typing them all in.

There will be a parent catalog number with many child serial numbers. Iโ€™m attaching some images of the products.

2X_e_ece79410445b9945c8bfce2cbc1414714b543619.jpeg

2X_3_365ebeb07f11b8ec3b7ed56cd0148c7e5832ed3d.jpeg

@RCarignan
As I mentioned above, you will want to have a table for โ€œCatalogItemsโ€ and another table for โ€œScannedItemsโ€. ScannedItems would relate to CatalogItems by some kind of CatalogID key.
See https://help.appsheet.com/data/references/references-between-tables
For details how this works.

Also, here is an example app to examine and learn. Not exactly what you want, but if you add a table for ScannedItems, you can at least get the idea.
To install โ€˜Stock Management Appโ€™ on your mobile device, click on https://www.appsheet.com/newshortcut/2827138a-743f-4c0d-94a0-8a4539d03209

Thanks for all the help.

Top Labels in this Space