|
|
@ -35,11 +35,17 @@ namespace Shentun.Peis.PlugIns.Gem |
|
|
private List<PersonnelTypeDto> _personnelTypes; |
|
|
private List<PersonnelTypeDto> _personnelTypes; |
|
|
private List<CustomerOrgGroupDto> _customerOrgGroupDtos; |
|
|
private List<CustomerOrgGroupDto> _customerOrgGroupDtos; |
|
|
private string _answerWebApiUrl; |
|
|
private string _answerWebApiUrl; |
|
|
|
|
|
|
|
|
|
|
|
public ImportPatientRegisterPlugInsGem(Guid thirdInterfaceId) : base(thirdInterfaceId) |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
public ImportPatientRegisterPlugInsGem(string parmValue) : base(parmValue) |
|
|
public ImportPatientRegisterPlugInsGem(string parmValue) : base(parmValue) |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public override async Task ImportAsync() |
|
|
public override async Task ImportAsync() |
|
|
{ |
|
|
{ |
|
|
await LoginAsync(); |
|
|
await LoginAsync(); |
|
|
|