blob: aea199b42aa542512c62370ab9f21b41db7cafa7 [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;
import org.eclipse.mdht.uml.fhir.core.datatype.Instant;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Document Reference</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.DocumentReference#getMasterIdentifier <em>Master Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getSubject <em>Subject</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getClass_ <em>Class</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getAuthors <em>Author</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getCustodian <em>Custodian</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getAuthenticator <em>Authenticator</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getCreated <em>Created</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getIndexed <em>Indexed</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getDocStatus <em>Doc Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getRelatesTos <em>Relates To</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getSecurityLabels <em>Security Label</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getContents <em>Content</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getContext <em>Context</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference()
* @model
* @generated
*/
public interface DocumentReference extends DomainResource {
/**
* Returns the value of the '<em><b>Master Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Master 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>Master Identifier</em>' reference.
* @see #setMasterIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_MasterIdentifier()
* @model
* @generated
*/
Identifier getMasterIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getMasterIdentifier <em>Master Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Master Identifier</em>' reference.
* @see #getMasterIdentifier()
* @generated
*/
void setMasterIdentifier(Identifier value);
/**
* 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#getDocumentReference_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* 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#getDocumentReference_Subject()
* @model
* @generated
*/
Resource getSubject();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#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>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#getDocumentReference_Type()
* @model required="true"
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#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>Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class</em>' reference.
* @see #setClass_(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Class()
* @model
* @generated
*/
CodeableConcept getClass_();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getClass_ <em>Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class</em>' reference.
* @see #getClass_()
* @generated
*/
void setClass_(CodeableConcept value);
/**
* Returns the value of the '<em><b>Author</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>Author</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>Author</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Author()
* @model
* @generated
*/
EList<Resource> getAuthors();
/**
* Returns the value of the '<em><b>Custodian</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Custodian</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Custodian</em>' reference.
* @see #setCustodian(Organization)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Custodian()
* @model
* @generated
*/
Organization getCustodian();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getCustodian <em>Custodian</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Custodian</em>' reference.
* @see #getCustodian()
* @generated
*/
void setCustodian(Organization value);
/**
* Returns the value of the '<em><b>Authenticator</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Authenticator</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Authenticator</em>' reference.
* @see #setAuthenticator(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Authenticator()
* @model
* @generated
*/
Resource getAuthenticator();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getAuthenticator <em>Authenticator</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Authenticator</em>' reference.
* @see #getAuthenticator()
* @generated
*/
void setAuthenticator(Resource value);
/**
* Returns the value of the '<em><b>Created</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Created</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Created</em>' reference.
* @see #setCreated(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Created()
* @model
* @generated
*/
DateTime getCreated();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getCreated <em>Created</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Created</em>' reference.
* @see #getCreated()
* @generated
*/
void setCreated(DateTime value);
/**
* Returns the value of the '<em><b>Indexed</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Indexed</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Indexed</em>' reference.
* @see #setIndexed(Instant)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Indexed()
* @model required="true"
* @generated
*/
Instant getIndexed();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getIndexed <em>Indexed</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Indexed</em>' reference.
* @see #getIndexed()
* @generated
*/
void setIndexed(Instant value);
/**
* 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#getDocumentReference_Status()
* @model required="true"
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#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>Doc Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Doc 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>Doc Status</em>' reference.
* @see #setDocStatus(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_DocStatus()
* @model
* @generated
*/
CodeableConcept getDocStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getDocStatus <em>Doc Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Doc Status</em>' reference.
* @see #getDocStatus()
* @generated
*/
void setDocStatus(CodeableConcept value);
/**
* Returns the value of the '<em><b>Relates To</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReferenceRelatesTo}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Relates To</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>Relates To</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_RelatesTo()
* @model containment="true"
* @generated
*/
EList<DocumentReferenceRelatesTo> getRelatesTos();
/**
* Returns the value of the '<em><b>Description</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' reference.
* @see #setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Description()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDescription();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getDescription <em>Description</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Security Label</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>Security Label</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>Security Label</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_SecurityLabel()
* @model
* @generated
*/
EList<CodeableConcept> getSecurityLabels();
/**
* Returns the value of the '<em><b>Content</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReferenceContent}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content</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>Content</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Content()
* @model containment="true" required="true"
* @generated
*/
EList<DocumentReferenceContent> getContents();
/**
* Returns the value of the '<em><b>Context</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Context</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>Context</em>' containment reference.
* @see #setContext(DocumentReferenceContext)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getDocumentReference_Context()
* @model containment="true"
* @generated
*/
DocumentReferenceContext getContext();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.DocumentReference#getContext <em>Context</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Context</em>' containment reference.
* @see #getContext()
* @generated
*/
void setContext(DocumentReferenceContext value);
} // DocumentReference