Mandator Namenslänge
This commit is contained in:
@@ -76,7 +76,10 @@ namespace BS.Shared.Core
|
||||
|
||||
if (!IsIKNumberValid(mandatordc.IKLeistungserbringer))
|
||||
throw new GkvException($"Die IK Nummer des Leistungserbringers \"{mandatordc.IKLeistungserbringer}\" ist ungültig.");
|
||||
}
|
||||
|
||||
if (mandatordc.Name.Length > 30)
|
||||
throw new GkvException($"Der Name des Leistungserbringers \"{mandatordc.IKLeistungserbringer}\" ist zu lang. Nach Vorgabe dürfen es maximal 30 Stellen sein.");
|
||||
}
|
||||
public static void ValidateCustomer(CustomerDC customerDC)
|
||||
{
|
||||
string error = null;
|
||||
|
||||
Reference in New Issue
Block a user