blob: 37e7206d36b645f774e379a7442022b38d957823 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imaging Object Selection Instance</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingObjectSelection resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance ("cine" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ImagingObjectSelectionInstance#getSopClass <em>Sop Class</em>}</li>
* <li>{@link org.hl7.fhir.ImagingObjectSelectionInstance#getUid <em>Uid</em>}</li>
* <li>{@link org.hl7.fhir.ImagingObjectSelectionInstance#getUrl <em>Url</em>}</li>
* <li>{@link org.hl7.fhir.ImagingObjectSelectionInstance#getFrames <em>Frames</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getImagingObjectSelectionInstance()
* @model extendedMetaData="name='ImagingObjectSelection.Instance' kind='elementOnly'"
* @generated
*/
public interface ImagingObjectSelectionInstance extends BackboneElement {
/**
* Returns the value of the '<em><b>Sop Class</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* SOP class UID of the selected instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Sop Class</em>' containment reference.
* @see #setSopClass(Oid)
* @see org.hl7.fhir.FhirPackage#getImagingObjectSelectionInstance_SopClass()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='sopClass' namespace='##targetNamespace'"
* @generated
*/
Oid getSopClass();
/**
* Sets the value of the '{@link org.hl7.fhir.ImagingObjectSelectionInstance#getSopClass <em>Sop Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sop Class</em>' containment reference.
* @see #getSopClass()
* @generated
*/
void setSopClass(Oid value);
/**
* Returns the value of the '<em><b>Uid</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* SOP Instance UID of the selected instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Uid</em>' containment reference.
* @see #setUid(Oid)
* @see org.hl7.fhir.FhirPackage#getImagingObjectSelectionInstance_Uid()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='uid' namespace='##targetNamespace'"
* @generated
*/
Oid getUid();
/**
* Sets the value of the '{@link org.hl7.fhir.ImagingObjectSelectionInstance#getUid <em>Uid</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Uid</em>' containment reference.
* @see #getUid()
* @generated
*/
void setUid(Oid value);
/**
* Returns the value of the '<em><b>Url</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* WADO-RS URL to retrieve the DICOM SOP Instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Url</em>' containment reference.
* @see #setUrl(Uri)
* @see org.hl7.fhir.FhirPackage#getImagingObjectSelectionInstance_Url()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='url' namespace='##targetNamespace'"
* @generated
*/
Uri getUrl();
/**
* Sets the value of the '{@link org.hl7.fhir.ImagingObjectSelectionInstance#getUrl <em>Url</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Url</em>' containment reference.
* @see #getUrl()
* @generated
*/
void setUrl(Uri value);
/**
* Returns the value of the '<em><b>Frames</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.ImagingObjectSelectionFrames}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Identity and location information of the frames in the selected instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Frames</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getImagingObjectSelectionInstance_Frames()
* @model containment="true"
* extendedMetaData="kind='element' name='frames' namespace='##targetNamespace'"
* @generated
*/
EList<ImagingObjectSelectionFrames> getFrames();
} // ImagingObjectSelectionInstance