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

GetTQ2() public method

Returns first repetition of TQ2 (Timing/Quantity Relationship) - creates it if necessary
public GetTQ2 ( ) : TQ2
return TQ2
	public TQ2 GetTQ2() {
	   TQ2 ret = null;
	   try {
	      ret = (TQ2)this.GetStructure("TQ2");
	   } catch(HL7Exception e) {
	      HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
	      throw new System.Exception("An unexpected error ocurred",e);
	   }
	   return ret;
	}

Same methods

RRE_O12_TIMING::GetTQ2 ( int rep ) : TQ2