blob: 01ce38eccc6242f4b8902e2ec02b6239a399e6a4 [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.Annotation;
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.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Diagnostic Order</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.DiagnosticOrder#getSubject <em>Subject</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getOrderer <em>Orderer</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getEncounter <em>Encounter</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getReasons <em>Reason</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getSupportingInformations <em>Supporting Information</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getSpecimens <em>Specimen</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getPriority <em>Priority</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getEvents <em>Event</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getItems <em>Item</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getNotes <em>Note</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder()
* @model
* @generated
*/
public interface DiagnosticOrder extends DomainResource {
/**
* Returns the value of the '<em><b>Subject</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Subject</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Subject</em>' reference.
* @see #setSubject(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Subject()
* @model required="true"
* @generated
*/
Resource getSubject();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getSubject <em>Subject</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Subject</em>' reference.
* @see #getSubject()
* @generated
*/
void setSubject(Resource value);
/**
* Returns the value of the '<em><b>Orderer</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Orderer</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Orderer</em>' reference.
* @see #setOrderer(Practitioner)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Orderer()
* @model
* @generated
*/
Practitioner getOrderer();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getOrderer <em>Orderer</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Orderer</em>' reference.
* @see #getOrderer()
* @generated
*/
void setOrderer(Practitioner value);
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</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>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* Returns the value of the '<em><b>Encounter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Encounter</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Encounter</em>' reference.
* @see #setEncounter(Encounter)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Encounter()
* @model
* @generated
*/
Encounter getEncounter();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getEncounter <em>Encounter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Encounter</em>' reference.
* @see #getEncounter()
* @generated
*/
void setEncounter(Encounter value);
/**
* Returns the value of the '<em><b>Reason</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>Reason</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>Reason</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Reason()
* @model
* @generated
*/
EList<CodeableConcept> getReasons();
/**
* Returns the value of the '<em><b>Supporting Information</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>Supporting Information</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>Supporting Information</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_SupportingInformation()
* @model
* @generated
*/
EList<Resource> getSupportingInformations();
/**
* Returns the value of the '<em><b>Specimen</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Specimen}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Specimen</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>Specimen</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Specimen()
* @model
* @generated
*/
EList<Specimen> getSpecimens();
/**
* 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#getDiagnosticOrder_Status()
* @model
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#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>Priority</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Priority</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Priority</em>' reference.
* @see #setPriority(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Priority()
* @model
* @generated
*/
Code getPriority();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrder#getPriority <em>Priority</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Priority</em>' reference.
* @see #getPriority()
* @generated
*/
void setPriority(Code value);
/**
* Returns the value of the '<em><b>Event</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrderEvent}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Event</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>Event</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Event()
* @model containment="true"
* @generated
*/
EList<DiagnosticOrderEvent> getEvents();
/**
* Returns the value of the '<em><b>Item</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticOrderItem}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Item</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>Item</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Item()
* @model containment="true"
* @generated
*/
EList<DiagnosticOrderItem> getItems();
/**
* Returns the value of the '<em><b>Note</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Annotation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Note</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>Note</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticOrder_Note()
* @model
* @generated
*/
EList<Annotation> getNotes();
} // DiagnosticOrder