blob: 462684813d6b7f4a2fb652b3c2e20e579ccedd99 [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.BackboneElement;
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.PositiveInt;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Immunization Recommendation Recommendation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getDate <em>Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getVaccineCode <em>Vaccine Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getDoseNumber <em>Dose Number</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getForecastStatus <em>Forecast Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getDateCriterions <em>Date Criterion</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getProtocol <em>Protocol</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getSupportingImmunizations <em>Supporting Immunization</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getSupportingPatientInformations <em>Supporting Patient Information</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ImmunizationRecommendation_Recommendation'"
* @generated
*/
public interface ImmunizationRecommendationRecommendation extends BackboneElement {
/**
* 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#getImmunizationRecommendationRecommendation_Date()
* @model required="true"
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#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>Vaccine Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Vaccine Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Vaccine Code</em>' reference.
* @see #setVaccineCode(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_VaccineCode()
* @model required="true"
* @generated
*/
CodeableConcept getVaccineCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getVaccineCode <em>Vaccine Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Vaccine Code</em>' reference.
* @see #getVaccineCode()
* @generated
*/
void setVaccineCode(CodeableConcept value);
/**
* Returns the value of the '<em><b>Dose Number</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dose 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>Dose Number</em>' reference.
* @see #setDoseNumber(PositiveInt)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_DoseNumber()
* @model
* @generated
*/
PositiveInt getDoseNumber();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getDoseNumber <em>Dose Number</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dose Number</em>' reference.
* @see #getDoseNumber()
* @generated
*/
void setDoseNumber(PositiveInt value);
/**
* Returns the value of the '<em><b>Forecast Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Forecast 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>Forecast Status</em>' reference.
* @see #setForecastStatus(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_ForecastStatus()
* @model required="true"
* @generated
*/
CodeableConcept getForecastStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getForecastStatus <em>Forecast Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Forecast Status</em>' reference.
* @see #getForecastStatus()
* @generated
*/
void setForecastStatus(CodeableConcept value);
/**
* Returns the value of the '<em><b>Date Criterion</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendationDateCriterion}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Date Criterion</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>Date Criterion</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_DateCriterion()
* @model containment="true"
* @generated
*/
EList<ImmunizationRecommendationRecommendationDateCriterion> getDateCriterions();
/**
* Returns the value of the '<em><b>Protocol</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Protocol</em>' containment 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>' containment reference.
* @see #setProtocol(ImmunizationRecommendationRecommendationProtocol)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_Protocol()
* @model containment="true"
* @generated
*/
ImmunizationRecommendationRecommendationProtocol getProtocol();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImmunizationRecommendationRecommendation#getProtocol <em>Protocol</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Protocol</em>' containment reference.
* @see #getProtocol()
* @generated
*/
void setProtocol(ImmunizationRecommendationRecommendationProtocol value);
/**
* Returns the value of the '<em><b>Supporting Immunization</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Immunization}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Supporting Immunization</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 Immunization</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_SupportingImmunization()
* @model
* @generated
*/
EList<Immunization> getSupportingImmunizations();
/**
* Returns the value of the '<em><b>Supporting Patient Information</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>Supporting Patient Information</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 Patient Information</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImmunizationRecommendationRecommendation_SupportingPatientInformation()
* @model
* @generated
*/
EList<Resource> getSupportingPatientInformations();
} // ImmunizationRecommendationRecommendation