blob: 901546687285abd5f6e0a9f50d117f579411e588 [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.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.Narrative;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Composition Section</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getTitle <em>Title</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getText <em>Text</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getMode <em>Mode</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getOrderedBy <em>Ordered By</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getEntries <em>Entry</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getEmptyReason <em>Empty Reason</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getSections <em>Section</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Composition_Section'"
* @generated
*/
public interface CompositionSection extends BackboneElement {
/**
* Returns the value of the '<em><b>Title</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Title</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Title</em>' reference.
* @see #setTitle(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Title()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getTitle();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getTitle <em>Title</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Title</em>' reference.
* @see #getTitle()
* @generated
*/
void setTitle(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Code</em>' reference.
* @see #setCode(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Code()
* @model
* @generated
*/
CodeableConcept getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getCode <em>Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' reference.
* @see #getCode()
* @generated
*/
void setCode(CodeableConcept value);
/**
* Returns the value of the '<em><b>Text</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Text</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Text</em>' reference.
* @see #setText(Narrative)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Text()
* @model
* @generated
*/
Narrative getText();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getText <em>Text</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text</em>' reference.
* @see #getText()
* @generated
*/
void setText(Narrative value);
/**
* Returns the value of the '<em><b>Mode</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mode</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mode</em>' reference.
* @see #setMode(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Mode()
* @model
* @generated
*/
Code getMode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getMode <em>Mode</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mode</em>' reference.
* @see #getMode()
* @generated
*/
void setMode(Code value);
/**
* Returns the value of the '<em><b>Ordered By</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ordered By</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ordered By</em>' reference.
* @see #setOrderedBy(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_OrderedBy()
* @model
* @generated
*/
CodeableConcept getOrderedBy();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getOrderedBy <em>Ordered By</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ordered By</em>' reference.
* @see #getOrderedBy()
* @generated
*/
void setOrderedBy(CodeableConcept value);
/**
* Returns the value of the '<em><b>Entry</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Resource}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entry</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>Entry</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Entry()
* @model
* @generated
*/
EList<Resource> getEntries();
/**
* Returns the value of the '<em><b>Empty Reason</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Empty Reason</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Empty Reason</em>' reference.
* @see #setEmptyReason(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_EmptyReason()
* @model
* @generated
*/
CodeableConcept getEmptyReason();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection#getEmptyReason <em>Empty Reason</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Empty Reason</em>' reference.
* @see #getEmptyReason()
* @generated
*/
void setEmptyReason(CodeableConcept value);
/**
* Returns the value of the '<em><b>Section</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.CompositionSection}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Section</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>Section</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCompositionSection_Section()
* @model containment="true"
* @generated
*/
EList<CompositionSection> getSections();
} // CompositionSection