org.openhealthtools.mdht.uml.cda.consol.DataEnterer Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2011, 2012 Sean Muir and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sean Muir (JKM Software) - initial API and implementation
*******************************************************************************/
package org.openhealthtools.mdht.uml.cda.consol;
/**
*
* A representation of the model object 'Data Enterer'.
*
*
*
* @see org.openhealthtools.mdht.uml.cda.consol.ConsolPackage#getDataEnterer()
* @model
* @generated
*/
public interface DataEnterer extends org.openhealthtools.mdht.uml.cda.DataEnterer {
/**
*
*
* @generated
*/
public DataEnterer init();
} // DataEnterer