blob: 3afc5e5f1fe7f00f9c7b348a0a84ce123e689112 [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;
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.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Specimen</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.Specimen#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getParents <em>Parent</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getSubject <em>Subject</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getAccessionIdentifier <em>Accession Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getReceivedTime <em>Received Time</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getCollection <em>Collection</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getTreatments <em>Treatment</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getContainers <em>Container</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen()
* @model
* @generated
*/
public interface Specimen extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</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>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* 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#getSpecimen_Status()
* @model
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#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>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(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Type()
* @model
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#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(CodeableConcept value);
/**
* Returns the value of the '<em><b>Parent</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Specimen}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parent</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>Parent</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Parent()
* @model
* @generated
*/
EList<Specimen> getParents();
/**
* Returns the value of the '<em><b>Subject</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Subject</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Subject</em>' reference.
* @see #setSubject(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Subject()
* @model required="true"
* @generated
*/
Resource getSubject();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getSubject <em>Subject</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Subject</em>' reference.
* @see #getSubject()
* @generated
*/
void setSubject(Resource value);
/**
* Returns the value of the '<em><b>Accession Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Accession 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>Accession Identifier</em>' reference.
* @see #setAccessionIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_AccessionIdentifier()
* @model
* @generated
*/
Identifier getAccessionIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getAccessionIdentifier <em>Accession Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Accession Identifier</em>' reference.
* @see #getAccessionIdentifier()
* @generated
*/
void setAccessionIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Received Time</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Received Time</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Received Time</em>' reference.
* @see #setReceivedTime(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_ReceivedTime()
* @model
* @generated
*/
DateTime getReceivedTime();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getReceivedTime <em>Received Time</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Received Time</em>' reference.
* @see #getReceivedTime()
* @generated
*/
void setReceivedTime(DateTime value);
/**
* Returns the value of the '<em><b>Collection</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Collection</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>Collection</em>' containment reference.
* @see #setCollection(SpecimenCollection)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Collection()
* @model containment="true"
* @generated
*/
SpecimenCollection getCollection();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Specimen#getCollection <em>Collection</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Collection</em>' containment reference.
* @see #getCollection()
* @generated
*/
void setCollection(SpecimenCollection value);
/**
* Returns the value of the '<em><b>Treatment</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.SpecimenTreatment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Treatment</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>Treatment</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Treatment()
* @model containment="true"
* @generated
*/
EList<SpecimenTreatment> getTreatments();
/**
* Returns the value of the '<em><b>Container</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.SpecimenContainer}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Container</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>Container</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSpecimen_Container()
* @model containment="true"
* @generated
*/
EList<SpecimenContainer> getContainers();
} // Specimen