| Name | Description |
---|
 | ToEpc(GcpLengthTable) |
Returns an Epc instance corresponding to the AIs in this GS1 element string
that can be interpreted as an EPC. This element string must contain exactly one set of
AIs that can be interpreted as an EPC, namely one of the following combinations:
- GTIN (AI 01) + SERIAL (AI 21)
- SSCC (AI 00)
- GLN (AI 414)
- GLN (AI 414) + GLN Extension (AI 254)
- GRAI (AI 8003) that includes the optional serial number
- GIAI (AI 8004)
- GDTI (AI 253) that includes the optional serial number
- GSRN-Recipient (AI 8018)
- GSRN-Provider (AI 8017)
- CPID (AI 8010) + CPID SERIAL (AI 8011)
- GCN (AI 255) that includeds the optional serial number
- GINC (AI 401)
- GSIN(AI 402)
- ITIP(AI 8006) + SERIAL(AI 21)
This element string may contain other AIs, but not more than one of the combinations listed
above.
|
 | ToEpc(Int32) |
Returns an Epc instance corresponding to the AIs in this GS1 element string
that can be interpreted as an EPC. This element string must contain exactly one set of
AIs that can be interpreted as an EPC, namely one of the following combinations:
- GTIN (AI 01) + SERIAL (AI 21)
- SSCC (AI 00)
- GLN (AI 414)
- GLN (AI 414) + GLN Extension (AI 254)
- GRAI (AI 8003) that includes the optional serial number
- GIAI (AI 8004)
- GDTI (AI 253) that includes the optional serial number
- GSRN-Recipient (AI 8018)
- GSRN-Provider (AI 8017)
- CPID (AI 8010) + CPID SERIAL (AI 8011)
- GCN (AI 255) that includeds the optional serial number
This element string may contain other AIs, but not more than one of the combinations listed
above.
|
 | ToEpc(GcpLengthTable, EpcScheme) |
Returns an Epc instance having the specified EPC scheme, derived
from the corresponding AIs in this GS1 element string.
This element string must contain the AI or AIs corresponding to the specified
EPC scheme as follows:
EPC Scheme | AIs |
---|
SGTIN | GTIN (AI 01) + SERIAL (AI 21) | SSCC | SSCC (AI 00) | SGLN | GLN (AI 414), with or without GLN Extension (AI 254) | GRAI | GRAI (AI 8003) that includes the optional serial number | GIAI | GIAI (AI 8004) | GDTI | GDTI (AI 253) that includes the optional serial number | GSRN | GSRN-Recipient (AI 8018) | GSRNP | GSRN-Provider (AI 8017) | CPI | CPID (AI 8010) + CPID SERIAL (AI 8011) | SGCN | GCN (AI 255) that includes the optional serial number | GINC | GINC (AI 401) | GSIN | GSIN (AI 402) | ITIP | ITIP (AI 8006) + SERIAL (AI 21) |
This element string may contain other AIs; they are ignored.
|
 | ToEpc(GcpLengthTable, EpcScheme) |
Returns an Epc instance having one of the specified EPC schemes, derived
from the corresponding AIs in this GS1 element string. The EPC scheme of the result
will be the scheme having the least index in the specified array, such that this element
string contains the AI(s) required to construct an EPC of that scheme.
This element string may contain other AIs apart from the AI(s) used to construct
the result; they are ignored.
|
 | ToEpc(Int32, EpcScheme) |
Returns an Epc instance having the specified EPC scheme, derived
from the corresponding AIs in this GS1 element string.
This element string must contain the AI or AIs corresponding to the specified
EPC scheme as follows:
EPC Scheme | AIs |
---|
SGTIN | GTIN (AI 01) + SERIAL (AI 21) | SSCC | SSCC (AI 00) | SGLN | GLN (AI 414), with or without GLN Extension (AI 254) | GRAI | GRAI (AI 8003) that includes the optional serial number | GIAI | GIAI (AI 8004) | GDTI | GDTI (AI 253) that includes the optional serial number | GSRN | GSRN-Recipient (AI 8018) | GSRNP | GSRN-Provider (AI 8017) | CPI | CPID (AI 8010) + CPID SERIAL (AI 8011) | SGCN | GCN (AI 255) that includes the optional serial number | GINC | GINC (AI 401) | GSIN | GSIN (AI 402) | ITIP | ITIP (AI 8006) + SERIAL (AI 21) |
This element string may contain other AIs; they are ignored.
|
 | ToEpc(Int32, EpcScheme) |
Returns an Epc instance having one of the specified EPC schemes, derived
from the corresponding AIs in this GS1 element string. The EPC scheme of the result
will be the scheme having the least index in the specified array, such that this element
string contains the AI(s) required to construct an EPC of that scheme.
This element string may contain other AIs apart from the AI(s) used to construct
the result; they are ignored.
|