| | |
| | | public String ValidFrom; //注册证号效期从 |
| | | public String ValidTo; //注册证号效期至 |
| | | public String MedPrdClass; //医疗器械分类 |
| | | public String EffectDate; //系统维护日 |
| | | |
| | | public String Model; //产品型号 |
| | | public String ProductName; //产品名称(委托产品名称) |
| | |
| | | pr.RegisterNoClass_Old__c = data.RegisterNoClass_Old; //注册证号分类编号(旧) |
| | | pr.ValidFrom__c = NFMUtil.parseStr2Date(data.ValidFrom); //注册证号效期从 |
| | | pr.ValidTo__c = NFMUtil.parseStr2Date(data.ValidTo); //注册证号效期至 |
| | | pr.Stelsedag__c = NFMUtil.parseStr2Date(data.EffectDate); //系统维护日 |
| | | pr.MedPrdClass__c = data.MedPrdClass; //医疗器械分类 |
| | | pr.PrdCompanyLicense__c = data.PrdCompanyLicense; //生产企业许可证号/备案凭证号 |
| | | pr.PrdCompanyAddr__c = data.PrdCompanyAddr; //生产企业地址 |