Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Dui

    Grupo de informações que formam o Identificador Único de Medicamento (IUM).

    Inheritance
    object
    Dui
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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