|
|
BarLink© Barcode : Developer Notes |

Note: We do request that you also create some form of packing list to be included with each shipment.
Bar Code Settings
Here are the settings for the bar code. Note:These setting were chosen to
reduce the size of the bar code.
Sample Label

View of Label Layout

Enlarged View of Sample Data Section
| Table | Field Name | Field ID | Field Type | Field Description |
| Sample | ||||
| SEQNO | SEQNO | base= decimal | Used to establish a relationship between the sample record and it's test records - Primary Key | |
| Producer | PRDNO | base= string pattern value="\d{9}" |
Field is an alpha/numeric field up to 20 characters in length to identify the customer. | |
| 2nd copy | LCP2P | base= string pattern value="\d{9}" |
Field enables an affiliate of a crop (s) to obtain a copy of the tests results. | |
| 3rd copy | LCP3P | base= string pattern value="\d{9}" |
Field enables an affiliate of a crop (s) to obtain a copy of the tests results. | |
| 4rd copy | LCP4P | base= string pattern value="\d{9}" |
Field enables an affiliate of a crop (s) to obtain a copy of the tests results. | |
| Crop | CRPKN | base=string maxLength value=4 enumeration value="CORN" value="SOYS" value="WHET" value="ALFA" value="BRLY" value="CLOV" value="CYST" value="OATS" value="RYE" value="SORG" value="SUNF" value="TRIT" value="MISC" |
Identifies the type of crop being submitted for testing | |
| Variety | VARNM | base=string maxLength value=40 whiteSpace=collapse |
The actual name for the genetic composition of the seed and is used to help farmers differentiate products. | |
| Field Number | LFLNO | base=string maxLength =20 whiteSpace=collapse |
An alpha/numeric field up to 20 characters in length that can have variable information supplied by the customer to identify the location of the sample. | |
| Grade Size | LGRAD | base=string maxLength=20 whiteSpace=collapse |
Is an alpha/numeric field up to 20 characters in length that can have variable information supplied by the customer. Most often the information will be the grade size, possibly the kernel count per bag and sometimes the weight of the bag. Other information could also be placed in this field. | |
| Lot Number | LOTNO | base=string maxLength=30 whiteSpacecollapse |
Is an alpha/numeric field up to 20 characters in length that can have variable information supplied by the customer to identify the specific batch the sample came from for testing. | |
| Sample Type | LSMTP |
base=string maxLength=2 enumeration value="NL" value="BL" value="BT" value="QC |
Is additional information about the
sample and is a required field.
The options are:
NL = Normal
BL = Blend
BT = Bulk Transfer
QC = Quality Control
|
|
| Class | CLASS |
base=string maxLength="5" enumeration value="BREED" value="CERT" value="FOUND" value="NCERT" value="REG" |
Class is the class of certified seed
represented by the sample.
The options are:
Breed = Breeder Class
Found = Foundation Class
Reg = Registered Class
Cert = Certified Class
NCert = Non-Certified Seed
|
|
| Purpose | LSMPU |
base=string maxLength=2 value="FC" value="IO" value="QA" |
Sample Purpose defines the reason for the
sample.
The options are:
FC = Final Certification (FC can only be used
with breed, found, reg, or cert class and the c cert code)
QA = Quality Assurance (a conditioned sample
for quality assurance) QA can only be used with ncert or breed
class and the ncert code.
IO = Information Only and accounts for
probably 90% of the samples
|
|
| Carry-over Year | LCOYR | base=string maxLength=4 pattern value="\d{4}" |
Carry-over Year field is the previous years batch of seed being carried-over to current year. | |
| Units in Lot | LBSLT | base=string maxLength=5 |
Bushels in Lot is the amount of seed in a particular batch or run by variety. | |
| Units Clean | LBCLT | base=string maxLength=5 |
Bushels Cleaned in Lot is the number of units from the lot that have been cleaned or conditioned and put into bags for sale. | |
| Bulk Trans Certification | LBKCR | base=string maxLength=9 |
Bulk Transfer Certificate No. is relates to the company buying seed from another company and then certifying that seed. | |
| Hand Treated | LHNTR |
base=string maxLength=1 enumeration value="Y" value="N" |
Hand Treated indicates if a sample has any
fungicides or insecticides applied.
The options are:
U = Untreated
T = Treated
Y = Treated
N = Untreated
|
|
| Treated Code | LTRTC |
base=string maxLength=1 enumeration value="Y" value="N" |
Treated Code indicates if a sample has any
fungicides or insecticides applied.
The options are:
U = Untreated
T = Treated
Y = Treated
N = Untreated.
|
|
| Certification Code | LCRTC |
base=string maxLength=1 enumeration value="C" value="N" |
Certification Code indicates the
certification status of a sample.
The options are:
C = Certified
N = Non-Certified
|
|
| Clean Code | LCLNC |
base=string maxLength=1 enumeration value="Y" value="N" |
Cleaned Code indicates if a sample has been
conditioned (cleaned) or is still in
an unconditioned state.
The Options are:
C = Cleaned
U = Uncleaned
Y = Cleaned
N = Uncleaned
|
|
| Speicial Instructions |
base=string maxLenght= 60 |
Special Instructions is how the sample needs to be handled or other important information about the sample. | ||
| Test | SEQNO | SEQNO | base= decimal | Used to establish a relationship between the sample record and it's test records - Foreign Key |
| Test | TEST | documentation=A max of thirteen may appear for each
sample due to size limitations of the bar code on the label base=string maxLength=10 enumeration value="AA" value="CG" value="CRW" value="CRY9C" value="CXA" value="CXB" value="CXC" value="EBC" value="F/S" value="GT" value="HXI" value="HXX" value="IMI" value="ISOZY" value="LL" value="LPX" value="MC" value="MP" value="NONBT" value="NONRR" value="PAGE" value="PCR" value="RR" value="Sand" value="SATCG" value="SC" value="SNP" value="STS" value="TZ" value="VP" value="WAXY" value="WG" |
Test(s) to be performed on this sample Further information on individual tests can be found on our web at at http://www.indianacrop.org/. |
|
| Seed Count | SDCT | base=decimal totalDigits=4 |
The number of seeds being supplied with this sample. Note: This should match the minimum need to perform any of the tests to be performed for each test. |
A sample client program with source code can be downloaded
here.