1

Please Help me on this :

I have stuct on this line.I'm not getting pid 13.1 Which is a Home Phone-Telephone number.Please tell me how to get this segment created. I'm using : NHAPI V231

adtA04.PID.GetPhoneNumberHome(0).PhoneNumber.Value = "(456)120-1478";

Note: Phone number is not the correct segment here.

Mr. Engineer
  • 3,522
  • 4
  • 17
  • 34
gupta123
  • 11
  • 2

1 Answers1

0
homePhone = a01.PID.GetPhoneNumberHome(0).TelecommunicationUseCode.Value;
businessPhone = a01.PID.GetPhoneNumberBusiness(0).TelecommunicationUseCode.Value;