blob: 80558d37e4f7cd61b644eda423bb5b7c9616beac [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.emf.common.util.EList;
import org.eclipse.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.Timing;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Nutrition Order Oral Diet</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getTypes <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getSchedules <em>Schedule</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getNutrients <em>Nutrient</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getTextures <em>Texture</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getFluidConsistencyTypes <em>Fluid Consistency Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getInstruction <em>Instruction</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='NutritionOrder_OralDiet'"
* @generated
*/
public interface NutritionOrderOralDiet extends BackboneElement {
/**
* Returns the value of the '<em><b>Type</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_Type()
* @model
* @generated
*/
EList<CodeableConcept> getTypes();
/**
* Returns the value of the '<em><b>Schedule</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Timing}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Schedule</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Schedule</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_Schedule()
* @model
* @generated
*/
EList<Timing> getSchedules();
/**
* Returns the value of the '<em><b>Nutrient</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDietNutrient}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Nutrient</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Nutrient</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_Nutrient()
* @model containment="true"
* @generated
*/
EList<NutritionOrderOralDietNutrient> getNutrients();
/**
* Returns the value of the '<em><b>Texture</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDietTexture}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Texture</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Texture</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_Texture()
* @model containment="true"
* @generated
*/
EList<NutritionOrderOralDietTexture> getTextures();
/**
* Returns the value of the '<em><b>Fluid Consistency Type</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Fluid Consistency Type</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Fluid Consistency Type</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_FluidConsistencyType()
* @model
* @generated
*/
EList<CodeableConcept> getFluidConsistencyTypes();
/**
* Returns the value of the '<em><b>Instruction</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Instruction</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Instruction</em>' reference.
* @see #setInstruction(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNutritionOrderOralDiet_Instruction()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getInstruction();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NutritionOrderOralDiet#getInstruction <em>Instruction</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Instruction</em>' reference.
* @see #getInstruction()
* @generated
*/
void setInstruction(org.eclipse.mdht.uml.fhir.core.datatype.String value);
} // NutritionOrderOralDiet