NHapi.Model.V25.Group.RRE_O12_TIMING.RRE_O12_TIMING C# (CSharp) Method

RRE_O12_TIMING() public method

Creates a new RRE_O12_TIMING Group.
public RRE_O12_TIMING ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
return NHapi.Base.Parser
	public RRE_O12_TIMING(IGroup parent, IModelClassFactory factory) : base(parent, factory){
	   try {
	      this.add(typeof(TQ1), true, false);
	      this.add(typeof(TQ2), false, true);
	   } catch(HL7Exception e) {
	      HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error creating RRE_O12_TIMING - this is probably a bug in the source code generator.", e);
	   }
	}