blob: 7323363830dde97818cf0c29c8d3e380f02b4237 [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.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.DataType;
import org.eclipse.mdht.uml.fhir.core.datatype.Decimal;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Risk Assessment Prediction</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getOutcome <em>Outcome</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getProbabilityx <em>Probabilityx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getRelativeRisk <em>Relative Risk</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getWhenx <em>Whenx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getRationale <em>Rationale</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='RiskAssessment_Prediction'"
* @generated
*/
public interface RiskAssessmentPrediction extends BackboneElement {
/**
* Returns the value of the '<em><b>Outcome</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Outcome</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Outcome</em>' reference.
* @see #setOutcome(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction_Outcome()
* @model required="true"
* @generated
*/
CodeableConcept getOutcome();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getOutcome <em>Outcome</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Outcome</em>' reference.
* @see #getOutcome()
* @generated
*/
void setOutcome(CodeableConcept value);
/**
* Returns the value of the '<em><b>Probabilityx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Probabilityx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Probabilityx</em>' reference.
* @see #setProbabilityx(DataType)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction_Probabilityx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='probability[x]'"
* @generated
*/
DataType getProbabilityx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getProbabilityx <em>Probabilityx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Probabilityx</em>' reference.
* @see #getProbabilityx()
* @generated
*/
void setProbabilityx(DataType value);
/**
* Returns the value of the '<em><b>Relative Risk</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Relative Risk</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Relative Risk</em>' reference.
* @see #setRelativeRisk(Decimal)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction_RelativeRisk()
* @model
* @generated
*/
Decimal getRelativeRisk();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getRelativeRisk <em>Relative Risk</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Relative Risk</em>' reference.
* @see #getRelativeRisk()
* @generated
*/
void setRelativeRisk(Decimal value);
/**
* Returns the value of the '<em><b>Whenx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Whenx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Whenx</em>' reference.
* @see #setWhenx(DataType)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction_Whenx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='when[x]'"
* @generated
*/
DataType getWhenx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getWhenx <em>Whenx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Whenx</em>' reference.
* @see #getWhenx()
* @generated
*/
void setWhenx(DataType value);
/**
* Returns the value of the '<em><b>Rationale</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rationale</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rationale</em>' reference.
* @see #setRationale(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getRiskAssessmentPrediction_Rationale()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getRationale();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.RiskAssessmentPrediction#getRationale <em>Rationale</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rationale</em>' reference.
* @see #getRationale()
* @generated
*/
void setRationale(org.eclipse.mdht.uml.fhir.core.datatype.String value);
} // RiskAssessmentPrediction