hcs_mn.setUnhashed(s50_mn);
p.setLegalMiddleName(hcs_mn);
int eth = pc.getEthnicityCode().intValue();
if (Integer.valueOf(eth) != null ) {
FourValDKRefusedHashingChoice fourVal_hc = new FourValDKRefusedHashingChoice();
FourValDKRefusedStatic fourVal_Static = new FourValDKRefusedStatic();
eth = EthnicityMap.map(eth);
if (eth != -1) {
fourVal_Static.setValue((long)eth);
fourVal_hc.setUnhashed(fourVal_Static);
p.setEthnicity(fourVal_hc);
}
}
int gen = pc.getGenderCode().intValue();