blob: 004a9c44b95b7ec676b78e8318a3b5d52f860909 [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.Attachment;
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.DataType;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
import org.eclipse.mdht.uml.fhir.core.datatype.Instant;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Diagnostic Report</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.DiagnosticReport#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getCategory <em>Category</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getSubject <em>Subject</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getEncounter <em>Encounter</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getEffectivex <em>Effectivex</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getIssued <em>Issued</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getPerformer <em>Performer</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getRequests <em>Request</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getSpecimens <em>Specimen</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getResults <em>Result</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getImagingStudies <em>Imaging Study</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getImages <em>Image</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getConclusion <em>Conclusion</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getCodedDiagnosis <em>Coded Diagnosis</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getPresentedForms <em>Presented Form</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport()
* @model
* @generated
*/
public interface DiagnosticReport 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#getDiagnosticReport_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#getDiagnosticReport_Status()
* @model required="true"
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#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>Category</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Category</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Category</em>' reference.
* @see #setCategory(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Category()
* @model
* @generated
*/
CodeableConcept getCategory();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getCategory <em>Category</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Category</em>' reference.
* @see #getCategory()
* @generated
*/
void setCategory(CodeableConcept value);
/**
* Returns the value of the '<em><b>Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Code</em>' reference.
* @see #setCode(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Code()
* @model required="true"
* @generated
*/
CodeableConcept getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getCode <em>Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' reference.
* @see #getCode()
* @generated
*/
void setCode(CodeableConcept value);
/**
* 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#getDiagnosticReport_Subject()
* @model required="true"
* @generated
*/
Resource getSubject();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#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>Encounter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Encounter</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Encounter</em>' reference.
* @see #setEncounter(Encounter)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Encounter()
* @model
* @generated
*/
Encounter getEncounter();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getEncounter <em>Encounter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Encounter</em>' reference.
* @see #getEncounter()
* @generated
*/
void setEncounter(Encounter value);
/**
* Returns the value of the '<em><b>Effectivex</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Effectivex</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Effectivex</em>' reference.
* @see #setEffectivex(DataType)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Effectivex()
* @model required="true"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='effective[x]'"
* @generated
*/
DataType getEffectivex();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getEffectivex <em>Effectivex</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Effectivex</em>' reference.
* @see #getEffectivex()
* @generated
*/
void setEffectivex(DataType value);
/**
* Returns the value of the '<em><b>Issued</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Issued</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Issued</em>' reference.
* @see #setIssued(Instant)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Issued()
* @model required="true"
* @generated
*/
Instant getIssued();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getIssued <em>Issued</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Issued</em>' reference.
* @see #getIssued()
* @generated
*/
void setIssued(Instant value);
/**
* Returns the value of the '<em><b>Performer</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Performer</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Performer</em>' reference.
* @see #setPerformer(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Performer()
* @model required="true"
* @generated
*/
Resource getPerformer();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getPerformer <em>Performer</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Performer</em>' reference.
* @see #getPerformer()
* @generated
*/
void setPerformer(Resource value);
/**
* Returns the value of the '<em><b>Request</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>Request</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>Request</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Request()
* @model
* @generated
*/
EList<Resource> getRequests();
/**
* Returns the value of the '<em><b>Specimen</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>Specimen</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>Specimen</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Specimen()
* @model
* @generated
*/
EList<Specimen> getSpecimens();
/**
* Returns the value of the '<em><b>Result</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Observation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Result</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>Result</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Result()
* @model
* @generated
*/
EList<Observation> getResults();
/**
* Returns the value of the '<em><b>Imaging Study</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>Imaging Study</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>Imaging Study</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_ImagingStudy()
* @model
* @generated
*/
EList<Resource> getImagingStudies();
/**
* Returns the value of the '<em><b>Image</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReportImage}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Image</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>Image</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Image()
* @model containment="true"
* @generated
*/
EList<DiagnosticReportImage> getImages();
/**
* Returns the value of the '<em><b>Conclusion</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Conclusion</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Conclusion</em>' reference.
* @see #setConclusion(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_Conclusion()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getConclusion();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DiagnosticReport#getConclusion <em>Conclusion</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Conclusion</em>' reference.
* @see #getConclusion()
* @generated
*/
void setConclusion(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Coded Diagnosis</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Coded Diagnosis</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>Coded Diagnosis</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_CodedDiagnosis()
* @model
* @generated
*/
EList<CodeableConcept> getCodedDiagnosis();
/**
* Returns the value of the '<em><b>Presented Form</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Presented Form</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>Presented Form</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDiagnosticReport_PresentedForm()
* @model
* @generated
*/
EList<Attachment> getPresentedForms();
} // DiagnosticReport