We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to add a DMG segment to a loop that starts with a NM1 segment. I have the following code:
var hierarchicalLoop3 = outerTransaction.AddHLoop("3", "20", false); var subscriberName = hierarchicalLoop3.AddLoop(new TypedLoopNM1("2100C")); // snip var dmgSegment = subscriberName.AddSegment<TypedSegmentDMG>(new TypedSegmentDMG());
The dmgSegment object comes back as null. I have also tried var dmgSegment = AddSegment("DMG") but I get the same null result.
dmgSegment
null
var dmgSegment = AddSegment("DMG")
The text was updated successfully, but these errors were encountered:
Do you still have an issue with this?
Sorry, something went wrong.
No branches or pull requests
I am trying to add a DMG segment to a loop that starts with a NM1 segment. I have the following code:
The
dmgSegment
object comes back asnull
. I have also triedvar dmgSegment = AddSegment("DMG")
but I get the samenull
result.The text was updated successfully, but these errors were encountered: