blob: 6435d8f74ab99e0949f8e6892c49a668e5112913 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Decision Support Rule Customization</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This resource defines a decision support rule of the form [on Event] if Condition then Action.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.DecisionSupportRuleCustomization#getPath <em>Path</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleCustomization#getExpression <em>Expression</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleCustomization()
* @model extendedMetaData="name='DecisionSupportRule.Customization' kind='elementOnly'"
* @generated
*/
public interface DecisionSupportRuleCustomization extends BackboneElement {
/**
* Returns the value of the '<em><b>Path</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The path to the element to be customized.
* <!-- end-model-doc -->
* @return the value of the '<em>Path</em>' containment reference.
* @see #setPath(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleCustomization_Path()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='path' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getPath();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleCustomization#getPath <em>Path</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Path</em>' containment reference.
* @see #getPath()
* @generated
*/
void setPath(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Expression</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An expression specifying the value of the customized element.
* <!-- end-model-doc -->
* @return the value of the '<em>Expression</em>' containment reference.
* @see #setExpression(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleCustomization_Expression()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='expression' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getExpression();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleCustomization#getExpression <em>Expression</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Expression</em>' containment reference.
* @see #getExpression()
* @generated
*/
void setExpression(org.hl7.fhir.String value);
} // DecisionSupportRuleCustomization