blob: 7dd5438066dd22f8743547271bfebb2f2e2229d3 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Medication Knowledge Max Dispense</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Information about a medication that is used to support knowledge.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.MedicationKnowledgeMaxDispense#getQuantity <em>Quantity</em>}</li>
* <li>{@link org.hl7.fhir.MedicationKnowledgeMaxDispense#getPeriod <em>Period</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMaxDispense()
* @model extendedMetaData="name='MedicationKnowledge.MaxDispense' kind='elementOnly'"
* @generated
*/
public interface MedicationKnowledgeMaxDispense extends BackboneElement {
/**
* Returns the value of the '<em><b>Quantity</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The maximum number of units of the medication that can be dispensed.
* <!-- end-model-doc -->
* @return the value of the '<em>Quantity</em>' containment reference.
* @see #setQuantity(Quantity)
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMaxDispense_Quantity()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='quantity' namespace='##targetNamespace'"
* @generated
*/
Quantity getQuantity();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicationKnowledgeMaxDispense#getQuantity <em>Quantity</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Quantity</em>' containment reference.
* @see #getQuantity()
* @generated
*/
void setQuantity(Quantity value);
/**
* Returns the value of the '<em><b>Period</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The period that applies to the maximum number of units.
* <!-- end-model-doc -->
* @return the value of the '<em>Period</em>' containment reference.
* @see #setPeriod(Duration)
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMaxDispense_Period()
* @model containment="true"
* extendedMetaData="kind='element' name='period' namespace='##targetNamespace'"
* @generated
*/
Duration getPeriod();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicationKnowledgeMaxDispense#getPeriod <em>Period</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' containment reference.
* @see #getPeriod()
* @generated
*/
void setPeriod(Duration value);
} // MedicationKnowledgeMaxDispense