001package ca.cdr.api.pub.hl7v2.model; 002 003/*- 004 * #%L 005 * Smile CDR - CDR 006 * %% 007 * Copyright (C) 2016 - 2024 Smile CDR, Inc. 008 * %% 009 * All rights reserved. 010 * #L% 011 */ 012 013/** 014 * Holds information about the current message being mapped 015 */ 016public class MappingContext { 017 018 /** 019 * Constructor 020 */ 021 public MappingContext() { 022 super(); 023 } 024 025 // nothing in here yet... 026 027}