Class Dwp
Grupo que define uma dispensação unitária com prescrição
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 Dwp
Properties
Cons
Número do cpf do comprador
Declaration
[XmlElement("cons")]
public string Cons { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Desc
Elemento que informa a justificativa para a substituição.
Declaration
[XmlElement("desc")]
public string Desc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Dui
Identificador Único de Medicamento(IUM);
Declaration
[XmlElement("dui")]
public Dui Dui { get; set; }
Property Value
| Type | Description |
|---|---|
| Dui |
Icd
Classificação Internacional de Doenças, mantido pela Organização Mundial de Saúde (OMS)
Declaration
[XmlElement("icd")]
public string Icd { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pat
Número do cpf do paciente
Declaration
[XmlElement("pat")]
public string Pat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhcistMgr
Cpf do responsável técnico da farmácia.
Declaration
[XmlElement("phcistMgr")]
public string PhcistMgr { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pnn
Elemento que informa a justificativa para a substituição.
Declaration
[XmlElement("pnn")]
public string Pnn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PnnSNCR
Elemento que informa a justificativa para a substituição.
Declaration
[XmlElement("pnnSNCR")]
public string PnnSNCR { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PresCode
Código de registro de profissional de saúde do prescritor.
Declaration
[XmlElement("presCode")]
public string PresCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PresDateField
Data da Prescrição
Declaration
[XmlElement("presDate")]
public string PresDateField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeCons()
Só gera a tag "cons" se a propriedade "Cons" tiver conteúdo.
Declaration
public bool ShouldSerializeCons()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "cons" |
ShouldSerializeDesc()
Só gera a tag "desc" se a propriedade "Desc" tiver conteúdo.
Declaration
public bool ShouldSerializeDesc()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "desc" |
ShouldSerializeIcd()
Só gera a tag "icd" se a propriedade "Icd" tiver conteúdo.
Declaration
public bool ShouldSerializeIcd()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "icd" |
ShouldSerializePat()
Só gera a tag "pat" se a propriedade "Pat" tiver conteúdo.
Declaration
public bool ShouldSerializePat()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "pat" |
ShouldSerializePhcistMgr()
Só gera a tag "phcistMgr" se a propriedade "PhcistMgr" tiver conteúdo.
Declaration
public bool ShouldSerializePhcistMgr()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "phcistMgr" |
ShouldSerializePnn()
Só gera a tag "pnn" se a propriedade "Pnn" tiver conteúdo.
Declaration
public bool ShouldSerializePnn()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "pnn" |
ShouldSerializePnnSNCR()
Só gera a tag "pnnSNCR" se a propriedade "PnnSNCR" tiver conteúdo.
Declaration
public bool ShouldSerializePnnSNCR()
Returns
| Type | Description |
|---|---|
| bool | Retorna se é ou não para gerar a tag "pnnSNCR" |