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