Class Dui
Grupo de informações que formam o Identificador Único de Medicamento (IUM).
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
public class Dui
Properties
Exp
Formato: YYYY-MM
Declaration
[XmlElement("exp")]
public string Exp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gtin
GTIN do medicamento
Declaration
[XmlElement("gtin")]
public string Gtin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lot
Código do lote do medicamento
Declaration
[XmlElement("lot")]
public string Lot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Serl
Código serial do medicamento
Declaration
[XmlElement("serl")]
public string Serl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |