blob: 0ef84fee8285daa9ec4ca64760eb836e245d7718 [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.Code;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guidance Response</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.GuidanceResponse#getRequestId <em>Request Id</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getModule <em>Module</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getEvaluationMessages <em>Evaluation Message</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getOutputParameters <em>Output Parameters</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getActions <em>Action</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse()
* @model
* @generated
*/
public interface GuidanceResponse extends DomainResource {
/**
* Returns the value of the '<em><b>Request Id</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Request Id</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Request Id</em>' reference.
* @see #setRequestId(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse_RequestId()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getRequestId();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getRequestId <em>Request Id</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Request Id</em>' reference.
* @see #getRequestId()
* @generated
*/
void setRequestId(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Module</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Module</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Module</em>' reference.
* @see #setModule(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse_Module()
* @model required="true"
* @generated
*/
Resource getModule();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getModule <em>Module</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Module</em>' reference.
* @see #getModule()
* @generated
*/
void setModule(Resource 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#getGuidanceResponse_Status()
* @model required="true"
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#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>Evaluation Message</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcome}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Evaluation Message</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>Evaluation Message</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse_EvaluationMessage()
* @model
* @generated
*/
EList<OperationOutcome> getEvaluationMessages();
/**
* Returns the value of the '<em><b>Output Parameters</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Output Parameters</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Output Parameters</em>' reference.
* @see #setOutputParameters(Parameters)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse_OutputParameters()
* @model
* @generated
*/
Parameters getOutputParameters();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponse#getOutputParameters <em>Output Parameters</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Output Parameters</em>' reference.
* @see #getOutputParameters()
* @generated
*/
void setOutputParameters(Parameters value);
/**
* Returns the value of the '<em><b>Action</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Action</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>Action</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponse_Action()
* @model containment="true"
* @generated
*/
EList<GuidanceResponseAction> getActions();
} // GuidanceResponse