///<summary> /// Returns first repetition of ROR_ROR_DEFINITION (a Group object) - creates it if necessary ///</summary> public ROR_ROR_DEFINITION GetDEFINITION() { ROR_ROR_DEFINITION ret = null; try { ret = (ROR_ROR_DEFINITION)this.GetStructure("DEFINITION"); } 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> Returns first repetition of ROR_ROR_DEFINITION (a Group object) - creates it if necessary</summary> public virtual ROR_ROR_DEFINITION getDEFINITION() { ROR_ROR_DEFINITION ret = null; try { ret = (ROR_ROR_DEFINITION)this.get_Renamed("DEFINITION"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given ROR_ROR_DEFINITION ///</summary> public void RemoveDEFINITION(ROR_ROR_DEFINITION toRemove) { this.RemoveStructure("DEFINITION", toRemove); }