public Loop2000D(X12Doc owningDoc, LoopEntity prev, LoopCollection parent) : base(owningDoc, prev, parent)
 {
     SubscriberLevel = new HlCollection(this, nameof(SubscriberLevel));
     SegmentCollections.Add(SubscriberLevel);
     SubscriberDemographicInformation = new DmgCollection(this, nameof(SubscriberDemographicInformation));
     SegmentCollections.Add(SubscriberDemographicInformation);
 }
 public Loop2000E(X12Doc owningDoc, LoopEntity prev, LoopCollection parent) : base(owningDoc, prev, parent)
 {
     DependentLevel = new HlCollection(this, nameof(DependentLevel));
     SegmentCollections.Add(DependentLevel);
     DependentDemographicInformation = new DmgCollection(this, nameof(DependentDemographicInformation));
     SegmentCollections.Add(DependentDemographicInformation);
 }
Пример #3
0
        public Loop2000A(LoopCollectionBase parent) : base(parent)
        {
            InformationSourceLevel = new HlCollection(this, nameof(InformationSourceLevel));
            SegmentCollections.Add(InformationSourceLevel);

            PayerNameLoop = new Loop2100ACollection("Loop2100A", nameof(PayerNameLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(PayerNameLoop);
        }
Пример #4
0
        public Loop2000B(LoopCollectionBase parent) : base(parent)
        {
            InformationReceiverLevel = new HlCollection(this, nameof(InformationReceiverLevel));
            SegmentCollections.Add(InformationReceiverLevel);

            InformationReceiverNameLoop = new Loop2100BCollection("Loop2100B", nameof(InformationReceiverNameLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(InformationReceiverNameLoop);
            InformationReceiverTraceIdentifierLoop = new Loop2200BCollection("Loop2200B", nameof(InformationReceiverTraceIdentifierLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(InformationReceiverTraceIdentifierLoop);
        }
Пример #5
0
        public Loop2000E(LoopCollectionBase parent) : base(parent)
        {
            DependentLevel = new HlCollection(this, nameof(DependentLevel));
            SegmentCollections.Add(DependentLevel);

            DependentNameLoop = new Loop2100ECollection("Loop2100E", nameof(DependentNameLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(DependentNameLoop);
            ClaimStatusTrackingNumberLoop = new Loop2200ECollection("Loop2200E", nameof(ClaimStatusTrackingNumberLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(ClaimStatusTrackingNumberLoop);
        }
Пример #6
0
        public Loop2000D(LoopCollectionBase parent) : base(parent)
        {
            SubscriberLevel = new HlCollection(this, nameof(SubscriberLevel));
            SegmentCollections.Add(SubscriberLevel);

            SubscriberNameLoop = new Loop2100DCollection("Loop2100D", nameof(SubscriberNameLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(SubscriberNameLoop);
            ClaimStatusTrackingNumberLoop = new Loop2200DCollection("Loop2200D", nameof(ClaimStatusTrackingNumberLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(ClaimStatusTrackingNumberLoop);
        }
Пример #7
0
        public Loop2000C(LoopCollectionBase parent) : base(parent)
        {
            ServiceProviderLevel = new HlCollection(this, nameof(ServiceProviderLevel));
            SegmentCollections.Add(ServiceProviderLevel);

            ProviderNameLoop = new Loop2100CCollection("Loop2100C", nameof(ProviderNameLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(ProviderNameLoop);
            ProviderOfServiceTraceIdentifierLoop = new Loop2200CCollection("Loop2200C", nameof(ProviderOfServiceTraceIdentifierLoop), parent.OwningX12Doc, parent);
            ChildLoopCollections.Add(ProviderOfServiceTraceIdentifierLoop);
        }
Пример #8
0
public Loop2000C(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
ServiceProviderLevel = new HlCollection(this, nameof(ServiceProviderLevel));
SegmentCollections.Add(ServiceProviderLevel);
 
}
Пример #9
0
public Loop2000B(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
InformationReceiverLevel = new HlCollection(this, nameof(InformationReceiverLevel));
SegmentCollections.Add(InformationReceiverLevel);
 
}