///<summary> /// Returns first repetition of PEX_P07_NK1_TIMING_QTY (a Group object) - creates it if necessary ///</summary> public PEX_P07_NK1_TIMING_QTY GetNK1_TIMING_QTY() { PEX_P07_NK1_TIMING_QTY ret = null; try { ret = (PEX_P07_NK1_TIMING_QTY)this.GetStructure("NK1_TIMING_QTY"); } 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); }
///<summary> ///Removes the given PEX_P07_NK1_TIMING_QTY ///</summary> public void RemoveNK1_TIMING_QTY(PEX_P07_NK1_TIMING_QTY toRemove) { this.RemoveStructure("NK1_TIMING_QTY", toRemove); }