blob: 7545739e33ad5ee085ad098b09966e64df2b4988 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson 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:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.resource;
import org.eclipse.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.Coding;
import org.eclipse.mdht.uml.fhir.core.datatype.Date;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Explanation Of Benefit Items Prosthesis</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getInitial <em>Initial</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getPriorDate <em>Prior Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getPriorMaterial <em>Prior Material</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitItemsProsthesis()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Items_Prosthesis'"
* @generated
*/
public interface ExplanationOfBenefitItemsProsthesis extends BackboneElement {
/**
* Returns the value of the '<em><b>Initial</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Initial</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Initial</em>' reference.
* @see #setInitial(org.eclipse.mdht.uml.fhir.core.datatype.Boolean)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitItemsProsthesis_Initial()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Boolean getInitial();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getInitial <em>Initial</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Initial</em>' reference.
* @see #getInitial()
* @generated
*/
void setInitial(org.eclipse.mdht.uml.fhir.core.datatype.Boolean value);
/**
* Returns the value of the '<em><b>Prior Date</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prior Date</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Prior Date</em>' reference.
* @see #setPriorDate(Date)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitItemsProsthesis_PriorDate()
* @model
* @generated
*/
Date getPriorDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getPriorDate <em>Prior Date</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Prior Date</em>' reference.
* @see #getPriorDate()
* @generated
*/
void setPriorDate(Date value);
/**
* Returns the value of the '<em><b>Prior Material</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prior Material</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Prior Material</em>' reference.
* @see #setPriorMaterial(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitItemsProsthesis_PriorMaterial()
* @model
* @generated
*/
Coding getPriorMaterial();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitItemsProsthesis#getPriorMaterial <em>Prior Material</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Prior Material</em>' reference.
* @see #getPriorMaterial()
* @generated
*/
void setPriorMaterial(Coding value);
} // ExplanationOfBenefitItemsProsthesis