/// <summary>
        /// Creates a single instance of a PixelIntensityRelationshipLutSequence item. Does not modify the PixelIntensityRelationshipLutSequence in the underlying collection.
        /// </summary>
        public PixelIntensityRelationshipLutSequenceItem CreatePixelIntensityRelationshipLutSequenceItem()
        {
            var iodBase = new PixelIntensityRelationshipLutSequenceItem(new DicomSequenceItem());

            return(iodBase);
        }
		/// <summary>
		/// Creates a single instance of a PixelIntensityRelationshipLutSequence item. Does not modify the PixelIntensityRelationshipLutSequence in the underlying collection.
		/// </summary>
		public PixelIntensityRelationshipLutSequenceItem CreatePixelIntensityRelationshipLutSequenceItem()
		{
			var iodBase = new PixelIntensityRelationshipLutSequenceItem(new DicomSequenceItem());
			return iodBase;
		}