org.openhealthtools.mdht.uml.cda.Order Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2009, 2011 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.openhealthtools.mdht.uml.cda;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.openhealthtools.mdht.uml.hl7.datatypes.CE;
import org.openhealthtools.mdht.uml.hl7.datatypes.CS;
import org.openhealthtools.mdht.uml.hl7.datatypes.II;
import org.openhealthtools.mdht.uml.hl7.rim.Act;
import org.openhealthtools.mdht.uml.hl7.vocab.ActClassRoot;
import org.openhealthtools.mdht.uml.hl7.vocab.ActMood;
import org.openhealthtools.mdht.uml.hl7.vocab.NullFlavor;
/**
*
* A representation of the model object 'Order'.
*
*
*
* The following features are supported:
*
* - {@link org.openhealthtools.mdht.uml.cda.Order#getRealmCodes Realm Code}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getTypeId Type Id}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getTemplateIds Template Id}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getIds Id}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getCode Code}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getPriorityCode Priority Code}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getNullFlavor Null Flavor}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getClassCode Class Code}
* - {@link org.openhealthtools.mdht.uml.cda.Order#getMoodCode Mood Code}
*
*
*
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder()
* @model
* @generated
*/
public interface Order extends Act {
/**
* Returns the value of the 'Realm Code' containment reference list.
* The list contents are of type {@link org.openhealthtools.mdht.uml.hl7.datatypes.CS}.
*
*
* If the meaning of the 'Realm Code' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Realm Code' containment reference list.
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_RealmCode()
* @model containment="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
EList getRealmCodes();
/**
* Returns the value of the 'Type Id' containment reference.
*
*
* If the meaning of the 'Type Id' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Type Id' containment reference.
* @see #setTypeId(InfrastructureRootTypeId)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_TypeId()
* @model containment="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
InfrastructureRootTypeId getTypeId();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getTypeId Type Id}' containment reference.
*
*
* @param value the new value of the 'Type Id' containment reference.
* @see #getTypeId()
* @generated
*/
void setTypeId(InfrastructureRootTypeId value);
/**
* Returns the value of the 'Template Id' containment reference list.
* The list contents are of type {@link org.openhealthtools.mdht.uml.hl7.datatypes.II}.
*
*
* If the meaning of the 'Template Id' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Template Id' containment reference list.
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_TemplateId()
* @model containment="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
EList getTemplateIds();
/**
* Returns the value of the 'Id' containment reference list.
* The list contents are of type {@link org.openhealthtools.mdht.uml.hl7.datatypes.II}.
*
*
* If the meaning of the 'Id' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Id' containment reference list.
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_Id()
* @model containment="true" required="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
EList getIds();
/**
* Returns the value of the 'Code' containment reference.
*
*
* If the meaning of the 'Code' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Code' containment reference.
* @see #setCode(CE)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_Code()
* @model containment="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
CE getCode();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getCode Code}' containment reference.
*
*
* @param value the new value of the 'Code' containment reference.
* @see #getCode()
* @generated
*/
void setCode(CE value);
/**
* Returns the value of the 'Priority Code' containment reference.
*
*
* If the meaning of the 'Priority Code' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Priority Code' containment reference.
* @see #setPriorityCode(CE)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_PriorityCode()
* @model containment="true" ordered="false"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
CE getPriorityCode();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getPriorityCode Priority Code}' containment reference.
*
*
* @param value the new value of the 'Priority Code' containment reference.
* @see #getPriorityCode()
* @generated
*/
void setPriorityCode(CE value);
/**
* Returns the value of the 'Null Flavor' attribute.
* The literals are from the enumeration {@link org.openhealthtools.mdht.uml.hl7.vocab.NullFlavor}.
*
*
* If the meaning of the 'Null Flavor' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Null Flavor' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.NullFlavor
* @see #isSetNullFlavor()
* @see #unsetNullFlavor()
* @see #setNullFlavor(NullFlavor)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_NullFlavor()
* @model unsettable="true" ordered="false"
* @generated
*/
NullFlavor getNullFlavor();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getNullFlavor Null Flavor}' attribute.
*
*
* @param value the new value of the 'Null Flavor' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.NullFlavor
* @see #isSetNullFlavor()
* @see #unsetNullFlavor()
* @see #getNullFlavor()
* @generated
*/
void setNullFlavor(NullFlavor value);
/**
* Unsets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getNullFlavor Null Flavor}' attribute.
*
*
* @see #isSetNullFlavor()
* @see #getNullFlavor()
* @see #setNullFlavor(NullFlavor)
* @generated
*/
void unsetNullFlavor();
/**
* Returns whether the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getNullFlavor Null Flavor}' attribute is set.
*
*
* @return whether the value of the 'Null Flavor' attribute is set.
* @see #unsetNullFlavor()
* @see #getNullFlavor()
* @see #setNullFlavor(NullFlavor)
* @generated
*/
boolean isSetNullFlavor();
/**
* Returns the value of the 'Class Code' attribute.
* The default value is "ACT"
.
* The literals are from the enumeration {@link org.openhealthtools.mdht.uml.hl7.vocab.ActClassRoot}.
*
*
* If the meaning of the 'Class Code' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Class Code' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.ActClassRoot
* @see #isSetClassCode()
* @see #unsetClassCode()
* @see #setClassCode(ActClassRoot)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_ClassCode()
* @model default="ACT" unsettable="true" ordered="false"
* @generated
*/
ActClassRoot getClassCode();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getClassCode Class Code}' attribute.
*
*
* @param value the new value of the 'Class Code' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.ActClassRoot
* @see #isSetClassCode()
* @see #unsetClassCode()
* @see #getClassCode()
* @generated
*/
void setClassCode(ActClassRoot value);
/**
* Unsets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getClassCode Class Code}' attribute.
*
*
* @see #isSetClassCode()
* @see #getClassCode()
* @see #setClassCode(ActClassRoot)
* @generated
*/
void unsetClassCode();
/**
* Returns whether the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getClassCode Class Code}' attribute is set.
*
*
* @return whether the value of the 'Class Code' attribute is set.
* @see #unsetClassCode()
* @see #getClassCode()
* @see #setClassCode(ActClassRoot)
* @generated
*/
boolean isSetClassCode();
/**
* Returns the value of the 'Mood Code' attribute.
* The default value is "RQO"
.
* The literals are from the enumeration {@link org.openhealthtools.mdht.uml.hl7.vocab.ActMood}.
*
*
* If the meaning of the 'Mood Code' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Mood Code' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.ActMood
* @see #isSetMoodCode()
* @see #unsetMoodCode()
* @see #setMoodCode(ActMood)
* @see org.openhealthtools.mdht.uml.cda.CDAPackage#getOrder_MoodCode()
* @model default="RQO" unsettable="true" ordered="false"
* @generated
*/
ActMood getMoodCode();
/**
* Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getMoodCode Mood Code}' attribute.
*
*
* @param value the new value of the 'Mood Code' attribute.
* @see org.openhealthtools.mdht.uml.hl7.vocab.ActMood
* @see #isSetMoodCode()
* @see #unsetMoodCode()
* @see #getMoodCode()
* @generated
*/
void setMoodCode(ActMood value);
/**
* Unsets the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getMoodCode Mood Code}' attribute.
*
*
* @see #isSetMoodCode()
* @see #getMoodCode()
* @see #setMoodCode(ActMood)
* @generated
*/
void unsetMoodCode();
/**
* Returns whether the value of the '{@link org.openhealthtools.mdht.uml.cda.Order#getMoodCode Mood Code}' attribute is set.
*
*
* @return whether the value of the 'Mood Code' attribute is set.
* @see #unsetMoodCode()
* @see #getMoodCode()
* @see #setMoodCode(ActMood)
* @generated
*/
boolean isSetMoodCode();
/**
*
*
*
* self.isMoodCodeDefined() implies self.moodCode=vocab::ActMood::RQO
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
*
* @model annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isMoodCodeDefined() implies self.moodCode=vocab::ActMood::RQO'"
* @generated
*/
boolean validateMoodCode(DiagnosticChain diagnostics, Map