Class Dui
Grupo de informações que formam o Identificador Único de Medicamento (IUM).
Inheritance
System.Object
Dui
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Dui
Properties
Exp
Formato: YYYY-MM
Declaration
public string Exp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gtin
GTIN do medicamento
Declaration
public string Gtin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lot
Código do lote do medicamento
Declaration
public string Lot { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serl
Código serial do medicamento
Declaration
public string Serl { get; set; }
Property Value
Type | Description |
---|---|
System.String |