blob: 40be6d4e5b53b7e6b244c7ea028fc80eebdf7049 [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.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Clinical Impression</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.ClinicalImpression#getPatient <em>Patient</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getAssessor <em>Assessor</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getDate <em>Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getPrevious <em>Previous</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getProblems <em>Problem</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getTriggerx <em>Triggerx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getInvestigations <em>Investigations</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getProtocol <em>Protocol</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getSummary <em>Summary</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getFindings <em>Finding</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getResolveds <em>Resolved</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getRuledOuts <em>Ruled Out</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getPrognosis <em>Prognosis</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getPlans <em>Plan</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getActions <em>Action</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression()
* @model
* @generated
*/
public interface ClinicalImpression 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#getClinicalImpression_Patient()
* @model required="true"
* @generated
*/
Patient getPatient();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#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>Assessor</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assessor</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Assessor</em>' reference.
* @see #setAssessor(Practitioner)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Assessor()
* @model
* @generated
*/
Practitioner getAssessor();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getAssessor <em>Assessor</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Assessor</em>' reference.
* @see #getAssessor()
* @generated
*/
void setAssessor(Practitioner 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#getClinicalImpression_Status()
* @model required="true"
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#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>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#getClinicalImpression_Date()
* @model
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#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>Description</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' reference.
* @see #setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Description()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDescription();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getDescription <em>Description</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Previous</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Previous</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Previous</em>' reference.
* @see #setPrevious(ClinicalImpression)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Previous()
* @model
* @generated
*/
ClinicalImpression getPrevious();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getPrevious <em>Previous</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Previous</em>' reference.
* @see #getPrevious()
* @generated
*/
void setPrevious(ClinicalImpression value);
/**
* Returns the value of the '<em><b>Problem</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>Problem</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>Problem</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Problem()
* @model
* @generated
*/
EList<Resource> getProblems();
/**
* Returns the value of the '<em><b>Triggerx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Triggerx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Triggerx</em>' reference.
* @see #setTriggerx(Base)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Triggerx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='trigger[x]'"
* @generated
*/
Base getTriggerx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getTriggerx <em>Triggerx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Triggerx</em>' reference.
* @see #getTriggerx()
* @generated
*/
void setTriggerx(Base value);
/**
* Returns the value of the '<em><b>Investigations</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpressionInvestigations}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Investigations</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>Investigations</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Investigations()
* @model containment="true"
* @generated
*/
EList<ClinicalImpressionInvestigations> getInvestigations();
/**
* Returns the value of the '<em><b>Protocol</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Protocol</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Protocol</em>' reference.
* @see #setProtocol(Uri)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Protocol()
* @model
* @generated
*/
Uri getProtocol();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getProtocol <em>Protocol</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Protocol</em>' reference.
* @see #getProtocol()
* @generated
*/
void setProtocol(Uri value);
/**
* Returns the value of the '<em><b>Summary</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Summary</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Summary</em>' reference.
* @see #setSummary(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Summary()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getSummary();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getSummary <em>Summary</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Summary</em>' reference.
* @see #getSummary()
* @generated
*/
void setSummary(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Finding</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpressionFinding}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Finding</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>Finding</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Finding()
* @model containment="true"
* @generated
*/
EList<ClinicalImpressionFinding> getFindings();
/**
* Returns the value of the '<em><b>Resolved</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>Resolved</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>Resolved</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Resolved()
* @model
* @generated
*/
EList<CodeableConcept> getResolveds();
/**
* Returns the value of the '<em><b>Ruled Out</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpressionRuledOut}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ruled Out</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>Ruled Out</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_RuledOut()
* @model containment="true"
* @generated
*/
EList<ClinicalImpressionRuledOut> getRuledOuts();
/**
* Returns the value of the '<em><b>Prognosis</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prognosis</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Prognosis</em>' reference.
* @see #setPrognosis(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Prognosis()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getPrognosis();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ClinicalImpression#getPrognosis <em>Prognosis</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Prognosis</em>' reference.
* @see #getPrognosis()
* @generated
*/
void setPrognosis(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Plan</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>Plan</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>Plan</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Plan()
* @model
* @generated
*/
EList<Resource> getPlans();
/**
* Returns the value of the '<em><b>Action</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>Action</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>Action</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getClinicalImpression_Action()
* @model
* @generated
*/
EList<Resource> getActions();
} // ClinicalImpression