Example #1
0
public Loop2100A(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
PayerName = new Nm1Collection(this, nameof(PayerName));
SegmentCollections.Add(PayerName);
PayerContactInformation = new PerCollection(this, nameof(PayerContactInformation));
SegmentCollections.Add(PayerContactInformation);
 
}
Example #2
0
public Loop2100D(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
SubscriberName = new Nm1Collection(this, nameof(SubscriberName));
SegmentCollections.Add(SubscriberName);
 
ClaimStatusTrackingNumberLoop = new Loop2200DCollection("Loop2200D", nameof(ClaimStatusTrackingNumberLoop), OwningDoc, parent, parent);
ChildLoopCollections.Add(ClaimStatusTrackingNumberLoop);
}
Example #3
0
 public Loop2100A(LoopCollectionBase parent) : base(parent)
 {
     PayerName = new Nm1Collection(this, nameof(PayerName));
     SegmentCollections.Add(PayerName);
     PayerContactInformation = new PerCollection(this, nameof(PayerContactInformation));
     SegmentCollections.Add(PayerContactInformation);
 }
public Loop1000A(LoopCollectionBase parent):base(parent){
SubmitterName = new Nm1Collection(this, nameof(SubmitterName));
SegmentCollections.Add(SubmitterName);
SubmitterEdiContactInformation = new PerCollection(this, nameof(SubmitterEdiContactInformation));
SegmentCollections.Add(SubmitterEdiContactInformation);
 
}
    public Loop2100C(X12Doc owningDoc, LoopEntity prev, LoopCollection parent) : base(owningDoc, prev, parent)
    {
        ProviderName = new Nm1Collection(this, nameof(ProviderName));
        SegmentCollections.Add(ProviderName);

        SubscriberLevelLoop = new Loop2000DCollection("Loop2000D", nameof(SubscriberLevelLoop), OwningDoc, parent, parent);
        ChildLoopCollections.Add(SubscriberLevelLoop);
        SubscriberNameLoop = new Loop2100DCollection("Loop2100D", nameof(SubscriberNameLoop), OwningDoc, parent, parent);
        ChildLoopCollections.Add(SubscriberNameLoop);
    }
    public Loop2100B(X12Doc owningDoc, LoopEntity prev, LoopCollection parent) : base(owningDoc, prev, parent)
    {
        InformationReceiverName = new Nm1Collection(this, nameof(InformationReceiverName));
        SegmentCollections.Add(InformationReceiverName);

        ServiceProviderLevelLoop = new Loop2000CCollection("Loop2000C", nameof(ServiceProviderLevelLoop), OwningDoc, parent, parent);
        ChildLoopCollections.Add(ServiceProviderLevelLoop);
        ProviderNameLoop = new Loop2100CCollection("Loop2100C", nameof(ProviderNameLoop), OwningDoc, parent, parent);
        ChildLoopCollections.Add(ProviderNameLoop);
    }
Example #7
0
public Loop2100C(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
ProviderName = new Nm1Collection(this, nameof(ProviderName));
SegmentCollections.Add(ProviderName);
 
}
Example #8
0
public Loop2100B(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
InformationReceiverName = new Nm1Collection(this, nameof(InformationReceiverName));
SegmentCollections.Add(InformationReceiverName);
 
}
Example #9
0
public Loop2100E(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
DependentName = new Nm1Collection(this, nameof(DependentName));
SegmentCollections.Add(DependentName);
 
}
Example #10
0
 public Loop2100B(LoopCollectionBase parent) : base(parent)
 {
     InformationReceiverName = new Nm1Collection(this, nameof(InformationReceiverName));
     SegmentCollections.Add(InformationReceiverName);
 }
Example #11
0
 public Loop2100E(LoopCollectionBase parent) : base(parent)
 {
     DependentName = new Nm1Collection(this, nameof(DependentName));
     SegmentCollections.Add(DependentName);
 }
Example #12
0
 public Loop2100D(LoopCollectionBase parent) : base(parent)
 {
     SubscriberName = new Nm1Collection(this, nameof(SubscriberName));
     SegmentCollections.Add(SubscriberName);
 }
Example #13
0
 public Loop2100C(LoopCollectionBase parent) : base(parent)
 {
     ProviderName = new Nm1Collection(this, nameof(ProviderName));
     SegmentCollections.Add(ProviderName);
 }
public Loop1000B(LoopCollectionBase parent):base(parent){
ReceiverName = new Nm1Collection(this, nameof(ReceiverName));
SegmentCollections.Add(ReceiverName);
 
}