- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
try
{
docdate = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].PaperCredentials[0].IssueDate;
}
catch
{
docdate = "01.01.1900";
}
try
{
docwho = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].PaperCredentials[0].Issuer;
}
catch
{
docwho = "";
}
try
{
dockod = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].PaperCredentials[0].IssuerCode;
}
catch
{
dockod = "";
}
phone = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].Phone;
try
{
docser = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].PaperCredentials[0].SerialNumber;
}
catch
{
docser = "";
}
try
{
docnom = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].PaperCredentials[0].CNumber;
}
catch
{
docnom = "";
}
birthplace = "";
try
{
birthplace = po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].Registry[5].PValue.ToString().Trim();
}
catch
{
birthplace = "";
}
try
{
birthplace = birthplace + ", " + po.Items[0].ReqSendTransferList[0].TransferData[0].Payer[0].Registry[6].PValue.ToString().Trim();
}
catch
{
s = "";
}
guest8 20.06.2018 16:00 # −999
guest8 20.06.2018 16:00 # −999
awesome3000 20.06.2018 16:13 # 0
vvirus 05.07.2018 09:00 # 0