blob: f18e2290b0994547595d918cb45c99c3c7e40837 [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.Attachment;
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.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Decision Support Rule Action</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getActionIdentifier <em>Action Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getNumber <em>Number</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getSupportingEvidences <em>Supporting Evidence</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getDocumentations <em>Documentation</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getParticipantTypes <em>Participant Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getTitle <em>Title</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getTextEquivalent <em>Text Equivalent</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getConcepts <em>Concept</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getResource <em>Resource</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getCustomizations <em>Customization</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getActions <em>Actions</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='DecisionSupportRule_Action'"
* @generated
*/
public interface DecisionSupportRuleAction extends BackboneElement {
/**
* Returns the value of the '<em><b>Action Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Action 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>Action Identifier</em>' reference.
* @see #setActionIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_ActionIdentifier()
* @model
* @generated
*/
Identifier getActionIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getActionIdentifier <em>Action Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Action Identifier</em>' reference.
* @see #getActionIdentifier()
* @generated
*/
void setActionIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Number</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Number</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Number</em>' reference.
* @see #setNumber(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Number()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getNumber();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getNumber <em>Number</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Number</em>' reference.
* @see #getNumber()
* @generated
*/
void setNumber(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Supporting Evidence</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Supporting Evidence</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 Evidence</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_SupportingEvidence()
* @model
* @generated
*/
EList<Attachment> getSupportingEvidences();
/**
* Returns the value of the '<em><b>Documentation</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Documentation</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>Documentation</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Documentation()
* @model
* @generated
*/
EList<Attachment> getDocumentations();
/**
* Returns the value of the '<em><b>Participant Type</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Code}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Participant Type</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>Participant Type</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_ParticipantType()
* @model
* @generated
*/
EList<Code> getParticipantTypes();
/**
* 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#getDecisionSupportRuleAction_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.DecisionSupportRuleAction#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>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#getDecisionSupportRuleAction_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.DecisionSupportRuleAction#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>Text Equivalent</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Text Equivalent</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 Equivalent</em>' reference.
* @see #setTextEquivalent(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_TextEquivalent()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getTextEquivalent();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getTextEquivalent <em>Text Equivalent</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text Equivalent</em>' reference.
* @see #getTextEquivalent()
* @generated
*/
void setTextEquivalent(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Concept</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>Concept</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>Concept</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Concept()
* @model
* @generated
*/
EList<CodeableConcept> getConcepts();
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference.
* @see #setType(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Type()
* @model
* @generated
*/
Code getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(Code value);
/**
* Returns the value of the '<em><b>Resource</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource</em>' reference.
* @see #setResource(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Resource()
* @model
* @generated
*/
Resource getResource();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction#getResource <em>Resource</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource</em>' reference.
* @see #getResource()
* @generated
*/
void setResource(Resource value);
/**
* Returns the value of the '<em><b>Customization</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleActionCustomization}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Customization</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>Customization</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Customization()
* @model containment="true"
* @generated
*/
EList<DecisionSupportRuleActionCustomization> getCustomizations();
/**
* Returns the value of the '<em><b>Actions</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DecisionSupportRuleAction}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Actions</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>Actions</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDecisionSupportRuleAction_Actions()
* @model containment="true"
* @generated
*/
EList<DecisionSupportRuleAction> getActions();
} // DecisionSupportRuleAction