blob: f6ac238c0245eacc64efebdb9c90b7d352a48b6a [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.Base;
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.DateTime;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Supply Request</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getPatient <em>Patient</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getSource <em>Source</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getDate <em>Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getKind <em>Kind</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getOrderedItem <em>Ordered Item</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getSuppliers <em>Supplier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getReasonx <em>Reasonx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getWhen <em>When</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest()
* @model
* @generated
*/
public interface SupplyRequest extends DomainResource {
/**
* Returns the value of the '<em><b>Patient</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Patient</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Patient</em>' reference.
* @see #setPatient(Patient)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Patient()
* @model
* @generated
*/
Patient getPatient();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getPatient <em>Patient</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Patient</em>' reference.
* @see #getPatient()
* @generated
*/
void setPatient(Patient value);
/**
* Returns the value of the '<em><b>Source</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Source</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Source</em>' reference.
* @see #setSource(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Source()
* @model
* @generated
*/
Resource getSource();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getSource <em>Source</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Source</em>' reference.
* @see #getSource()
* @generated
*/
void setSource(Resource value);
/**
* Returns the value of the '<em><b>Date</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Date</em>' reference.
* @see #setDate(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Date()
* @model
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getDate <em>Date</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Date</em>' reference.
* @see #getDate()
* @generated
*/
void setDate(DateTime value);
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Identifier</em>' reference.
* @see #setIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Identifier()
* @model
* @generated
*/
Identifier getIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getIdentifier <em>Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Identifier</em>' reference.
* @see #getIdentifier()
* @generated
*/
void setIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Status</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Status</em>' reference.
* @see #setStatus(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Status()
* @model
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getStatus <em>Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' reference.
* @see #getStatus()
* @generated
*/
void setStatus(Code value);
/**
* Returns the value of the '<em><b>Kind</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Kind</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Kind</em>' reference.
* @see #setKind(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Kind()
* @model
* @generated
*/
CodeableConcept getKind();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getKind <em>Kind</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' reference.
* @see #getKind()
* @generated
*/
void setKind(CodeableConcept value);
/**
* Returns the value of the '<em><b>Ordered Item</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ordered Item</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 Item</em>' reference.
* @see #setOrderedItem(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_OrderedItem()
* @model
* @generated
*/
Resource getOrderedItem();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getOrderedItem <em>Ordered Item</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ordered Item</em>' reference.
* @see #getOrderedItem()
* @generated
*/
void setOrderedItem(Resource value);
/**
* Returns the value of the '<em><b>Supplier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Organization}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Supplier</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>Supplier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Supplier()
* @model
* @generated
*/
EList<Organization> getSuppliers();
/**
* Returns the value of the '<em><b>Reasonx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Reasonx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Reasonx</em>' reference.
* @see #setReasonx(Base)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_Reasonx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='reason[x]'"
* @generated
*/
Base getReasonx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getReasonx <em>Reasonx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Reasonx</em>' reference.
* @see #getReasonx()
* @generated
*/
void setReasonx(Base value);
/**
* Returns the value of the '<em><b>When</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>When</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>When</em>' containment reference.
* @see #setWhen(SupplyRequestWhen)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSupplyRequest_When()
* @model containment="true"
* @generated
*/
SupplyRequestWhen getWhen();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SupplyRequest#getWhen <em>When</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>When</em>' containment reference.
* @see #getWhen()
* @generated
*/
void setWhen(SupplyRequestWhen value);
} // SupplyRequest