示例#1
0
	///<summary>
	/// Returns  first repetition of RRI_I13_PROVIDER (a Group object) - creates it if necessary
	///</summary>
	public RRI_I13_PROVIDER GetPROVIDER() {
	   RRI_I13_PROVIDER ret = null;
	   try {
	      ret = (RRI_I13_PROVIDER)this.GetStructure("PROVIDER");
	   } 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;
	}
示例#2
0
	///<summary>
	///Removes the given RRI_I13_PROVIDER
	///</summary>
	public void RemovePROVIDER(RRI_I13_PROVIDER toRemove)
	{
		this.RemoveStructure("PROVIDER", toRemove);
	}