///<summary> /// Returns first repetition of SIU_S21_PATIENT (a Group object) - creates it if necessary ///</summary> public SIU_S21_PATIENT GetPATIENT() { SIU_S21_PATIENT ret = null; try { ret = (SIU_S21_PATIENT)this.GetStructure("PATIENT"); } 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 SIU_S21_PATIENT ///</summary> public void RemovePATIENT(SIU_S21_PATIENT toRemove) { this.RemoveStructure("PATIENT", toRemove); }