All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openhealthtools.mdht.uml.cda.CDAPackage 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 org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage;
import org.openhealthtools.mdht.uml.hl7.rim.RIMPackage;

/**
 * 
 * The Package for the model.
 * It contains accessors for the meta objects to represent
 * 
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @see org.openhealthtools.mdht.uml.cda.CDAFactory * @model kind="package" * @generated */ public interface CDAPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "cda"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "urn:hl7-org:v3"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "cda"; /** * The singleton instance of the package. * * * @generated */ CDAPackage eINSTANCE = org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl.init(); /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ClinicalDocumentImpl Clinical Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ClinicalDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getClinicalDocument() * @generated */ int CLINICAL_DOCUMENT = 0; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__TITLE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__EFFECTIVE_TIME = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Confidentiality Code' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__CONFIDENTIALITY_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__LANGUAGE_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Set Id' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__SET_ID = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Version Number' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__VERSION_NUMBER = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The feature id for the 'Copy Time' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__COPY_TIME = RIMPackage.ACT_FEATURE_COUNT + 11; /** * The feature id for the 'Record Target' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__RECORD_TARGET = RIMPackage.ACT_FEATURE_COUNT + 12; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__AUTHOR = RIMPackage.ACT_FEATURE_COUNT + 13; /** * The feature id for the 'Data Enterer' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__DATA_ENTERER = RIMPackage.ACT_FEATURE_COUNT + 14; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__INFORMANT = RIMPackage.ACT_FEATURE_COUNT + 15; /** * The feature id for the 'Custodian' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__CUSTODIAN = RIMPackage.ACT_FEATURE_COUNT + 16; /** * The feature id for the 'Information Recipient' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__INFORMATION_RECIPIENT = RIMPackage.ACT_FEATURE_COUNT + 17; /** * The feature id for the 'Legal Authenticator' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__LEGAL_AUTHENTICATOR = RIMPackage.ACT_FEATURE_COUNT + 18; /** * The feature id for the 'Authenticator' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__AUTHENTICATOR = RIMPackage.ACT_FEATURE_COUNT + 19; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__PARTICIPANT = RIMPackage.ACT_FEATURE_COUNT + 20; /** * The feature id for the 'In Fulfillment Of' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__IN_FULFILLMENT_OF = RIMPackage.ACT_FEATURE_COUNT + 21; /** * The feature id for the 'Documentation Of' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__DOCUMENTATION_OF = RIMPackage.ACT_FEATURE_COUNT + 22; /** * The feature id for the 'Related Document' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__RELATED_DOCUMENT = RIMPackage.ACT_FEATURE_COUNT + 23; /** * The feature id for the 'Authorization' containment reference list. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__AUTHORIZATION = RIMPackage.ACT_FEATURE_COUNT + 24; /** * The feature id for the 'Component Of' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__COMPONENT_OF = RIMPackage.ACT_FEATURE_COUNT + 25; /** * The feature id for the 'Component' containment reference. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__COMPONENT = RIMPackage.ACT_FEATURE_COUNT + 26; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 27; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 28; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int CLINICAL_DOCUMENT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 29; /** * The number of structural features of the 'Clinical Document' class. * * * @generated * @ordered */ int CLINICAL_DOCUMENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 30; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.InfrastructureRootTypeIdImpl Infrastructure Root Type Id}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InfrastructureRootTypeIdImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInfrastructureRootTypeId() * @generated */ int INFRASTRUCTURE_ROOT_TYPE_ID = 1; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__NULL_FLAVOR = DatatypesPackage.II__NULL_FLAVOR; /** * The feature id for the 'Root' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__ROOT = DatatypesPackage.II__ROOT; /** * The feature id for the 'Extension' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__EXTENSION = DatatypesPackage.II__EXTENSION; /** * The feature id for the 'Assigning Authority Name' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__ASSIGNING_AUTHORITY_NAME = DatatypesPackage.II__ASSIGNING_AUTHORITY_NAME; /** * The feature id for the 'Displayable' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__DISPLAYABLE = DatatypesPackage.II__DISPLAYABLE; /** * The feature id for the 'Redefined Root' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__REDEFINED_ROOT = DatatypesPackage.II_FEATURE_COUNT + 0; /** * The feature id for the 'Redefined Extension' attribute. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID__REDEFINED_EXTENSION = DatatypesPackage.II_FEATURE_COUNT + 1; /** * The number of structural features of the 'Infrastructure Root Type Id' class. * * * @generated * @ordered */ int INFRASTRUCTURE_ROOT_TYPE_ID_FEATURE_COUNT = DatatypesPackage.II_FEATURE_COUNT + 2; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RecordTargetImpl Record Target}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RecordTargetImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRecordTarget() * @generated */ int RECORD_TARGET = 2; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int RECORD_TARGET__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int RECORD_TARGET__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int RECORD_TARGET__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Patient Role' containment reference. * * * @generated * @ordered */ int RECORD_TARGET__PATIENT_ROLE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int RECORD_TARGET__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int RECORD_TARGET__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int RECORD_TARGET__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The number of structural features of the 'Record Target' class. * * * @generated * @ordered */ int RECORD_TARGET_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PatientRoleImpl Patient Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PatientRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPatientRole() * @generated */ int PATIENT_ROLE = 3; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PATIENT_ROLE__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PATIENT_ROLE__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PATIENT_ROLE__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int PATIENT_ROLE__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int PATIENT_ROLE__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int PATIENT_ROLE__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Patient' containment reference. * * * @generated * @ordered */ int PATIENT_ROLE__PATIENT = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Provider Organization' containment reference. * * * @generated * @ordered */ int PATIENT_ROLE__PROVIDER_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PATIENT_ROLE__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PATIENT_ROLE__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The number of structural features of the 'Patient Role' class. * * * @generated * @ordered */ int PATIENT_ROLE_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PatientImpl Patient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PatientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPatient() * @generated */ int PATIENT = 4; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PATIENT__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PATIENT__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PATIENT__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference. * * * @generated * @ordered */ int PATIENT__ID = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference list. * * * @generated * @ordered */ int PATIENT__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Administrative Gender Code' containment reference. * * * @generated * @ordered */ int PATIENT__ADMINISTRATIVE_GENDER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Birth Time' containment reference. * * * @generated * @ordered */ int PATIENT__BIRTH_TIME = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Marital Status Code' containment reference. * * * @generated * @ordered */ int PATIENT__MARITAL_STATUS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Religious Affiliation Code' containment reference. * * * @generated * @ordered */ int PATIENT__RELIGIOUS_AFFILIATION_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Race Code' containment reference. * * * @generated * @ordered */ int PATIENT__RACE_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'SDTC Race Code' containment reference list. * * * @generated * @ordered */ int PATIENT__SDTC_RACE_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The feature id for the 'Ethnic Group Code' containment reference. * * * @generated * @ordered */ int PATIENT__ETHNIC_GROUP_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 11; /** * The feature id for the 'Guardian' containment reference list. * * * @generated * @ordered */ int PATIENT__GUARDIAN = RIMPackage.ENTITY_FEATURE_COUNT + 12; /** * The feature id for the 'Birthplace' containment reference. * * * @generated * @ordered */ int PATIENT__BIRTHPLACE = RIMPackage.ENTITY_FEATURE_COUNT + 13; /** * The feature id for the 'Language Communication' containment reference list. * * * @generated * @ordered */ int PATIENT__LANGUAGE_COMMUNICATION = RIMPackage.ENTITY_FEATURE_COUNT + 14; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PATIENT__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 15; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PATIENT__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 16; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int PATIENT__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 17; /** * The number of structural features of the 'Patient' class. * * * @generated * @ordered */ int PATIENT_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 18; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.GuardianImpl Guardian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.GuardianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getGuardian() * @generated */ int GUARDIAN = 5; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int GUARDIAN__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int GUARDIAN__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int GUARDIAN__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int GUARDIAN__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int GUARDIAN__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int GUARDIAN__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int GUARDIAN__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Guardian Person' containment reference. * * * @generated * @ordered */ int GUARDIAN__GUARDIAN_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Guardian Organization' containment reference. * * * @generated * @ordered */ int GUARDIAN__GUARDIAN_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int GUARDIAN__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int GUARDIAN__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The number of structural features of the 'Guardian' class. * * * @generated * @ordered */ int GUARDIAN_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PersonImpl Person}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PersonImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerson() * @generated */ int PERSON = 6; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PERSON__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PERSON__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PERSON__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Name' containment reference list. * * * @generated * @ordered */ int PERSON__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'SDTC Birth Time' containment reference. * * * @generated * @ordered */ int PERSON__SDTC_BIRTH_TIME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PERSON__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PERSON__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int PERSON__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The number of structural features of the 'Person' class. * * * @generated * @ordered */ int PERSON_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizationImpl Organization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganization() * @generated */ int ORGANIZATION = 7; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ORGANIZATION__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__ID = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__TELECOM = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int ORGANIZATION__ADDR = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Standard Industry Class Code' containment reference. * * * @generated * @ordered */ int ORGANIZATION__STANDARD_INDUSTRY_CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'As Organization Part Of' containment reference. * * * @generated * @ordered */ int ORGANIZATION__AS_ORGANIZATION_PART_OF = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ORGANIZATION__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ORGANIZATION__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int ORGANIZATION__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 11; /** * The number of structural features of the 'Organization' class. * * * @generated * @ordered */ int ORGANIZATION_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 12; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizationPartOfImpl Organization Part Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizationPartOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganizationPartOf() * @generated */ int ORGANIZATION_PART_OF = 8; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__STATUS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__EFFECTIVE_TIME = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Whole Organization' containment reference. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__WHOLE_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ORGANIZATION_PART_OF__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The number of structural features of the 'Organization Part Of' class. * * * @generated * @ordered */ int ORGANIZATION_PART_OF_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.BirthplaceImpl Birthplace}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.BirthplaceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getBirthplace() * @generated */ int BIRTHPLACE = 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int BIRTHPLACE__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int BIRTHPLACE__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int BIRTHPLACE__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Place' containment reference. * * * @generated * @ordered */ int BIRTHPLACE__PLACE = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int BIRTHPLACE__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int BIRTHPLACE__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The number of structural features of the 'Birthplace' class. * * * @generated * @ordered */ int BIRTHPLACE_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PlaceImpl Place}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PlaceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPlace() * @generated */ int PLACE = 10; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PLACE__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PLACE__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PLACE__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Name' containment reference. * * * @generated * @ordered */ int PLACE__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Addr' containment reference. * * * @generated * @ordered */ int PLACE__ADDR = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PLACE__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PLACE__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int PLACE__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The number of structural features of the 'Place' class. * * * @generated * @ordered */ int PLACE_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.LanguageCommunicationImpl Language Communication}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LanguageCommunicationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLanguageCommunication() * @generated */ int LANGUAGE_COMMUNICATION = 11; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__REALM_CODE = 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__TYPE_ID = 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__TEMPLATE_ID = 2; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__LANGUAGE_CODE = 3; /** * The feature id for the 'Mode Code' containment reference. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__MODE_CODE = 4; /** * The feature id for the 'Proficiency Level Code' containment reference. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__PROFICIENCY_LEVEL_CODE = 5; /** * The feature id for the 'Preference Ind' containment reference. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__PREFERENCE_IND = 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION__NULL_FLAVOR = 7; /** * The number of structural features of the 'Language Communication' class. * * * @generated * @ordered */ int LANGUAGE_COMMUNICATION_FEATURE_COUNT = 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthorImpl Author}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthor() * @generated */ int AUTHOR = 12; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int AUTHOR__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int AUTHOR__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int AUTHOR__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Function Code' containment reference. * * * @generated * @ordered */ int AUTHOR__FUNCTION_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int AUTHOR__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Assigned Author' containment reference. * * * @generated * @ordered */ int AUTHOR__ASSIGNED_AUTHOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int AUTHOR__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int AUTHOR__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int AUTHOR__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The number of structural features of the 'Author' class. * * * @generated * @ordered */ int AUTHOR_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedAuthorImpl Assigned Author}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedAuthorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedAuthor() * @generated */ int ASSIGNED_AUTHOR = 13; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Assigned Person' containment reference. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__ASSIGNED_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Assigned Authoring Device' containment reference. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__ASSIGNED_AUTHORING_DEVICE = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Represented Organization' containment reference. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__REPRESENTED_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ASSIGNED_AUTHOR__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The number of structural features of the 'Assigned Author' class. * * * @generated * @ordered */ int ASSIGNED_AUTHOR_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 12; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthoringDeviceImpl Authoring Device}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthoringDeviceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthoringDevice() * @generated */ int AUTHORING_DEVICE = 14; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int AUTHORING_DEVICE__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int AUTHORING_DEVICE__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int AUTHORING_DEVICE__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int AUTHORING_DEVICE__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Manufacturer Model Name' containment reference. * * * @generated * @ordered */ int AUTHORING_DEVICE__MANUFACTURER_MODEL_NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Software Name' containment reference. * * * @generated * @ordered */ int AUTHORING_DEVICE__SOFTWARE_NAME = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'As Maintained Entity' containment reference list. * * * @generated * @ordered */ int AUTHORING_DEVICE__AS_MAINTAINED_ENTITY = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int AUTHORING_DEVICE__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int AUTHORING_DEVICE__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int AUTHORING_DEVICE__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The number of structural features of the 'Authoring Device' class. * * * @generated * @ordered */ int AUTHORING_DEVICE_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.MaintainedEntityImpl Maintained Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.MaintainedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getMaintainedEntity() * @generated */ int MAINTAINED_ENTITY = 15; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int MAINTAINED_ENTITY__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int MAINTAINED_ENTITY__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int MAINTAINED_ENTITY__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int MAINTAINED_ENTITY__EFFECTIVE_TIME = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Maintaining Person' containment reference. * * * @generated * @ordered */ int MAINTAINED_ENTITY__MAINTAINING_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int MAINTAINED_ENTITY__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int MAINTAINED_ENTITY__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Maintained Entity' class. * * * @generated * @ordered */ int MAINTAINED_ENTITY_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.DataEntererImpl Data Enterer}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DataEntererImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDataEnterer() * @generated */ int DATA_ENTERER = 16; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int DATA_ENTERER__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int DATA_ENTERER__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int DATA_ENTERER__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int DATA_ENTERER__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int DATA_ENTERER__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int DATA_ENTERER__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int DATA_ENTERER__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int DATA_ENTERER__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Data Enterer' class. * * * @generated * @ordered */ int DATA_ENTERER_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedEntityImpl Assigned Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedEntity() * @generated */ int ASSIGNED_ENTITY = 17; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ASSIGNED_ENTITY__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ASSIGNED_ENTITY__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Assigned Person' containment reference. * * * @generated * @ordered */ int ASSIGNED_ENTITY__ASSIGNED_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Represented Organization' containment reference list. * * * @generated * @ordered */ int ASSIGNED_ENTITY__REPRESENTED_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'SDTC Patient' containment reference. * * * @generated * @ordered */ int ASSIGNED_ENTITY__SDTC_PATIENT = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ASSIGNED_ENTITY__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ASSIGNED_ENTITY__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The number of structural features of the 'Assigned Entity' class. * * * @generated * @ordered */ int ASSIGNED_ENTITY_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 12; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SDTCPatientImpl SDTC Patient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SDTCPatientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSDTCPatient() * @generated */ int SDTC_PATIENT = 18; /** * The feature id for the 'Id' containment reference. * * * @generated * @ordered */ int SDTC_PATIENT__ID = 0; /** * The number of structural features of the 'SDTC Patient' class. * * * @generated * @ordered */ int SDTC_PATIENT_FEATURE_COUNT = 1; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Informant12Impl Informant12}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Informant12Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInformant12() * @generated */ int INFORMANT12 = 19; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int INFORMANT12__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int INFORMANT12__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int INFORMANT12__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int INFORMANT12__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Related Entity' containment reference. * * * @generated * @ordered */ int INFORMANT12__RELATED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int INFORMANT12__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int INFORMANT12__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int INFORMANT12__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Informant12' class. * * * @generated * @ordered */ int INFORMANT12_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedEntityImpl Related Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedEntity() * @generated */ int RELATED_ENTITY = 20; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int RELATED_ENTITY__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int RELATED_ENTITY__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int RELATED_ENTITY__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int RELATED_ENTITY__CODE = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int RELATED_ENTITY__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int RELATED_ENTITY__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int RELATED_ENTITY__EFFECTIVE_TIME = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Related Person' containment reference. * * * @generated * @ordered */ int RELATED_ENTITY__RELATED_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'SDTC Patient' containment reference. * * * @generated * @ordered */ int RELATED_ENTITY__SDTC_PATIENT = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int RELATED_ENTITY__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int RELATED_ENTITY__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The number of structural features of the 'Related Entity' class. * * * @generated * @ordered */ int RELATED_ENTITY_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.CustodianImpl Custodian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CustodianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCustodian() * @generated */ int CUSTODIAN = 21; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CUSTODIAN__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CUSTODIAN__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CUSTODIAN__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Assigned Custodian' containment reference. * * * @generated * @ordered */ int CUSTODIAN__ASSIGNED_CUSTODIAN = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CUSTODIAN__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int CUSTODIAN__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Custodian' class. * * * @generated * @ordered */ int CUSTODIAN_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedCustodianImpl Assigned Custodian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedCustodianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedCustodian() * @generated */ int ASSIGNED_CUSTODIAN = 22; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Represented Custodian Organization' containment reference. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__REPRESENTED_CUSTODIAN_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The number of structural features of the 'Assigned Custodian' class. * * * @generated * @ordered */ int ASSIGNED_CUSTODIAN_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.CustodianOrganizationImpl Custodian Organization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CustodianOrganizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCustodianOrganization() * @generated */ int CUSTODIAN_ORGANIZATION = 23; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__ID = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__TELECOM = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Addr' containment reference. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__ADDR = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The number of structural features of the 'Custodian Organization' class. * * * @generated * @ordered */ int CUSTODIAN_ORGANIZATION_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.InformationRecipientImpl Information Recipient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InformationRecipientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInformationRecipient() * @generated */ int INFORMATION_RECIPIENT = 24; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Intended Recipient' containment reference. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__INTENDED_RECIPIENT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int INFORMATION_RECIPIENT__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Information Recipient' class. * * * @generated * @ordered */ int INFORMATION_RECIPIENT_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.IntendedRecipientImpl Intended Recipient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.IntendedRecipientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getIntendedRecipient() * @generated */ int INTENDED_RECIPIENT = 25; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int INTENDED_RECIPIENT__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int INTENDED_RECIPIENT__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int INTENDED_RECIPIENT__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int INTENDED_RECIPIENT__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int INTENDED_RECIPIENT__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int INTENDED_RECIPIENT__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Information Recipient' containment reference. * * * @generated * @ordered */ int INTENDED_RECIPIENT__INFORMATION_RECIPIENT = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Received Organization' containment reference. * * * @generated * @ordered */ int INTENDED_RECIPIENT__RECEIVED_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int INTENDED_RECIPIENT__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int INTENDED_RECIPIENT__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The number of structural features of the 'Intended Recipient' class. * * * @generated * @ordered */ int INTENDED_RECIPIENT_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.LegalAuthenticatorImpl Legal Authenticator}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LegalAuthenticatorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLegalAuthenticator() * @generated */ int LEGAL_AUTHENTICATOR = 26; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Signature Code' containment reference. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__SIGNATURE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The number of structural features of the 'Legal Authenticator' class. * * * @generated * @ordered */ int LEGAL_AUTHENTICATOR_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthenticatorImpl Authenticator}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthenticatorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthenticator() * @generated */ int AUTHENTICATOR = 27; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int AUTHENTICATOR__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int AUTHENTICATOR__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int AUTHENTICATOR__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int AUTHENTICATOR__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Signature Code' containment reference. * * * @generated * @ordered */ int AUTHENTICATOR__SIGNATURE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int AUTHENTICATOR__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int AUTHENTICATOR__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int AUTHENTICATOR__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Authenticator' class. * * * @generated * @ordered */ int AUTHENTICATOR_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Participant1Impl Participant1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Participant1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipant1() * @generated */ int PARTICIPANT1 = 28; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PARTICIPANT1__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PARTICIPANT1__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PARTICIPANT1__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Function Code' containment reference. * * * @generated * @ordered */ int PARTICIPANT1__FUNCTION_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int PARTICIPANT1__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Associated Entity' containment reference. * * * @generated * @ordered */ int PARTICIPANT1__ASSOCIATED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PARTICIPANT1__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PARTICIPANT1__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int PARTICIPANT1__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The number of structural features of the 'Participant1' class. * * * @generated * @ordered */ int PARTICIPANT1_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssociatedEntityImpl Associated Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssociatedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssociatedEntity() * @generated */ int ASSOCIATED_ENTITY = 29; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Associated Person' containment reference. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__ASSOCIATED_PERSON = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Scoping Organization' containment reference. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__SCOPING_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'SDTC Patient' containment reference. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__SDTC_PATIENT = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ASSOCIATED_ENTITY__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The number of structural features of the 'Associated Entity' class. * * * @generated * @ordered */ int ASSOCIATED_ENTITY_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 12; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.InFulfillmentOfImpl In Fulfillment Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InFulfillmentOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInFulfillmentOf() * @generated */ int IN_FULFILLMENT_OF = 30; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Order' containment reference. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__ORDER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int IN_FULFILLMENT_OF__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'In Fulfillment Of' class. * * * @generated * @ordered */ int IN_FULFILLMENT_OF_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrderImpl Order}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrderImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrder() * @generated */ int ORDER = 31; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ORDER__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ORDER__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ORDER__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ORDER__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ORDER__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int ORDER__PRIORITY_CODE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ORDER__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ORDER__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int ORDER__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'Order' class. * * * @generated * @ordered */ int ORDER_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.DocumentationOfImpl Documentation Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DocumentationOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDocumentationOf() * @generated */ int DOCUMENTATION_OF = 32; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int DOCUMENTATION_OF__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int DOCUMENTATION_OF__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int DOCUMENTATION_OF__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Service Event' containment reference. * * * @generated * @ordered */ int DOCUMENTATION_OF__SERVICE_EVENT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int DOCUMENTATION_OF__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int DOCUMENTATION_OF__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Documentation Of' class. * * * @generated * @ordered */ int DOCUMENTATION_OF_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ServiceEventImpl Service Event}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ServiceEventImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getServiceEvent() * @generated */ int SERVICE_EVENT = 33; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SERVICE_EVENT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SERVICE_EVENT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SERVICE_EVENT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int SERVICE_EVENT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int SERVICE_EVENT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int SERVICE_EVENT__EFFECTIVE_TIME = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int SERVICE_EVENT__PERFORMER = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SERVICE_EVENT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SERVICE_EVENT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int SERVICE_EVENT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The number of structural features of the 'Service Event' class. * * * @generated * @ordered */ int SERVICE_EVENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Performer1Impl Performer1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Performer1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerformer1() * @generated */ int PERFORMER1 = 34; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PERFORMER1__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PERFORMER1__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PERFORMER1__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Function Code' containment reference. * * * @generated * @ordered */ int PERFORMER1__FUNCTION_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int PERFORMER1__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int PERFORMER1__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PERFORMER1__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PERFORMER1__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Performer1' class. * * * @generated * @ordered */ int PERFORMER1_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedDocumentImpl Related Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedDocument() * @generated */ int RELATED_DOCUMENT = 35; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int RELATED_DOCUMENT__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int RELATED_DOCUMENT__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int RELATED_DOCUMENT__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Parent Document' containment reference. * * * @generated * @ordered */ int RELATED_DOCUMENT__PARENT_DOCUMENT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int RELATED_DOCUMENT__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int RELATED_DOCUMENT__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Related Document' class. * * * @generated * @ordered */ int RELATED_DOCUMENT_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ParentDocumentImpl Parent Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ParentDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParentDocument() * @generated */ int PARENT_DOCUMENT = 36; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PARENT_DOCUMENT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PARENT_DOCUMENT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PARENT_DOCUMENT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int PARENT_DOCUMENT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int PARENT_DOCUMENT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int PARENT_DOCUMENT__TEXT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Set Id' containment reference. * * * @generated * @ordered */ int PARENT_DOCUMENT__SET_ID = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Version Number' containment reference. * * * @generated * @ordered */ int PARENT_DOCUMENT__VERSION_NUMBER = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PARENT_DOCUMENT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PARENT_DOCUMENT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int PARENT_DOCUMENT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The number of structural features of the 'Parent Document' class. * * * @generated * @ordered */ int PARENT_DOCUMENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 11; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthorizationImpl Authorization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthorizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthorization() * @generated */ int AUTHORIZATION = 37; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int AUTHORIZATION__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int AUTHORIZATION__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int AUTHORIZATION__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Consent' containment reference. * * * @generated * @ordered */ int AUTHORIZATION__CONSENT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int AUTHORIZATION__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int AUTHORIZATION__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Authorization' class. * * * @generated * @ordered */ int AUTHORIZATION_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ConsentImpl Consent}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ConsentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getConsent() * @generated */ int CONSENT = 38; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CONSENT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CONSENT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CONSENT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int CONSENT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int CONSENT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int CONSENT__STATUS_CODE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CONSENT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int CONSENT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int CONSENT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'Consent' class. * * * @generated * @ordered */ int CONSENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component1Impl Component1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent1() * @generated */ int COMPONENT1 = 39; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int COMPONENT1__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int COMPONENT1__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int COMPONENT1__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Encompassing Encounter' containment reference. * * * @generated * @ordered */ int COMPONENT1__ENCOMPASSING_ENCOUNTER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int COMPONENT1__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int COMPONENT1__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Component1' class. * * * @generated * @ordered */ int COMPONENT1_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncompassingEncounterImpl Encompassing Encounter}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncompassingEncounterImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncompassingEncounter() * @generated */ int ENCOMPASSING_ENCOUNTER = 40; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__EFFECTIVE_TIME = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Discharge Disposition Code' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__DISCHARGE_DISPOSITION_CODE = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Responsible Party' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__RESPONSIBLE_PARTY = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Encounter Participant' containment reference list. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__ENCOUNTER_PARTICIPANT = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Location' containment reference. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__LOCATION = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 11; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 12; /** * The number of structural features of the 'Encompassing Encounter' class. * * * @generated * @ordered */ int ENCOMPASSING_ENCOUNTER_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 13; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ResponsiblePartyImpl Responsible Party}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ResponsiblePartyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getResponsibleParty() * @generated */ int RESPONSIBLE_PARTY = 41; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Responsible Party' class. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncounterParticipantImpl Encounter Participant}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncounterParticipantImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncounterParticipant() * @generated */ int ENCOUNTER_PARTICIPANT = 42; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The number of structural features of the 'Encounter Participant' class. * * * @generated * @ordered */ int ENCOUNTER_PARTICIPANT_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.LocationImpl Location}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LocationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLocation() * @generated */ int LOCATION = 43; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int LOCATION__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int LOCATION__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int LOCATION__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Health Care Facility' containment reference. * * * @generated * @ordered */ int LOCATION__HEALTH_CARE_FACILITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int LOCATION__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int LOCATION__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Location' class. * * * @generated * @ordered */ int LOCATION_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.HealthCareFacilityImpl Health Care Facility}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.HealthCareFacilityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getHealthCareFacility() * @generated */ int HEALTH_CARE_FACILITY = 44; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Location' containment reference. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__LOCATION = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Service Provider Organization' containment reference. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__SERVICE_PROVIDER_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The number of structural features of the 'Health Care Facility' class. * * * @generated * @ordered */ int HEALTH_CARE_FACILITY_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component2Impl Component2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent2() * @generated */ int COMPONENT2 = 45; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int COMPONENT2__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int COMPONENT2__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int COMPONENT2__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Non XML Body' containment reference. * * * @generated * @ordered */ int COMPONENT2__NON_XML_BODY = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Structured Body' containment reference. * * * @generated * @ordered */ int COMPONENT2__STRUCTURED_BODY = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int COMPONENT2__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int COMPONENT2__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int COMPONENT2__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The number of structural features of the 'Component2' class. * * * @generated * @ordered */ int COMPONENT2_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.NonXMLBodyImpl Non XML Body}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.NonXMLBodyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getNonXMLBody() * @generated */ int NON_XML_BODY = 46; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int NON_XML_BODY__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int NON_XML_BODY__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int NON_XML_BODY__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int NON_XML_BODY__TEXT = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Confidentiality Code' containment reference. * * * @generated * @ordered */ int NON_XML_BODY__CONFIDENTIALITY_CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int NON_XML_BODY__LANGUAGE_CODE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int NON_XML_BODY__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int NON_XML_BODY__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int NON_XML_BODY__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'Non XML Body' class. * * * @generated * @ordered */ int NON_XML_BODY_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.StructuredBodyImpl Structured Body}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.StructuredBodyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getStructuredBody() * @generated */ int STRUCTURED_BODY = 47; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int STRUCTURED_BODY__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int STRUCTURED_BODY__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int STRUCTURED_BODY__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Confidentiality Code' containment reference. * * * @generated * @ordered */ int STRUCTURED_BODY__CONFIDENTIALITY_CODE = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int STRUCTURED_BODY__LANGUAGE_CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Component' containment reference list. * * * @generated * @ordered */ int STRUCTURED_BODY__COMPONENT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int STRUCTURED_BODY__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int STRUCTURED_BODY__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int STRUCTURED_BODY__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'Structured Body' class. * * * @generated * @ordered */ int STRUCTURED_BODY_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component3Impl Component3}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component3Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent3() * @generated */ int COMPONENT3 = 48; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int COMPONENT3__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int COMPONENT3__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int COMPONENT3__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Section' containment reference. * * * @generated * @ordered */ int COMPONENT3__SECTION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int COMPONENT3__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int COMPONENT3__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int COMPONENT3__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The number of structural features of the 'Component3' class. * * * @generated * @ordered */ int COMPONENT3_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SectionImpl Section}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SectionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSection() * @generated */ int SECTION = 49; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SECTION__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SECTION__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SECTION__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference. * * * @generated * @ordered */ int SECTION__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int SECTION__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int SECTION__TITLE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int SECTION__TEXT = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Confidentiality Code' containment reference. * * * @generated * @ordered */ int SECTION__CONFIDENTIALITY_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int SECTION__LANGUAGE_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int SECTION__SUBJECT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int SECTION__AUTHOR = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int SECTION__INFORMANT = RIMPackage.ACT_FEATURE_COUNT + 11; /** * The feature id for the 'Entry' containment reference list. * * * @generated * @ordered */ int SECTION__ENTRY = RIMPackage.ACT_FEATURE_COUNT + 12; /** * The feature id for the 'Component' containment reference list. * * * @generated * @ordered */ int SECTION__COMPONENT = RIMPackage.ACT_FEATURE_COUNT + 13; /** * The feature id for the 'Section Id' attribute. * * * @generated * @ordered */ int SECTION__SECTION_ID = RIMPackage.ACT_FEATURE_COUNT + 14; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SECTION__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 15; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SECTION__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 16; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int SECTION__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 17; /** * The number of structural features of the 'Section' class. * * * @generated * @ordered */ int SECTION_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 18; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.StrucDocTextImpl Struc Doc Text}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.StrucDocTextImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getStrucDocText() * @generated */ int STRUC_DOC_TEXT = 50; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int STRUC_DOC_TEXT__MIXED = 0; /** * The feature id for the 'Any' attribute list. * * * @generated * @ordered */ int STRUC_DOC_TEXT__ANY = 1; /** * The number of structural features of the 'Struc Doc Text' class. * * * @generated * @ordered */ int STRUC_DOC_TEXT_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubjectImpl Subject}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubjectImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubject() * @generated */ int SUBJECT = 51; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SUBJECT__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SUBJECT__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SUBJECT__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Awareness Code' containment reference. * * * @generated * @ordered */ int SUBJECT__AWARENESS_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Related Subject' containment reference. * * * @generated * @ordered */ int SUBJECT__RELATED_SUBJECT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SUBJECT__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int SUBJECT__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int SUBJECT__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Subject' class. * * * @generated * @ordered */ int SUBJECT_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedSubjectImpl Related Subject}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedSubjectImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedSubject() * @generated */ int RELATED_SUBJECT = 52; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int RELATED_SUBJECT__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int RELATED_SUBJECT__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int RELATED_SUBJECT__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int RELATED_SUBJECT__CODE = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int RELATED_SUBJECT__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int RELATED_SUBJECT__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int RELATED_SUBJECT__SUBJECT = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int RELATED_SUBJECT__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int RELATED_SUBJECT__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The number of structural features of the 'Related Subject' class. * * * @generated * @ordered */ int RELATED_SUBJECT_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubjectPersonImpl Subject Person}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubjectPersonImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubjectPerson() * @generated */ int SUBJECT_PERSON = 53; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SUBJECT_PERSON__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SUBJECT_PERSON__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SUBJECT_PERSON__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'SDTC Id' containment reference list. * * * @generated * @ordered */ int SUBJECT_PERSON__SDTC_ID = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference list. * * * @generated * @ordered */ int SUBJECT_PERSON__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Administrative Gender Code' containment reference. * * * @generated * @ordered */ int SUBJECT_PERSON__ADMINISTRATIVE_GENDER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Birth Time' containment reference. * * * @generated * @ordered */ int SUBJECT_PERSON__BIRTH_TIME = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'SDTC Deceased Ind' containment reference. * * * @generated * @ordered */ int SUBJECT_PERSON__SDTC_DECEASED_IND = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'SDTC Deceased Time' containment reference. * * * @generated * @ordered */ int SUBJECT_PERSON__SDTC_DECEASED_TIME = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SUBJECT_PERSON__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SUBJECT_PERSON__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int SUBJECT_PERSON__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 11; /** * The number of structural features of the 'Subject Person' class. * * * @generated * @ordered */ int SUBJECT_PERSON_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 12; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntryImpl Entry}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntryImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntry() * @generated */ int ENTRY = 54; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENTRY__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENTRY__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENTRY__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Act' containment reference. * * * @generated * @ordered */ int ENTRY__ACT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Encounter' containment reference. * * * @generated * @ordered */ int ENTRY__ENCOUNTER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Observation' containment reference. * * * @generated * @ordered */ int ENTRY__OBSERVATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Observation Media' containment reference. * * * @generated * @ordered */ int ENTRY__OBSERVATION_MEDIA = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'Organizer' containment reference. * * * @generated * @ordered */ int ENTRY__ORGANIZER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The feature id for the 'Procedure' containment reference. * * * @generated * @ordered */ int ENTRY__PROCEDURE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 8; /** * The feature id for the 'Region Of Interest' containment reference. * * * @generated * @ordered */ int ENTRY__REGION_OF_INTEREST = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 9; /** * The feature id for the 'Substance Administration' containment reference. * * * @generated * @ordered */ int ENTRY__SUBSTANCE_ADMINISTRATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 10; /** * The feature id for the 'Supply' containment reference. * * * @generated * @ordered */ int ENTRY__SUPPLY = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 11; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENTRY__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 12; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int ENTRY__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 13; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int ENTRY__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 14; /** * The number of structural features of the 'Entry' class. * * * @generated * @ordered */ int ENTRY_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 15; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ClinicalStatementImpl Clinical Statement}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ClinicalStatementImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getClinicalStatement() * @generated */ int CLINICAL_STATEMENT = 56; /** * The number of structural features of the 'Clinical Statement' class. * * * @generated * @ordered */ int CLINICAL_STATEMENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ActImpl Act}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ActImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAct() * @generated */ int ACT = 55; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ACT__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ACT__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ACT__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ACT__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ACT__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int ACT__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int ACT__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int ACT__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int ACT__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int ACT__LANGUAGE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int ACT__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int ACT__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int ACT__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int ACT__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int ACT__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int ACT__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int ACT__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int ACT__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int ACT__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ACT__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ACT__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int ACT__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Negation Ind' attribute. * * * @generated * @ordered */ int ACT__NEGATION_IND = CLINICAL_STATEMENT_FEATURE_COUNT + 22; /** * The number of structural features of the 'Act' class. * * * @generated * @ordered */ int ACT_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 23; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SpecimenImpl Specimen}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SpecimenImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSpecimen() * @generated */ int SPECIMEN = 58; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SpecimenRoleImpl Specimen Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SpecimenRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSpecimenRole() * @generated */ int SPECIMEN_ROLE = 59; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PlayingEntityImpl Playing Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PlayingEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPlayingEntity() * @generated */ int PLAYING_ENTITY = 60; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Performer2Impl Performer2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Performer2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerformer2() * @generated */ int PERFORMER2 = 61; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Participant2Impl Participant2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Participant2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipant2() * @generated */ int PARTICIPANT2 = 62; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ParticipantRoleImpl Participant Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ParticipantRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipantRole() * @generated */ int PARTICIPANT_ROLE = 63; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.DeviceImpl Device}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DeviceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDevice() * @generated */ int DEVICE = 64; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntityImpl Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntity() * @generated */ int ENTITY = 65; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntryRelationshipImpl Entry Relationship}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntryRelationshipImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntryRelationship() * @generated */ int ENTRY_RELATIONSHIP = 66; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncounterImpl Encounter}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncounterImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncounter() * @generated */ int ENCOUNTER = 57; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENCOUNTER__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ENCOUNTER__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int ENCOUNTER__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int ENCOUNTER__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int ENCOUNTER__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int ENCOUNTER__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int ENCOUNTER__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int ENCOUNTER__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENCOUNTER__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ENCOUNTER__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int ENCOUNTER__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The number of structural features of the 'Encounter' class. * * * @generated * @ordered */ int ENCOUNTER_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SPECIMEN__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SPECIMEN__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SPECIMEN__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Specimen Role' containment reference. * * * @generated * @ordered */ int SPECIMEN__SPECIMEN_ROLE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SPECIMEN__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int SPECIMEN__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Specimen' class. * * * @generated * @ordered */ int SPECIMEN_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SPECIMEN_ROLE__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SPECIMEN_ROLE__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SPECIMEN_ROLE__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int SPECIMEN_ROLE__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Specimen Playing Entity' containment reference. * * * @generated * @ordered */ int SPECIMEN_ROLE__SPECIMEN_PLAYING_ENTITY = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SPECIMEN_ROLE__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SPECIMEN_ROLE__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Specimen Role' class. * * * @generated * @ordered */ int SPECIMEN_ROLE_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PLAYING_ENTITY__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PLAYING_ENTITY__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PLAYING_ENTITY__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int PLAYING_ENTITY__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Quantity' containment reference list. * * * @generated * @ordered */ int PLAYING_ENTITY__QUANTITY = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Name' containment reference list. * * * @generated * @ordered */ int PLAYING_ENTITY__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'SDTC Birth Time' containment reference. * * * @generated * @ordered */ int PLAYING_ENTITY__SDTC_BIRTH_TIME = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Desc' containment reference. * * * @generated * @ordered */ int PLAYING_ENTITY__DESC = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PLAYING_ENTITY__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PLAYING_ENTITY__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int PLAYING_ENTITY__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 10; /** * The number of structural features of the 'Playing Entity' class. * * * @generated * @ordered */ int PLAYING_ENTITY_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 11; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PERFORMER2__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PERFORMER2__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PERFORMER2__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int PERFORMER2__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Mode Code' containment reference. * * * @generated * @ordered */ int PERFORMER2__MODE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Assigned Entity' containment reference. * * * @generated * @ordered */ int PERFORMER2__ASSIGNED_ENTITY = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PERFORMER2__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PERFORMER2__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The number of structural features of the 'Performer2' class. * * * @generated * @ordered */ int PERFORMER2_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PARTICIPANT2__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PARTICIPANT2__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PARTICIPANT2__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Time' containment reference. * * * @generated * @ordered */ int PARTICIPANT2__TIME = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Awareness Code' containment reference. * * * @generated * @ordered */ int PARTICIPANT2__AWARENESS_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Participant Role' containment reference. * * * @generated * @ordered */ int PARTICIPANT2__PARTICIPANT_ROLE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PARTICIPANT2__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PARTICIPANT2__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 7; /** * The feature id for the 'Context Control Code' attribute. * * * @generated * @ordered */ int PARTICIPANT2__CONTEXT_CONTROL_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 8; /** * The number of structural features of the 'Participant2' class. * * * @generated * @ordered */ int PARTICIPANT2_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PARTICIPANT_ROLE__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PARTICIPANT_ROLE__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PARTICIPANT_ROLE__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int PARTICIPANT_ROLE__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int PARTICIPANT_ROLE__CODE = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Addr' containment reference list. * * * @generated * @ordered */ int PARTICIPANT_ROLE__ADDR = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Telecom' containment reference list. * * * @generated * @ordered */ int PARTICIPANT_ROLE__TELECOM = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Playing Device' containment reference. * * * @generated * @ordered */ int PARTICIPANT_ROLE__PLAYING_DEVICE = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Playing Entity' containment reference. * * * @generated * @ordered */ int PARTICIPANT_ROLE__PLAYING_ENTITY = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The feature id for the 'Scoping Entity' containment reference. * * * @generated * @ordered */ int PARTICIPANT_ROLE__SCOPING_ENTITY = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PARTICIPANT_ROLE__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 10; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PARTICIPANT_ROLE__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 11; /** * The number of structural features of the 'Participant Role' class. * * * @generated * @ordered */ int PARTICIPANT_ROLE_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 12; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int DEVICE__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int DEVICE__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int DEVICE__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int DEVICE__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Manufacturer Model Name' containment reference. * * * @generated * @ordered */ int DEVICE__MANUFACTURER_MODEL_NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Software Name' containment reference. * * * @generated * @ordered */ int DEVICE__SOFTWARE_NAME = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int DEVICE__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int DEVICE__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int DEVICE__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The number of structural features of the 'Device' class. * * * @generated * @ordered */ int DEVICE_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENTITY__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENTITY__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENTITY__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ENTITY__ID = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ENTITY__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Desc' containment reference. * * * @generated * @ordered */ int ENTITY__DESC = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENTITY__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ENTITY__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int ENTITY__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The number of structural features of the 'Entity' class. * * * @generated * @ordered */ int ENTITY_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Sequence Number' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__SEQUENCE_NUMBER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Seperatable Ind' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__SEPERATABLE_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Act' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__ACT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Encounter' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__ENCOUNTER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'Observation' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__OBSERVATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The feature id for the 'Observation Media' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__OBSERVATION_MEDIA = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 8; /** * The feature id for the 'Organizer' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__ORGANIZER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 9; /** * The feature id for the 'Procedure' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__PROCEDURE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 10; /** * The feature id for the 'Region Of Interest' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__REGION_OF_INTEREST = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 11; /** * The feature id for the 'Substance Administration' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__SUBSTANCE_ADMINISTRATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 12; /** * The feature id for the 'Supply' containment reference. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__SUPPLY = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 13; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 14; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 15; /** * The feature id for the 'Inversion Ind' attribute. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__INVERSION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 16; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 17; /** * The feature id for the 'Negation Ind' attribute. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP__NEGATION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 18; /** * The number of structural features of the 'Entry Relationship' class. * * * @generated * @ordered */ int ENTRY_RELATIONSHIP_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 19; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ReferenceImpl Reference}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ReferenceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getReference() * @generated */ int REFERENCE = 68; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalActImpl External Act}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalActImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalAct() * @generated */ int EXTERNAL_ACT = 69; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalObservationImpl External Observation}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalObservationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalObservation() * @generated */ int EXTERNAL_OBSERVATION = 70; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalProcedureImpl External Procedure}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalProcedureImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalProcedure() * @generated */ int EXTERNAL_PROCEDURE = 71; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalDocumentImpl External Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalDocument() * @generated */ int EXTERNAL_DOCUMENT = 72; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.PreconditionImpl Precondition}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PreconditionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPrecondition() * @generated */ int PRECONDITION = 73; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.CriterionImpl Criterion}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CriterionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCriterion() * @generated */ int CRITERION = 74; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationImpl Observation}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservation() * @generated */ int OBSERVATION = 67; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int OBSERVATION__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int OBSERVATION__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int OBSERVATION__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int OBSERVATION__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Derivation Expr' containment reference. * * * @generated * @ordered */ int OBSERVATION__DERIVATION_EXPR = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int OBSERVATION__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int OBSERVATION__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int OBSERVATION__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int OBSERVATION__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Repeat Number' containment reference. * * * @generated * @ordered */ int OBSERVATION__REPEAT_NUMBER = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int OBSERVATION__LANGUAGE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Value' containment reference list. * * * @generated * @ordered */ int OBSERVATION__VALUE = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Interpretation Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION__INTERPRETATION_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Method Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION__METHOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Target Site Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION__TARGET_SITE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int OBSERVATION__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int OBSERVATION__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int OBSERVATION__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int OBSERVATION__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int OBSERVATION__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int OBSERVATION__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int OBSERVATION__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 22; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int OBSERVATION__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 23; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int OBSERVATION__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 24; /** * The feature id for the 'Reference Range' containment reference list. * * * @generated * @ordered */ int OBSERVATION__REFERENCE_RANGE = CLINICAL_STATEMENT_FEATURE_COUNT + 25; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int OBSERVATION__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 26; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int OBSERVATION__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 27; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int OBSERVATION__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 28; /** * The feature id for the 'Negation Ind' attribute. * * * @generated * @ordered */ int OBSERVATION__NEGATION_IND = CLINICAL_STATEMENT_FEATURE_COUNT + 29; /** * The number of structural features of the 'Observation' class. * * * @generated * @ordered */ int OBSERVATION_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 30; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int REFERENCE__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int REFERENCE__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int REFERENCE__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Seperatable Ind' containment reference. * * * @generated * @ordered */ int REFERENCE__SEPERATABLE_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'External Act' containment reference. * * * @generated * @ordered */ int REFERENCE__EXTERNAL_ACT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'External Observation' containment reference. * * * @generated * @ordered */ int REFERENCE__EXTERNAL_OBSERVATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'External Procedure' containment reference. * * * @generated * @ordered */ int REFERENCE__EXTERNAL_PROCEDURE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'External Document' containment reference. * * * @generated * @ordered */ int REFERENCE__EXTERNAL_DOCUMENT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int REFERENCE__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 8; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int REFERENCE__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 9; /** * The number of structural features of the 'Reference' class. * * * @generated * @ordered */ int REFERENCE_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 10; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int EXTERNAL_ACT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int EXTERNAL_ACT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_ACT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_ACT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int EXTERNAL_ACT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int EXTERNAL_ACT__TEXT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int EXTERNAL_ACT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int EXTERNAL_ACT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int EXTERNAL_ACT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'External Act' class. * * * @generated * @ordered */ int EXTERNAL_ACT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__TEXT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'External Observation' class. * * * @generated * @ordered */ int EXTERNAL_OBSERVATION_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__TEXT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'External Procedure' class. * * * @generated * @ordered */ int EXTERNAL_PROCEDURE_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__ID = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__CODE = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__TEXT = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Set Id' containment reference. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__SET_ID = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Version Number' containment reference. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__VERSION_NUMBER = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The number of structural features of the 'External Document' class. * * * @generated * @ordered */ int EXTERNAL_DOCUMENT_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 11; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PRECONDITION__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PRECONDITION__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PRECONDITION__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Criterion' containment reference. * * * @generated * @ordered */ int PRECONDITION__CRITERION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PRECONDITION__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PRECONDITION__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Precondition' class. * * * @generated * @ordered */ int PRECONDITION_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CRITERION__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CRITERION__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CRITERION__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int CRITERION__CODE = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int CRITERION__TEXT = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Value' containment reference. * * * @generated * @ordered */ int CRITERION__VALUE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CRITERION__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int CRITERION__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int CRITERION__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The number of structural features of the 'Criterion' class. * * * @generated * @ordered */ int CRITERION_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ReferenceRangeImpl Reference Range}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ReferenceRangeImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getReferenceRange() * @generated */ int REFERENCE_RANGE = 75; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int REFERENCE_RANGE__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int REFERENCE_RANGE__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int REFERENCE_RANGE__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Observation Range' containment reference. * * * @generated * @ordered */ int REFERENCE_RANGE__OBSERVATION_RANGE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int REFERENCE_RANGE__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int REFERENCE_RANGE__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The number of structural features of the 'Reference Range' class. * * * @generated * @ordered */ int REFERENCE_RANGE_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationRangeImpl Observation Range}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationRangeImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservationRange() * @generated */ int OBSERVATION_RANGE = 76; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION_RANGE__REALM_CODE = RIMPackage.ACT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int OBSERVATION_RANGE__TYPE_ID = RIMPackage.ACT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int OBSERVATION_RANGE__TEMPLATE_ID = RIMPackage.ACT_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int OBSERVATION_RANGE__CODE = RIMPackage.ACT_FEATURE_COUNT + 3; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int OBSERVATION_RANGE__TEXT = RIMPackage.ACT_FEATURE_COUNT + 4; /** * The feature id for the 'Value' containment reference. * * * @generated * @ordered */ int OBSERVATION_RANGE__VALUE = RIMPackage.ACT_FEATURE_COUNT + 5; /** * The feature id for the 'Interpretation Code' containment reference. * * * @generated * @ordered */ int OBSERVATION_RANGE__INTERPRETATION_CODE = RIMPackage.ACT_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int OBSERVATION_RANGE__NULL_FLAVOR = RIMPackage.ACT_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int OBSERVATION_RANGE__CLASS_CODE = RIMPackage.ACT_FEATURE_COUNT + 8; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int OBSERVATION_RANGE__MOOD_CODE = RIMPackage.ACT_FEATURE_COUNT + 9; /** * The number of structural features of the 'Observation Range' class. * * * @generated * @ordered */ int OBSERVATION_RANGE_FEATURE_COUNT = RIMPackage.ACT_FEATURE_COUNT + 10; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationMediaImpl Observation Media}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationMediaImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservationMedia() * @generated */ int OBSERVATION_MEDIA = 77; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int OBSERVATION_MEDIA__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int OBSERVATION_MEDIA__LANGUAGE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Value' containment reference. * * * @generated * @ordered */ int OBSERVATION_MEDIA__VALUE = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int OBSERVATION_MEDIA__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int OBSERVATION_MEDIA__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Observation Media Id' attribute. * * * @generated * @ordered */ int OBSERVATION_MEDIA__OBSERVATION_MEDIA_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int OBSERVATION_MEDIA__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int OBSERVATION_MEDIA__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int OBSERVATION_MEDIA__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The number of structural features of the 'Observation Media' class. * * * @generated * @ordered */ int OBSERVATION_MEDIA_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizerImpl Organizer}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizerImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganizer() * @generated */ int ORGANIZER = 78; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int ORGANIZER__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int ORGANIZER__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int ORGANIZER__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int ORGANIZER__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int ORGANIZER__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int ORGANIZER__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int ORGANIZER__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int ORGANIZER__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int ORGANIZER__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int ORGANIZER__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int ORGANIZER__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int ORGANIZER__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int ORGANIZER__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int ORGANIZER__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int ORGANIZER__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Component' containment reference list. * * * @generated * @ordered */ int ORGANIZER__COMPONENT = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int ORGANIZER__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int ORGANIZER__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int ORGANIZER__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The number of structural features of the 'Organizer' class. * * * @generated * @ordered */ int ORGANIZER_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component4Impl Component4}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component4Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent4() * @generated */ int COMPONENT4 = 79; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int COMPONENT4__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int COMPONENT4__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int COMPONENT4__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Sequence Number' containment reference. * * * @generated * @ordered */ int COMPONENT4__SEQUENCE_NUMBER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Seperatable Ind' containment reference. * * * @generated * @ordered */ int COMPONENT4__SEPERATABLE_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Act' containment reference. * * * @generated * @ordered */ int COMPONENT4__ACT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Encounter' containment reference. * * * @generated * @ordered */ int COMPONENT4__ENCOUNTER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The feature id for the 'Observation' containment reference. * * * @generated * @ordered */ int COMPONENT4__OBSERVATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The feature id for the 'Observation Media' containment reference. * * * @generated * @ordered */ int COMPONENT4__OBSERVATION_MEDIA = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 8; /** * The feature id for the 'Organizer' containment reference. * * * @generated * @ordered */ int COMPONENT4__ORGANIZER = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 9; /** * The feature id for the 'Procedure' containment reference. * * * @generated * @ordered */ int COMPONENT4__PROCEDURE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 10; /** * The feature id for the 'Region Of Interest' containment reference. * * * @generated * @ordered */ int COMPONENT4__REGION_OF_INTEREST = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 11; /** * The feature id for the 'Substance Administration' containment reference. * * * @generated * @ordered */ int COMPONENT4__SUBSTANCE_ADMINISTRATION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 12; /** * The feature id for the 'Supply' containment reference. * * * @generated * @ordered */ int COMPONENT4__SUPPLY = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 13; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int COMPONENT4__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 14; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int COMPONENT4__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 15; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int COMPONENT4__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 16; /** * The number of structural features of the 'Component4' class. * * * @generated * @ordered */ int COMPONENT4_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 17; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ProcedureImpl Procedure}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ProcedureImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getProcedure() * @generated */ int PROCEDURE = 80; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PROCEDURE__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PROCEDURE__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PROCEDURE__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int PROCEDURE__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int PROCEDURE__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int PROCEDURE__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int PROCEDURE__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Effective Time' containment reference. * * * @generated * @ordered */ int PROCEDURE__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int PROCEDURE__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Language Code' containment reference. * * * @generated * @ordered */ int PROCEDURE__LANGUAGE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Method Code' containment reference list. * * * @generated * @ordered */ int PROCEDURE__METHOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Approach Site Code' containment reference list. * * * @generated * @ordered */ int PROCEDURE__APPROACH_SITE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Target Site Code' containment reference list. * * * @generated * @ordered */ int PROCEDURE__TARGET_SITE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int PROCEDURE__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int PROCEDURE__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int PROCEDURE__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int PROCEDURE__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int PROCEDURE__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int PROCEDURE__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int PROCEDURE__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int PROCEDURE__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int PROCEDURE__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PROCEDURE__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 22; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int PROCEDURE__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 23; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int PROCEDURE__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 24; /** * The feature id for the 'Negation Ind' attribute. * * * @generated * @ordered */ int PROCEDURE__NEGATION_IND = CLINICAL_STATEMENT_FEATURE_COUNT + 25; /** * The number of structural features of the 'Procedure' class. * * * @generated * @ordered */ int PROCEDURE_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 26; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestImpl Region Of Interest}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegionOfInterest() * @generated */ int REGION_OF_INTEREST = 81; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int REGION_OF_INTEREST__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int REGION_OF_INTEREST__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Value' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__VALUE = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int REGION_OF_INTEREST__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int REGION_OF_INTEREST__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Region Of Interest Id' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST__REGION_OF_INTEREST_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The number of structural features of the 'Region Of Interest' class. * * * @generated * @ordered */ int REGION_OF_INTEREST_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestValueImpl Region Of Interest Value}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestValueImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegionOfInterestValue() * @generated */ int REGION_OF_INTEREST_VALUE = 82; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST_VALUE__NULL_FLAVOR = DatatypesPackage.INT__NULL_FLAVOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST_VALUE__VALUE = DatatypesPackage.INT__VALUE; /** * The feature id for the 'Unsorted' attribute. * * * @generated * @ordered */ int REGION_OF_INTEREST_VALUE__UNSORTED = DatatypesPackage.INT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Region Of Interest Value' class. * * * @generated * @ordered */ int REGION_OF_INTEREST_VALUE_FEATURE_COUNT = DatatypesPackage.INT_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubstanceAdministrationImpl Substance Administration}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubstanceAdministrationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubstanceAdministration() * @generated */ int SUBSTANCE_ADMINISTRATION = 83; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Effective Time' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Priority Code' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Repeat Number' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__REPEAT_NUMBER = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Route Code' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__ROUTE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Approach Site Code' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__APPROACH_SITE_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Dose Quantity' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__DOSE_QUANTITY = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Rate Quantity' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__RATE_QUANTITY = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Max Dose Quantity' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__MAX_DOSE_QUANTITY = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Administration Unit Code' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__ADMINISTRATION_UNIT_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Consumable' containment reference. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__CONSUMABLE = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 22; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 23; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 24; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 25; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 26; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 27; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 28; /** * The feature id for the 'Negation Ind' attribute. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION__NEGATION_IND = CLINICAL_STATEMENT_FEATURE_COUNT + 29; /** * The number of structural features of the 'Substance Administration' class. * * * @generated * @ordered */ int SUBSTANCE_ADMINISTRATION_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 30; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ConsumableImpl Consumable}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ConsumableImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getConsumable() * @generated */ int CONSUMABLE = 84; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int CONSUMABLE__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int CONSUMABLE__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int CONSUMABLE__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Manufactured Product' containment reference. * * * @generated * @ordered */ int CONSUMABLE__MANUFACTURED_PRODUCT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int CONSUMABLE__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int CONSUMABLE__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Consumable' class. * * * @generated * @ordered */ int CONSUMABLE_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ManufacturedProductImpl Manufactured Product}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ManufacturedProductImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getManufacturedProduct() * @generated */ int MANUFACTURED_PRODUCT = 85; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__REALM_CODE = RIMPackage.ROLE_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__TYPE_ID = RIMPackage.ROLE_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__TEMPLATE_ID = RIMPackage.ROLE_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__ID = RIMPackage.ROLE_FEATURE_COUNT + 3; /** * The feature id for the 'Manufactured Labeled Drug' containment reference. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__MANUFACTURED_LABELED_DRUG = RIMPackage.ROLE_FEATURE_COUNT + 4; /** * The feature id for the 'Manufactured Material' containment reference. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__MANUFACTURED_MATERIAL = RIMPackage.ROLE_FEATURE_COUNT + 5; /** * The feature id for the 'Manufacturer Organization' containment reference. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__MANUFACTURER_ORGANIZATION = RIMPackage.ROLE_FEATURE_COUNT + 6; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__NULL_FLAVOR = RIMPackage.ROLE_FEATURE_COUNT + 7; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT__CLASS_CODE = RIMPackage.ROLE_FEATURE_COUNT + 8; /** * The number of structural features of the 'Manufactured Product' class. * * * @generated * @ordered */ int MANUFACTURED_PRODUCT_FEATURE_COUNT = RIMPackage.ROLE_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.LabeledDrugImpl Labeled Drug}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LabeledDrugImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLabeledDrug() * @generated */ int LABELED_DRUG = 86; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int LABELED_DRUG__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int LABELED_DRUG__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int LABELED_DRUG__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int LABELED_DRUG__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference. * * * @generated * @ordered */ int LABELED_DRUG__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int LABELED_DRUG__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int LABELED_DRUG__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int LABELED_DRUG__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The number of structural features of the 'Labeled Drug' class. * * * @generated * @ordered */ int LABELED_DRUG_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.MaterialImpl Material}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.MaterialImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getMaterial() * @generated */ int MATERIAL = 87; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int MATERIAL__REALM_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int MATERIAL__TYPE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int MATERIAL__TEMPLATE_ID = RIMPackage.ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int MATERIAL__CODE = RIMPackage.ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Name' containment reference. * * * @generated * @ordered */ int MATERIAL__NAME = RIMPackage.ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Lot Number Text' containment reference. * * * @generated * @ordered */ int MATERIAL__LOT_NUMBER_TEXT = RIMPackage.ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int MATERIAL__NULL_FLAVOR = RIMPackage.ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int MATERIAL__CLASS_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Determiner Code' attribute. * * * @generated * @ordered */ int MATERIAL__DETERMINER_CODE = RIMPackage.ENTITY_FEATURE_COUNT + 8; /** * The number of structural features of the 'Material' class. * * * @generated * @ordered */ int MATERIAL_FEATURE_COUNT = RIMPackage.ENTITY_FEATURE_COUNT + 9; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.SupplyImpl Supply}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SupplyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSupply() * @generated */ int SUPPLY = 88; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int SUPPLY__REALM_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int SUPPLY__TYPE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int SUPPLY__TEMPLATE_ID = CLINICAL_STATEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Id' containment reference list. * * * @generated * @ordered */ int SUPPLY__ID = CLINICAL_STATEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Code' containment reference. * * * @generated * @ordered */ int SUPPLY__CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Text' containment reference. * * * @generated * @ordered */ int SUPPLY__TEXT = CLINICAL_STATEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Status Code' containment reference. * * * @generated * @ordered */ int SUPPLY__STATUS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 6; /** * The feature id for the 'Effective Time' containment reference list. * * * @generated * @ordered */ int SUPPLY__EFFECTIVE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 7; /** * The feature id for the 'Priority Code' containment reference list. * * * @generated * @ordered */ int SUPPLY__PRIORITY_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 8; /** * The feature id for the 'Repeat Number' containment reference. * * * @generated * @ordered */ int SUPPLY__REPEAT_NUMBER = CLINICAL_STATEMENT_FEATURE_COUNT + 9; /** * The feature id for the 'Independent Ind' containment reference. * * * @generated * @ordered */ int SUPPLY__INDEPENDENT_IND = CLINICAL_STATEMENT_FEATURE_COUNT + 10; /** * The feature id for the 'Quantity' containment reference. * * * @generated * @ordered */ int SUPPLY__QUANTITY = CLINICAL_STATEMENT_FEATURE_COUNT + 11; /** * The feature id for the 'Expected Use Time' containment reference. * * * @generated * @ordered */ int SUPPLY__EXPECTED_USE_TIME = CLINICAL_STATEMENT_FEATURE_COUNT + 12; /** * The feature id for the 'Subject' containment reference. * * * @generated * @ordered */ int SUPPLY__SUBJECT = CLINICAL_STATEMENT_FEATURE_COUNT + 13; /** * The feature id for the 'Specimen' containment reference list. * * * @generated * @ordered */ int SUPPLY__SPECIMEN = CLINICAL_STATEMENT_FEATURE_COUNT + 14; /** * The feature id for the 'Product' containment reference. * * * @generated * @ordered */ int SUPPLY__PRODUCT = CLINICAL_STATEMENT_FEATURE_COUNT + 15; /** * The feature id for the 'Performer' containment reference list. * * * @generated * @ordered */ int SUPPLY__PERFORMER = CLINICAL_STATEMENT_FEATURE_COUNT + 16; /** * The feature id for the 'Author' containment reference list. * * * @generated * @ordered */ int SUPPLY__AUTHOR = CLINICAL_STATEMENT_FEATURE_COUNT + 17; /** * The feature id for the 'Informant' containment reference list. * * * @generated * @ordered */ int SUPPLY__INFORMANT = CLINICAL_STATEMENT_FEATURE_COUNT + 18; /** * The feature id for the 'Participant' containment reference list. * * * @generated * @ordered */ int SUPPLY__PARTICIPANT = CLINICAL_STATEMENT_FEATURE_COUNT + 19; /** * The feature id for the 'Entry Relationship' containment reference list. * * * @generated * @ordered */ int SUPPLY__ENTRY_RELATIONSHIP = CLINICAL_STATEMENT_FEATURE_COUNT + 20; /** * The feature id for the 'Reference' containment reference list. * * * @generated * @ordered */ int SUPPLY__REFERENCE = CLINICAL_STATEMENT_FEATURE_COUNT + 21; /** * The feature id for the 'Precondition' containment reference list. * * * @generated * @ordered */ int SUPPLY__PRECONDITION = CLINICAL_STATEMENT_FEATURE_COUNT + 22; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int SUPPLY__NULL_FLAVOR = CLINICAL_STATEMENT_FEATURE_COUNT + 23; /** * The feature id for the 'Class Code' attribute. * * * @generated * @ordered */ int SUPPLY__CLASS_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 24; /** * The feature id for the 'Mood Code' attribute. * * * @generated * @ordered */ int SUPPLY__MOOD_CODE = CLINICAL_STATEMENT_FEATURE_COUNT + 25; /** * The number of structural features of the 'Supply' class. * * * @generated * @ordered */ int SUPPLY_FEATURE_COUNT = CLINICAL_STATEMENT_FEATURE_COUNT + 26; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.ProductImpl Product}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ProductImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getProduct() * @generated */ int PRODUCT = 89; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int PRODUCT__REALM_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int PRODUCT__TYPE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int PRODUCT__TEMPLATE_ID = RIMPackage.PARTICIPATION_FEATURE_COUNT + 2; /** * The feature id for the 'Manufactured Product' containment reference. * * * @generated * @ordered */ int PRODUCT__MANUFACTURED_PRODUCT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int PRODUCT__NULL_FLAVOR = RIMPackage.PARTICIPATION_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int PRODUCT__TYPE_CODE = RIMPackage.PARTICIPATION_FEATURE_COUNT + 5; /** * The number of structural features of the 'Product' class. * * * @generated * @ordered */ int PRODUCT_FEATURE_COUNT = RIMPackage.PARTICIPATION_FEATURE_COUNT + 6; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component5Impl Component5}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component5Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent5() * @generated */ int COMPONENT5 = 90; /** * The feature id for the 'Realm Code' containment reference list. * * * @generated * @ordered */ int COMPONENT5__REALM_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 0; /** * The feature id for the 'Type Id' containment reference. * * * @generated * @ordered */ int COMPONENT5__TYPE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 1; /** * The feature id for the 'Template Id' containment reference list. * * * @generated * @ordered */ int COMPONENT5__TEMPLATE_ID = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 2; /** * The feature id for the 'Section' containment reference. * * * @generated * @ordered */ int COMPONENT5__SECTION = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 3; /** * The feature id for the 'Null Flavor' attribute. * * * @generated * @ordered */ int COMPONENT5__NULL_FLAVOR = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 4; /** * The feature id for the 'Type Code' attribute. * * * @generated * @ordered */ int COMPONENT5__TYPE_CODE = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 5; /** * The feature id for the 'Context Conduction Ind' attribute. * * * @generated * @ordered */ int COMPONENT5__CONTEXT_CONDUCTION_IND = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 6; /** * The number of structural features of the 'Component5' class. * * * @generated * @ordered */ int COMPONENT5_FEATURE_COUNT = RIMPackage.ACT_RELATIONSHIP_FEATURE_COUNT + 7; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.impl.DocumentRootImpl Document Root}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DocumentRootImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDocumentRoot() * @generated */ int DOCUMENT_ROOT = 91; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int DOCUMENT_ROOT__MIXED = 0; /** * The feature id for the 'XMLNS Prefix Map' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1; /** * The feature id for the 'XSI Schema Location' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2; /** * The feature id for the 'Clinical Document' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__CLINICAL_DOCUMENT = 3; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 4; /** * The meta object id for the '{@link org.openhealthtools.mdht.uml.cda.RegistryDelegate Registry Delegate}' class. * * * @see org.openhealthtools.mdht.uml.cda.RegistryDelegate * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegistryDelegate() * @generated */ int REGISTRY_DELEGATE = 92; /** * The number of structural features of the 'Registry Delegate' class. * * * @generated * @ordered */ int REGISTRY_DELEGATE_FEATURE_COUNT = 0; /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument Clinical Document}'. * * * @return the meta object for class 'Clinical Document'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument * @generated */ EClass getClinicalDocument(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRealmCodes() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTypeId() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTemplateIds() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getId Id}'. * * * @return the meta object for the containment reference 'Id'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getId() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCode() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTitle Title}'. * * * @return the meta object for the containment reference 'Title'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getTitle() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Title(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getEffectiveTime() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getConfidentialityCode Confidentiality Code}'. * * * @return the meta object for the containment reference 'Confidentiality Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getConfidentialityCode() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_ConfidentialityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getLanguageCode() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_LanguageCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getSetId Set Id}'. * * * @return the meta object for the containment reference 'Set Id'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getSetId() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_SetId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getVersionNumber Version Number}'. * * * @return the meta object for the containment reference 'Version Number'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getVersionNumber() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_VersionNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCopyTime Copy Time}'. * * * @return the meta object for the containment reference 'Copy Time'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCopyTime() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_CopyTime(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRecordTargets Record Target}'. * * * @return the meta object for the containment reference list 'Record Target'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRecordTargets() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_RecordTarget(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthors() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Author(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getDataEnterer Data Enterer}'. * * * @return the meta object for the containment reference 'Data Enterer'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getDataEnterer() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_DataEnterer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInformants() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Informant(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCustodian Custodian}'. * * * @return the meta object for the containment reference 'Custodian'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getCustodian() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Custodian(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInformationRecipients Information Recipient}'. * * * @return the meta object for the containment reference list 'Information Recipient'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInformationRecipients() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_InformationRecipient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getLegalAuthenticator Legal Authenticator}'. * * * @return the meta object for the containment reference 'Legal Authenticator'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getLegalAuthenticator() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_LegalAuthenticator(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthenticators Authenticator}'. * * * @return the meta object for the containment reference list 'Authenticator'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthenticators() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Authenticator(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getParticipants() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInFulfillmentOfs In Fulfillment Of}'. * * * @return the meta object for the containment reference list 'In Fulfillment Of'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getInFulfillmentOfs() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_InFulfillmentOf(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getDocumentationOfs Documentation Of}'. * * * @return the meta object for the containment reference list 'Documentation Of'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getDocumentationOfs() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_DocumentationOf(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRelatedDocuments Related Document}'. * * * @return the meta object for the containment reference list 'Related Document'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getRelatedDocuments() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_RelatedDocument(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthorizations Authorization}'. * * * @return the meta object for the containment reference list 'Authorization'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getAuthorizations() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Authorization(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getComponentOf Component Of}'. * * * @return the meta object for the containment reference 'Component Of'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getComponentOf() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_ComponentOf(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getComponent Component}'. * * * @return the meta object for the containment reference 'Component'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getComponent() * @see #getClinicalDocument() * @generated */ EReference getClinicalDocument_Component(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getNullFlavor() * @see #getClinicalDocument() * @generated */ EAttribute getClinicalDocument_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getClassCode() * @see #getClinicalDocument() * @generated */ EAttribute getClinicalDocument_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ClinicalDocument#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ClinicalDocument#getMoodCode() * @see #getClinicalDocument() * @generated */ EAttribute getClinicalDocument_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId Infrastructure Root Type Id}'. * * * @return the meta object for class 'Infrastructure Root Type Id'. * @see org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId * @generated */ EClass getInfrastructureRootTypeId(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId Redefined Root}'. * * * @return the meta object for the attribute 'Redefined Root'. * @see org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId * @see #getInfrastructureRootTypeId() * @generated */ EAttribute getInfrastructureRootTypeId_RedefinedRoot(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId Redefined Extension}'. * * * @return the meta object for the attribute 'Redefined Extension'. * @see org.openhealthtools.mdht.uml.cda.InfrastructureRootTypeId * @see #getInfrastructureRootTypeId() * @generated */ EAttribute getInfrastructureRootTypeId_RedefinedExtension(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RecordTarget Record Target}'. * * * @return the meta object for class 'Record Target'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget * @generated */ EClass getRecordTarget(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getRealmCodes() * @see #getRecordTarget() * @generated */ EReference getRecordTarget_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getTypeId() * @see #getRecordTarget() * @generated */ EReference getRecordTarget_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getTemplateIds() * @see #getRecordTarget() * @generated */ EReference getRecordTarget_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getPatientRole Patient Role}'. * * * @return the meta object for the containment reference 'Patient Role'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getPatientRole() * @see #getRecordTarget() * @generated */ EReference getRecordTarget_PatientRole(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getNullFlavor() * @see #getRecordTarget() * @generated */ EAttribute getRecordTarget_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getTypeCode() * @see #getRecordTarget() * @generated */ EAttribute getRecordTarget_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RecordTarget#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.RecordTarget#getContextControlCode() * @see #getRecordTarget() * @generated */ EAttribute getRecordTarget_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.PatientRole Patient Role}'. * * * @return the meta object for class 'Patient Role'. * @see org.openhealthtools.mdht.uml.cda.PatientRole * @generated */ EClass getPatientRole(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getRealmCodes() * @see #getPatientRole() * @generated */ EReference getPatientRole_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getTypeId() * @see #getPatientRole() * @generated */ EReference getPatientRole_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getTemplateIds() * @see #getPatientRole() * @generated */ EReference getPatientRole_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getIds() * @see #getPatientRole() * @generated */ EReference getPatientRole_Id(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getAddrs() * @see #getPatientRole() * @generated */ EReference getPatientRole_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getTelecoms() * @see #getPatientRole() * @generated */ EReference getPatientRole_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getPatient Patient}'. * * * @return the meta object for the containment reference 'Patient'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getPatient() * @see #getPatientRole() * @generated */ EReference getPatientRole_Patient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getProviderOrganization Provider Organization}'. * * * @return the meta object for the containment reference 'Provider Organization'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getProviderOrganization() * @see #getPatientRole() * @generated */ EReference getPatientRole_ProviderOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getNullFlavor() * @see #getPatientRole() * @generated */ EAttribute getPatientRole_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.PatientRole#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.PatientRole#getClassCode() * @see #getPatientRole() * @generated */ EAttribute getPatientRole_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Patient Patient}'. * * * @return the meta object for class 'Patient'. * @see org.openhealthtools.mdht.uml.cda.Patient * @generated */ EClass getPatient(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getRealmCodes() * @see #getPatient() * @generated */ EReference getPatient_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Patient#getTypeId() * @see #getPatient() * @generated */ EReference getPatient_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Patient#getTemplateIds() * @see #getPatient() * @generated */ EReference getPatient_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getId Id}'. * * * @return the meta object for the containment reference 'Id'. * @see org.openhealthtools.mdht.uml.cda.Patient#getId() * @see #getPatient() * @generated */ EReference getPatient_Id(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getNames Name}'. * * * @return the meta object for the containment reference list 'Name'. * @see org.openhealthtools.mdht.uml.cda.Patient#getNames() * @see #getPatient() * @generated */ EReference getPatient_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getAdministrativeGenderCode Administrative Gender Code}'. * * * @return the meta object for the containment reference 'Administrative Gender Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getAdministrativeGenderCode() * @see #getPatient() * @generated */ EReference getPatient_AdministrativeGenderCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getBirthTime Birth Time}'. * * * @return the meta object for the containment reference 'Birth Time'. * @see org.openhealthtools.mdht.uml.cda.Patient#getBirthTime() * @see #getPatient() * @generated */ EReference getPatient_BirthTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getMaritalStatusCode Marital Status Code}'. * * * @return the meta object for the containment reference 'Marital Status Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getMaritalStatusCode() * @see #getPatient() * @generated */ EReference getPatient_MaritalStatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getReligiousAffiliationCode Religious Affiliation Code}'. * * * @return the meta object for the containment reference 'Religious Affiliation Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getReligiousAffiliationCode() * @see #getPatient() * @generated */ EReference getPatient_ReligiousAffiliationCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getRaceCode Race Code}'. * * * @return the meta object for the containment reference 'Race Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getRaceCode() * @see #getPatient() * @generated */ EReference getPatient_RaceCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getSDTCRaceCodes SDTC Race Code}'. * * * @return the meta object for the containment reference list 'SDTC Race Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getSDTCRaceCodes() * @see #getPatient() * @generated */ EReference getPatient_SDTCRaceCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getEthnicGroupCode Ethnic Group Code}'. * * * @return the meta object for the containment reference 'Ethnic Group Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getEthnicGroupCode() * @see #getPatient() * @generated */ EReference getPatient_EthnicGroupCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getGuardians Guardian}'. * * * @return the meta object for the containment reference list 'Guardian'. * @see org.openhealthtools.mdht.uml.cda.Patient#getGuardians() * @see #getPatient() * @generated */ EReference getPatient_Guardian(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Patient#getBirthplace Birthplace}'. * * * @return the meta object for the containment reference 'Birthplace'. * @see org.openhealthtools.mdht.uml.cda.Patient#getBirthplace() * @see #getPatient() * @generated */ EReference getPatient_Birthplace(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Patient#getLanguageCommunications Language Communication}'. * * * @return the meta object for the containment reference list 'Language Communication'. * @see org.openhealthtools.mdht.uml.cda.Patient#getLanguageCommunications() * @see #getPatient() * @generated */ EReference getPatient_LanguageCommunication(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Patient#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Patient#getNullFlavor() * @see #getPatient() * @generated */ EAttribute getPatient_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Patient#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getClassCode() * @see #getPatient() * @generated */ EAttribute getPatient_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Patient#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Patient#getDeterminerCode() * @see #getPatient() * @generated */ EAttribute getPatient_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Guardian Guardian}'. * * * @return the meta object for class 'Guardian'. * @see org.openhealthtools.mdht.uml.cda.Guardian * @generated */ EClass getGuardian(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Guardian#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getRealmCodes() * @see #getGuardian() * @generated */ EReference getGuardian_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Guardian#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getTypeId() * @see #getGuardian() * @generated */ EReference getGuardian_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Guardian#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getTemplateIds() * @see #getGuardian() * @generated */ EReference getGuardian_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Guardian#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getIds() * @see #getGuardian() * @generated */ EReference getGuardian_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Guardian#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getCode() * @see #getGuardian() * @generated */ EReference getGuardian_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Guardian#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getAddrs() * @see #getGuardian() * @generated */ EReference getGuardian_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Guardian#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getTelecoms() * @see #getGuardian() * @generated */ EReference getGuardian_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Guardian#getGuardianPerson Guardian Person}'. * * * @return the meta object for the containment reference 'Guardian Person'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getGuardianPerson() * @see #getGuardian() * @generated */ EReference getGuardian_GuardianPerson(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Guardian#getGuardianOrganization Guardian Organization}'. * * * @return the meta object for the containment reference 'Guardian Organization'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getGuardianOrganization() * @see #getGuardian() * @generated */ EReference getGuardian_GuardianOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Guardian#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getNullFlavor() * @see #getGuardian() * @generated */ EAttribute getGuardian_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Guardian#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Guardian#getClassCode() * @see #getGuardian() * @generated */ EAttribute getGuardian_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Person Person}'. * * * @return the meta object for class 'Person'. * @see org.openhealthtools.mdht.uml.cda.Person * @generated */ EClass getPerson(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Person#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Person#getRealmCodes() * @see #getPerson() * @generated */ EReference getPerson_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Person#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Person#getTypeId() * @see #getPerson() * @generated */ EReference getPerson_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Person#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Person#getTemplateIds() * @see #getPerson() * @generated */ EReference getPerson_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Person#getNames Name}'. * * * @return the meta object for the containment reference list 'Name'. * @see org.openhealthtools.mdht.uml.cda.Person#getNames() * @see #getPerson() * @generated */ EReference getPerson_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Person#getSDTCBirthTime SDTC Birth Time}'. * * * @return the meta object for the containment reference 'SDTC Birth Time'. * @see org.openhealthtools.mdht.uml.cda.Person#getSDTCBirthTime() * @see #getPerson() * @generated */ EReference getPerson_SDTCBirthTime(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Person#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Person#getNullFlavor() * @see #getPerson() * @generated */ EAttribute getPerson_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Person#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Person#getClassCode() * @see #getPerson() * @generated */ EAttribute getPerson_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Person#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Person#getDeterminerCode() * @see #getPerson() * @generated */ EAttribute getPerson_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Organization Organization}'. * * * @return the meta object for class 'Organization'. * @see org.openhealthtools.mdht.uml.cda.Organization * @generated */ EClass getOrganization(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Organization#getRealmCodes() * @see #getOrganization() * @generated */ EReference getOrganization_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organization#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Organization#getTypeId() * @see #getOrganization() * @generated */ EReference getOrganization_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Organization#getTemplateIds() * @see #getOrganization() * @generated */ EReference getOrganization_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Organization#getIds() * @see #getOrganization() * @generated */ EReference getOrganization_Id(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getNames Name}'. * * * @return the meta object for the containment reference list 'Name'. * @see org.openhealthtools.mdht.uml.cda.Organization#getNames() * @see #getOrganization() * @generated */ EReference getOrganization_Name(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.Organization#getTelecoms() * @see #getOrganization() * @generated */ EReference getOrganization_Telecom(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organization#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.Organization#getAddrs() * @see #getOrganization() * @generated */ EReference getOrganization_Addr(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organization#getStandardIndustryClassCode Standard Industry Class Code}'. * * * @return the meta object for the containment reference 'Standard Industry Class Code'. * @see org.openhealthtools.mdht.uml.cda.Organization#getStandardIndustryClassCode() * @see #getOrganization() * @generated */ EReference getOrganization_StandardIndustryClassCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organization#getAsOrganizationPartOf As Organization Part Of}'. * * * @return the meta object for the containment reference 'As Organization Part Of'. * @see org.openhealthtools.mdht.uml.cda.Organization#getAsOrganizationPartOf() * @see #getOrganization() * @generated */ EReference getOrganization_AsOrganizationPartOf(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organization#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Organization#getNullFlavor() * @see #getOrganization() * @generated */ EAttribute getOrganization_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organization#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Organization#getClassCode() * @see #getOrganization() * @generated */ EAttribute getOrganization_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organization#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Organization#getDeterminerCode() * @see #getOrganization() * @generated */ EAttribute getOrganization_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf Organization Part Of}'. * * * @return the meta object for class 'Organization Part Of'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf * @generated */ EClass getOrganizationPartOf(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getRealmCodes() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getTypeId() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getTemplateIds() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getIds() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getCode() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getStatusCode() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getEffectiveTime() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getWholeOrganization Whole Organization}'. * * * @return the meta object for the containment reference 'Whole Organization'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getWholeOrganization() * @see #getOrganizationPartOf() * @generated */ EReference getOrganizationPartOf_WholeOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getNullFlavor() * @see #getOrganizationPartOf() * @generated */ EAttribute getOrganizationPartOf_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.OrganizationPartOf#getClassCode() * @see #getOrganizationPartOf() * @generated */ EAttribute getOrganizationPartOf_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Birthplace Birthplace}'. * * * @return the meta object for class 'Birthplace'. * @see org.openhealthtools.mdht.uml.cda.Birthplace * @generated */ EClass getBirthplace(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getRealmCodes() * @see #getBirthplace() * @generated */ EReference getBirthplace_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getTypeId() * @see #getBirthplace() * @generated */ EReference getBirthplace_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getTemplateIds() * @see #getBirthplace() * @generated */ EReference getBirthplace_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getPlace Place}'. * * * @return the meta object for the containment reference 'Place'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getPlace() * @see #getBirthplace() * @generated */ EReference getBirthplace_Place(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getNullFlavor() * @see #getBirthplace() * @generated */ EAttribute getBirthplace_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Birthplace#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Birthplace#getClassCode() * @see #getBirthplace() * @generated */ EAttribute getBirthplace_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Place Place}'. * * * @return the meta object for class 'Place'. * @see org.openhealthtools.mdht.uml.cda.Place * @generated */ EClass getPlace(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Place#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Place#getRealmCodes() * @see #getPlace() * @generated */ EReference getPlace_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Place#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Place#getTypeId() * @see #getPlace() * @generated */ EReference getPlace_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Place#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Place#getTemplateIds() * @see #getPlace() * @generated */ EReference getPlace_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Place#getName Name}'. * * * @return the meta object for the containment reference 'Name'. * @see org.openhealthtools.mdht.uml.cda.Place#getName() * @see #getPlace() * @generated */ EReference getPlace_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Place#getAddr Addr}'. * * * @return the meta object for the containment reference 'Addr'. * @see org.openhealthtools.mdht.uml.cda.Place#getAddr() * @see #getPlace() * @generated */ EReference getPlace_Addr(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Place#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Place#getNullFlavor() * @see #getPlace() * @generated */ EAttribute getPlace_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Place#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Place#getClassCode() * @see #getPlace() * @generated */ EAttribute getPlace_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Place#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Place#getDeterminerCode() * @see #getPlace() * @generated */ EAttribute getPlace_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication Language Communication}'. * * * @return the meta object for class 'Language Communication'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication * @generated */ EClass getLanguageCommunication(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getRealmCodes() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getTypeId() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getTemplateIds() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getLanguageCode() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_LanguageCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getModeCode Mode Code}'. * * * @return the meta object for the containment reference 'Mode Code'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getModeCode() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_ModeCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getProficiencyLevelCode Proficiency Level Code}'. * * * @return the meta object for the containment reference 'Proficiency Level Code'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getProficiencyLevelCode() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_ProficiencyLevelCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getPreferenceInd Preference Ind}'. * * * @return the meta object for the containment reference 'Preference Ind'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getPreferenceInd() * @see #getLanguageCommunication() * @generated */ EReference getLanguageCommunication_PreferenceInd(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LanguageCommunication#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.LanguageCommunication#getNullFlavor() * @see #getLanguageCommunication() * @generated */ EAttribute getLanguageCommunication_NullFlavor(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Author Author}'. * * * @return the meta object for class 'Author'. * @see org.openhealthtools.mdht.uml.cda.Author * @generated */ EClass getAuthor(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Author#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Author#getRealmCodes() * @see #getAuthor() * @generated */ EReference getAuthor_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Author#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Author#getTypeId() * @see #getAuthor() * @generated */ EReference getAuthor_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Author#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Author#getTemplateIds() * @see #getAuthor() * @generated */ EReference getAuthor_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Author#getFunctionCode Function Code}'. * * * @return the meta object for the containment reference 'Function Code'. * @see org.openhealthtools.mdht.uml.cda.Author#getFunctionCode() * @see #getAuthor() * @generated */ EReference getAuthor_FunctionCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Author#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Author#getTime() * @see #getAuthor() * @generated */ EReference getAuthor_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Author#getAssignedAuthor Assigned Author}'. * * * @return the meta object for the containment reference 'Assigned Author'. * @see org.openhealthtools.mdht.uml.cda.Author#getAssignedAuthor() * @see #getAuthor() * @generated */ EReference getAuthor_AssignedAuthor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Author#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Author#getNullFlavor() * @see #getAuthor() * @generated */ EAttribute getAuthor_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Author#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Author#getTypeCode() * @see #getAuthor() * @generated */ EAttribute getAuthor_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Author#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.Author#getContextControlCode() * @see #getAuthor() * @generated */ EAttribute getAuthor_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor Assigned Author}'. * * * @return the meta object for class 'Assigned Author'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor * @generated */ EClass getAssignedAuthor(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getRealmCodes() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTypeId() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTemplateIds() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getIds() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getCode() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAddrs() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getTelecoms() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAssignedPerson Assigned Person}'. * * * @return the meta object for the containment reference 'Assigned Person'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAssignedPerson() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_AssignedPerson(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAssignedAuthoringDevice Assigned Authoring Device}'. * * * @return the meta object for the containment reference 'Assigned Authoring Device'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getAssignedAuthoringDevice() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_AssignedAuthoringDevice(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getRepresentedOrganization Represented Organization}'. * * * @return the meta object for the containment reference 'Represented Organization'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getRepresentedOrganization() * @see #getAssignedAuthor() * @generated */ EReference getAssignedAuthor_RepresentedOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getNullFlavor() * @see #getAssignedAuthor() * @generated */ EAttribute getAssignedAuthor_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedAuthor#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedAuthor#getClassCode() * @see #getAssignedAuthor() * @generated */ EAttribute getAssignedAuthor_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice Authoring Device}'. * * * @return the meta object for class 'Authoring Device'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice * @generated */ EClass getAuthoringDevice(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getRealmCodes() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getTypeId() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getTemplateIds() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getCode() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getManufacturerModelName Manufacturer Model Name}'. * * * @return the meta object for the containment reference 'Manufacturer Model Name'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getManufacturerModelName() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_ManufacturerModelName(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getSoftwareName Software Name}'. * * * @return the meta object for the containment reference 'Software Name'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getSoftwareName() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_SoftwareName(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getAsMaintainedEntities As Maintained Entity}'. * * * @return the meta object for the containment reference list 'As Maintained Entity'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getAsMaintainedEntities() * @see #getAuthoringDevice() * @generated */ EReference getAuthoringDevice_AsMaintainedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getNullFlavor() * @see #getAuthoringDevice() * @generated */ EAttribute getAuthoringDevice_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getClassCode() * @see #getAuthoringDevice() * @generated */ EAttribute getAuthoringDevice_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AuthoringDevice#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.AuthoringDevice#getDeterminerCode() * @see #getAuthoringDevice() * @generated */ EAttribute getAuthoringDevice_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity Maintained Entity}'. * * * @return the meta object for class 'Maintained Entity'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity * @generated */ EClass getMaintainedEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getRealmCodes() * @see #getMaintainedEntity() * @generated */ EReference getMaintainedEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getTypeId() * @see #getMaintainedEntity() * @generated */ EReference getMaintainedEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getTemplateIds() * @see #getMaintainedEntity() * @generated */ EReference getMaintainedEntity_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getEffectiveTime() * @see #getMaintainedEntity() * @generated */ EReference getMaintainedEntity_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getMaintainingPerson Maintaining Person}'. * * * @return the meta object for the containment reference 'Maintaining Person'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getMaintainingPerson() * @see #getMaintainedEntity() * @generated */ EReference getMaintainedEntity_MaintainingPerson(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getNullFlavor() * @see #getMaintainedEntity() * @generated */ EAttribute getMaintainedEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.MaintainedEntity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.MaintainedEntity#getClassCode() * @see #getMaintainedEntity() * @generated */ EAttribute getMaintainedEntity_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.DataEnterer Data Enterer}'. * * * @return the meta object for class 'Data Enterer'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer * @generated */ EClass getDataEnterer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getRealmCodes() * @see #getDataEnterer() * @generated */ EReference getDataEnterer_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getTypeId() * @see #getDataEnterer() * @generated */ EReference getDataEnterer_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getTemplateIds() * @see #getDataEnterer() * @generated */ EReference getDataEnterer_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getTime() * @see #getDataEnterer() * @generated */ EReference getDataEnterer_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getAssignedEntity() * @see #getDataEnterer() * @generated */ EReference getDataEnterer_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getNullFlavor() * @see #getDataEnterer() * @generated */ EAttribute getDataEnterer_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getTypeCode() * @see #getDataEnterer() * @generated */ EAttribute getDataEnterer_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.DataEnterer#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.DataEnterer#getContextControlCode() * @see #getDataEnterer() * @generated */ EAttribute getDataEnterer_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity Assigned Entity}'. * * * @return the meta object for class 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity * @generated */ EClass getAssignedEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getRealmCodes() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getTypeId() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getTemplateIds() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getIds() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getCode() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getAddrs() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getTelecoms() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getSDTCPatient SDTC Patient}'. * * * @return the meta object for the containment reference 'SDTC Patient'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getSDTCPatient() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_SDTCPatient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getAssignedPerson Assigned Person}'. * * * @return the meta object for the containment reference 'Assigned Person'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getAssignedPerson() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_AssignedPerson(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getRepresentedOrganizations Represented Organization}'. * * * @return the meta object for the containment reference list 'Represented Organization'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getRepresentedOrganizations() * @see #getAssignedEntity() * @generated */ EReference getAssignedEntity_RepresentedOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getNullFlavor() * @see #getAssignedEntity() * @generated */ EAttribute getAssignedEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedEntity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedEntity#getClassCode() * @see #getAssignedEntity() * @generated */ EAttribute getAssignedEntity_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.SDTCPatient SDTC Patient}'. * * * @return the meta object for class 'SDTC Patient'. * @see org.openhealthtools.mdht.uml.cda.SDTCPatient * @generated */ EClass getSDTCPatient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SDTCPatient#getId Id}'. * * * @return the meta object for the containment reference 'Id'. * @see org.openhealthtools.mdht.uml.cda.SDTCPatient#getId() * @see #getSDTCPatient() * @generated */ EReference getSDTCPatient_Id(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Informant12 Informant12}'. * * * @return the meta object for class 'Informant12'. * @see org.openhealthtools.mdht.uml.cda.Informant12 * @generated */ EClass getInformant12(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Informant12#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getRealmCodes() * @see #getInformant12() * @generated */ EReference getInformant12_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Informant12#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getTypeId() * @see #getInformant12() * @generated */ EReference getInformant12_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Informant12#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getTemplateIds() * @see #getInformant12() * @generated */ EReference getInformant12_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Informant12#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getAssignedEntity() * @see #getInformant12() * @generated */ EReference getInformant12_AssignedEntity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Informant12#getRelatedEntity Related Entity}'. * * * @return the meta object for the containment reference 'Related Entity'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getRelatedEntity() * @see #getInformant12() * @generated */ EReference getInformant12_RelatedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Informant12#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getNullFlavor() * @see #getInformant12() * @generated */ EAttribute getInformant12_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Informant12#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getTypeCode() * @see #getInformant12() * @generated */ EAttribute getInformant12_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Informant12#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.Informant12#getContextControlCode() * @see #getInformant12() * @generated */ EAttribute getInformant12_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity Related Entity}'. * * * @return the meta object for class 'Related Entity'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity * @generated */ EClass getRelatedEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getRealmCodes() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getTypeId() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getTemplateIds() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getCode() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getAddrs() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getTelecoms() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getEffectiveTime() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getSDTCPatient SDTC Patient}'. * * * @return the meta object for the containment reference 'SDTC Patient'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getSDTCPatient() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_SDTCPatient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getRelatedPerson Related Person}'. * * * @return the meta object for the containment reference 'Related Person'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getRelatedPerson() * @see #getRelatedEntity() * @generated */ EReference getRelatedEntity_RelatedPerson(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getNullFlavor() * @see #getRelatedEntity() * @generated */ EAttribute getRelatedEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedEntity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedEntity#getClassCode() * @see #getRelatedEntity() * @generated */ EAttribute getRelatedEntity_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Custodian Custodian}'. * * * @return the meta object for class 'Custodian'. * @see org.openhealthtools.mdht.uml.cda.Custodian * @generated */ EClass getCustodian(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Custodian#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getRealmCodes() * @see #getCustodian() * @generated */ EReference getCustodian_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Custodian#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getTypeId() * @see #getCustodian() * @generated */ EReference getCustodian_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Custodian#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getTemplateIds() * @see #getCustodian() * @generated */ EReference getCustodian_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Custodian#getAssignedCustodian Assigned Custodian}'. * * * @return the meta object for the containment reference 'Assigned Custodian'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getAssignedCustodian() * @see #getCustodian() * @generated */ EReference getCustodian_AssignedCustodian(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Custodian#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getNullFlavor() * @see #getCustodian() * @generated */ EAttribute getCustodian_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Custodian#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Custodian#getTypeCode() * @see #getCustodian() * @generated */ EAttribute getCustodian_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian Assigned Custodian}'. * * * @return the meta object for class 'Assigned Custodian'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian * @generated */ EClass getAssignedCustodian(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getRealmCodes() * @see #getAssignedCustodian() * @generated */ EReference getAssignedCustodian_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getTypeId() * @see #getAssignedCustodian() * @generated */ EReference getAssignedCustodian_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getTemplateIds() * @see #getAssignedCustodian() * @generated */ EReference getAssignedCustodian_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getRepresentedCustodianOrganization Represented Custodian Organization}'. * * * @return the meta object for the containment reference 'Represented Custodian Organization'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getRepresentedCustodianOrganization() * @see #getAssignedCustodian() * @generated */ EReference getAssignedCustodian_RepresentedCustodianOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getNullFlavor() * @see #getAssignedCustodian() * @generated */ EAttribute getAssignedCustodian_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssignedCustodian#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.AssignedCustodian#getClassCode() * @see #getAssignedCustodian() * @generated */ EAttribute getAssignedCustodian_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization Custodian Organization}'. * * * @return the meta object for class 'Custodian Organization'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization * @generated */ EClass getCustodianOrganization(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getRealmCodes() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTypeId() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTemplateIds() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getIds() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getName Name}'. * * * @return the meta object for the containment reference 'Name'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getName() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTelecom Telecom}'. * * * @return the meta object for the containment reference 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getTelecom() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getAddr Addr}'. * * * @return the meta object for the containment reference 'Addr'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getAddr() * @see #getCustodianOrganization() * @generated */ EReference getCustodianOrganization_Addr(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getNullFlavor() * @see #getCustodianOrganization() * @generated */ EAttribute getCustodianOrganization_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getClassCode() * @see #getCustodianOrganization() * @generated */ EAttribute getCustodianOrganization_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.CustodianOrganization#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.CustodianOrganization#getDeterminerCode() * @see #getCustodianOrganization() * @generated */ EAttribute getCustodianOrganization_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient Information Recipient}'. * * * @return the meta object for class 'Information Recipient'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient * @generated */ EClass getInformationRecipient(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getRealmCodes() * @see #getInformationRecipient() * @generated */ EReference getInformationRecipient_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getTypeId() * @see #getInformationRecipient() * @generated */ EReference getInformationRecipient_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getTemplateIds() * @see #getInformationRecipient() * @generated */ EReference getInformationRecipient_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getIntendedRecipient Intended Recipient}'. * * * @return the meta object for the containment reference 'Intended Recipient'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getIntendedRecipient() * @see #getInformationRecipient() * @generated */ EReference getInformationRecipient_IntendedRecipient(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getNullFlavor() * @see #getInformationRecipient() * @generated */ EAttribute getInformationRecipient_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InformationRecipient#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.InformationRecipient#getTypeCode() * @see #getInformationRecipient() * @generated */ EAttribute getInformationRecipient_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient Intended Recipient}'. * * * @return the meta object for class 'Intended Recipient'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient * @generated */ EClass getIntendedRecipient(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getRealmCodes() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTypeId() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTemplateIds() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getIds() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_Id(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getAddrs() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getTelecoms() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getInformationRecipient Information Recipient}'. * * * @return the meta object for the containment reference 'Information Recipient'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getInformationRecipient() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_InformationRecipient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getReceivedOrganization Received Organization}'. * * * @return the meta object for the containment reference 'Received Organization'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getReceivedOrganization() * @see #getIntendedRecipient() * @generated */ EReference getIntendedRecipient_ReceivedOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getNullFlavor() * @see #getIntendedRecipient() * @generated */ EAttribute getIntendedRecipient_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.IntendedRecipient#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.IntendedRecipient#getClassCode() * @see #getIntendedRecipient() * @generated */ EAttribute getIntendedRecipient_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator Legal Authenticator}'. * * * @return the meta object for class 'Legal Authenticator'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator * @generated */ EClass getLegalAuthenticator(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getRealmCodes() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTypeId() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTemplateIds() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTime() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getSignatureCode Signature Code}'. * * * @return the meta object for the containment reference 'Signature Code'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getSignatureCode() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_SignatureCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getAssignedEntity() * @see #getLegalAuthenticator() * @generated */ EReference getLegalAuthenticator_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getNullFlavor() * @see #getLegalAuthenticator() * @generated */ EAttribute getLegalAuthenticator_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getTypeCode() * @see #getLegalAuthenticator() * @generated */ EAttribute getLegalAuthenticator_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.LegalAuthenticator#getContextControlCode() * @see #getLegalAuthenticator() * @generated */ EAttribute getLegalAuthenticator_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Authenticator Authenticator}'. * * * @return the meta object for class 'Authenticator'. * @see org.openhealthtools.mdht.uml.cda.Authenticator * @generated */ EClass getAuthenticator(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getRealmCodes() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getTypeId() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getTemplateIds() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getTime() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getSignatureCode Signature Code}'. * * * @return the meta object for the containment reference 'Signature Code'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getSignatureCode() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_SignatureCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getAssignedEntity() * @see #getAuthenticator() * @generated */ EReference getAuthenticator_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getNullFlavor() * @see #getAuthenticator() * @generated */ EAttribute getAuthenticator_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Authenticator#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Authenticator#getTypeCode() * @see #getAuthenticator() * @generated */ EAttribute getAuthenticator_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Participant1 Participant1}'. * * * @return the meta object for class 'Participant1'. * @see org.openhealthtools.mdht.uml.cda.Participant1 * @generated */ EClass getParticipant1(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Participant1#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getRealmCodes() * @see #getParticipant1() * @generated */ EReference getParticipant1_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant1#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getTypeId() * @see #getParticipant1() * @generated */ EReference getParticipant1_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Participant1#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getTemplateIds() * @see #getParticipant1() * @generated */ EReference getParticipant1_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant1#getFunctionCode Function Code}'. * * * @return the meta object for the containment reference 'Function Code'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getFunctionCode() * @see #getParticipant1() * @generated */ EReference getParticipant1_FunctionCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant1#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getTime() * @see #getParticipant1() * @generated */ EReference getParticipant1_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant1#getAssociatedEntity Associated Entity}'. * * * @return the meta object for the containment reference 'Associated Entity'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getAssociatedEntity() * @see #getParticipant1() * @generated */ EReference getParticipant1_AssociatedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant1#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getNullFlavor() * @see #getParticipant1() * @generated */ EAttribute getParticipant1_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant1#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getTypeCode() * @see #getParticipant1() * @generated */ EAttribute getParticipant1_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant1#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.Participant1#getContextControlCode() * @see #getParticipant1() * @generated */ EAttribute getParticipant1_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity Associated Entity}'. * * * @return the meta object for class 'Associated Entity'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity * @generated */ EClass getAssociatedEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getRealmCodes() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTypeId() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTemplateIds() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getIds() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getCode() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getAddrs() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getTelecoms() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getSDTCPatient SDTC Patient}'. * * * @return the meta object for the containment reference 'SDTC Patient'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getSDTCPatient() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_SDTCPatient(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getAssociatedPerson Associated Person}'. * * * @return the meta object for the containment reference 'Associated Person'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getAssociatedPerson() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_AssociatedPerson(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getScopingOrganization Scoping Organization}'. * * * @return the meta object for the containment reference 'Scoping Organization'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getScopingOrganization() * @see #getAssociatedEntity() * @generated */ EReference getAssociatedEntity_ScopingOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getNullFlavor() * @see #getAssociatedEntity() * @generated */ EAttribute getAssociatedEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.AssociatedEntity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.AssociatedEntity#getClassCode() * @see #getAssociatedEntity() * @generated */ EAttribute getAssociatedEntity_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf In Fulfillment Of}'. * * * @return the meta object for class 'In Fulfillment Of'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf * @generated */ EClass getInFulfillmentOf(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getRealmCodes() * @see #getInFulfillmentOf() * @generated */ EReference getInFulfillmentOf_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTypeId() * @see #getInFulfillmentOf() * @generated */ EReference getInFulfillmentOf_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTemplateIds() * @see #getInFulfillmentOf() * @generated */ EReference getInFulfillmentOf_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getOrder Order}'. * * * @return the meta object for the containment reference 'Order'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getOrder() * @see #getInFulfillmentOf() * @generated */ EReference getInFulfillmentOf_Order(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getNullFlavor() * @see #getInFulfillmentOf() * @generated */ EAttribute getInFulfillmentOf_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.InFulfillmentOf#getTypeCode() * @see #getInFulfillmentOf() * @generated */ EAttribute getInFulfillmentOf_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Order Order}'. * * * @return the meta object for class 'Order'. * @see org.openhealthtools.mdht.uml.cda.Order * @generated */ EClass getOrder(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Order#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Order#getRealmCodes() * @see #getOrder() * @generated */ EReference getOrder_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Order#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Order#getTypeId() * @see #getOrder() * @generated */ EReference getOrder_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Order#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Order#getTemplateIds() * @see #getOrder() * @generated */ EReference getOrder_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Order#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Order#getIds() * @see #getOrder() * @generated */ EReference getOrder_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Order#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Order#getCode() * @see #getOrder() * @generated */ EReference getOrder_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Order#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Order#getPriorityCode() * @see #getOrder() * @generated */ EReference getOrder_PriorityCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Order#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Order#getNullFlavor() * @see #getOrder() * @generated */ EAttribute getOrder_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Order#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Order#getClassCode() * @see #getOrder() * @generated */ EAttribute getOrder_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Order#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Order#getMoodCode() * @see #getOrder() * @generated */ EAttribute getOrder_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf Documentation Of}'. * * * @return the meta object for class 'Documentation Of'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf * @generated */ EClass getDocumentationOf(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getRealmCodes() * @see #getDocumentationOf() * @generated */ EReference getDocumentationOf_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getTypeId() * @see #getDocumentationOf() * @generated */ EReference getDocumentationOf_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getTemplateIds() * @see #getDocumentationOf() * @generated */ EReference getDocumentationOf_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getServiceEvent Service Event}'. * * * @return the meta object for the containment reference 'Service Event'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getServiceEvent() * @see #getDocumentationOf() * @generated */ EReference getDocumentationOf_ServiceEvent(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getNullFlavor() * @see #getDocumentationOf() * @generated */ EAttribute getDocumentationOf_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.DocumentationOf#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.DocumentationOf#getTypeCode() * @see #getDocumentationOf() * @generated */ EAttribute getDocumentationOf_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent Service Event}'. * * * @return the meta object for class 'Service Event'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent * @generated */ EClass getServiceEvent(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getRealmCodes() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getTypeId() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getTemplateIds() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getIds() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getCode() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getEffectiveTime() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_EffectiveTime(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getPerformers() * @see #getServiceEvent() * @generated */ EReference getServiceEvent_Performer(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getNullFlavor() * @see #getServiceEvent() * @generated */ EAttribute getServiceEvent_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getClassCode() * @see #getServiceEvent() * @generated */ EAttribute getServiceEvent_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ServiceEvent#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ServiceEvent#getMoodCode() * @see #getServiceEvent() * @generated */ EAttribute getServiceEvent_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Performer1 Performer1}'. * * * @return the meta object for class 'Performer1'. * @see org.openhealthtools.mdht.uml.cda.Performer1 * @generated */ EClass getPerformer1(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Performer1#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getRealmCodes() * @see #getPerformer1() * @generated */ EReference getPerformer1_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer1#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getTypeId() * @see #getPerformer1() * @generated */ EReference getPerformer1_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Performer1#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getTemplateIds() * @see #getPerformer1() * @generated */ EReference getPerformer1_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer1#getFunctionCode Function Code}'. * * * @return the meta object for the containment reference 'Function Code'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getFunctionCode() * @see #getPerformer1() * @generated */ EReference getPerformer1_FunctionCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer1#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getTime() * @see #getPerformer1() * @generated */ EReference getPerformer1_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer1#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getAssignedEntity() * @see #getPerformer1() * @generated */ EReference getPerformer1_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Performer1#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getNullFlavor() * @see #getPerformer1() * @generated */ EAttribute getPerformer1_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Performer1#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Performer1#getTypeCode() * @see #getPerformer1() * @generated */ EAttribute getPerformer1_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument Related Document}'. * * * @return the meta object for class 'Related Document'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument * @generated */ EClass getRelatedDocument(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getRealmCodes() * @see #getRelatedDocument() * @generated */ EReference getRelatedDocument_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getTypeId() * @see #getRelatedDocument() * @generated */ EReference getRelatedDocument_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getTemplateIds() * @see #getRelatedDocument() * @generated */ EReference getRelatedDocument_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getParentDocument Parent Document}'. * * * @return the meta object for the containment reference 'Parent Document'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getParentDocument() * @see #getRelatedDocument() * @generated */ EReference getRelatedDocument_ParentDocument(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getNullFlavor() * @see #getRelatedDocument() * @generated */ EAttribute getRelatedDocument_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedDocument#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedDocument#getTypeCode() * @see #getRelatedDocument() * @generated */ EAttribute getRelatedDocument_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ParentDocument Parent Document}'. * * * @return the meta object for class 'Parent Document'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument * @generated */ EClass getParentDocument(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getRealmCodes() * @see #getParentDocument() * @generated */ EReference getParentDocument_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getTypeId() * @see #getParentDocument() * @generated */ EReference getParentDocument_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getTemplateIds() * @see #getParentDocument() * @generated */ EReference getParentDocument_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getIds() * @see #getParentDocument() * @generated */ EReference getParentDocument_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getCode() * @see #getParentDocument() * @generated */ EReference getParentDocument_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getText() * @see #getParentDocument() * @generated */ EReference getParentDocument_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getSetId Set Id}'. * * * @return the meta object for the containment reference 'Set Id'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getSetId() * @see #getParentDocument() * @generated */ EReference getParentDocument_SetId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getVersionNumber Version Number}'. * * * @return the meta object for the containment reference 'Version Number'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getVersionNumber() * @see #getParentDocument() * @generated */ EReference getParentDocument_VersionNumber(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getNullFlavor() * @see #getParentDocument() * @generated */ EAttribute getParentDocument_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getClassCode() * @see #getParentDocument() * @generated */ EAttribute getParentDocument_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ParentDocument#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ParentDocument#getMoodCode() * @see #getParentDocument() * @generated */ EAttribute getParentDocument_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Authorization Authorization}'. * * * @return the meta object for class 'Authorization'. * @see org.openhealthtools.mdht.uml.cda.Authorization * @generated */ EClass getAuthorization(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Authorization#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getRealmCodes() * @see #getAuthorization() * @generated */ EReference getAuthorization_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authorization#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getTypeId() * @see #getAuthorization() * @generated */ EReference getAuthorization_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Authorization#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getTemplateIds() * @see #getAuthorization() * @generated */ EReference getAuthorization_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Authorization#getConsent Consent}'. * * * @return the meta object for the containment reference 'Consent'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getConsent() * @see #getAuthorization() * @generated */ EReference getAuthorization_Consent(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Authorization#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getNullFlavor() * @see #getAuthorization() * @generated */ EAttribute getAuthorization_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Authorization#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Authorization#getTypeCode() * @see #getAuthorization() * @generated */ EAttribute getAuthorization_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Consent Consent}'. * * * @return the meta object for class 'Consent'. * @see org.openhealthtools.mdht.uml.cda.Consent * @generated */ EClass getConsent(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Consent#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Consent#getRealmCodes() * @see #getConsent() * @generated */ EReference getConsent_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Consent#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Consent#getTypeId() * @see #getConsent() * @generated */ EReference getConsent_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Consent#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Consent#getTemplateIds() * @see #getConsent() * @generated */ EReference getConsent_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Consent#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Consent#getIds() * @see #getConsent() * @generated */ EReference getConsent_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Consent#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Consent#getCode() * @see #getConsent() * @generated */ EReference getConsent_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Consent#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Consent#getStatusCode() * @see #getConsent() * @generated */ EReference getConsent_StatusCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Consent#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Consent#getNullFlavor() * @see #getConsent() * @generated */ EAttribute getConsent_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Consent#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Consent#getClassCode() * @see #getConsent() * @generated */ EAttribute getConsent_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Consent#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Consent#getMoodCode() * @see #getConsent() * @generated */ EAttribute getConsent_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Component1 Component1}'. * * * @return the meta object for class 'Component1'. * @see org.openhealthtools.mdht.uml.cda.Component1 * @generated */ EClass getComponent1(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component1#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Component1#getRealmCodes() * @see #getComponent1() * @generated */ EReference getComponent1_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component1#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Component1#getTypeId() * @see #getComponent1() * @generated */ EReference getComponent1_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component1#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Component1#getTemplateIds() * @see #getComponent1() * @generated */ EReference getComponent1_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component1#getEncompassingEncounter Encompassing Encounter}'. * * * @return the meta object for the containment reference 'Encompassing Encounter'. * @see org.openhealthtools.mdht.uml.cda.Component1#getEncompassingEncounter() * @see #getComponent1() * @generated */ EReference getComponent1_EncompassingEncounter(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component1#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Component1#getNullFlavor() * @see #getComponent1() * @generated */ EAttribute getComponent1_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component1#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Component1#getTypeCode() * @see #getComponent1() * @generated */ EAttribute getComponent1_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter Encompassing Encounter}'. * * * @return the meta object for class 'Encompassing Encounter'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter * @generated */ EClass getEncompassingEncounter(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getRealmCodes() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getTypeId() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getTemplateIds() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getIds() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getCode() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getEffectiveTime() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getDischargeDispositionCode Discharge Disposition Code}'. * * * @return the meta object for the containment reference 'Discharge Disposition Code'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getDischargeDispositionCode() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_DischargeDispositionCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getResponsibleParty Responsible Party}'. * * * @return the meta object for the containment reference 'Responsible Party'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getResponsibleParty() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_ResponsibleParty(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getEncounterParticipants Encounter Participant}'. * * * @return the meta object for the containment reference list 'Encounter Participant'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getEncounterParticipants() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_EncounterParticipant(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getLocation Location}'. * * * @return the meta object for the containment reference 'Location'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getLocation() * @see #getEncompassingEncounter() * @generated */ EReference getEncompassingEncounter_Location(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getNullFlavor() * @see #getEncompassingEncounter() * @generated */ EAttribute getEncompassingEncounter_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getClassCode() * @see #getEncompassingEncounter() * @generated */ EAttribute getEncompassingEncounter_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.EncompassingEncounter#getMoodCode() * @see #getEncompassingEncounter() * @generated */ EAttribute getEncompassingEncounter_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty Responsible Party}'. * * * @return the meta object for class 'Responsible Party'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty * @generated */ EClass getResponsibleParty(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getRealmCodes() * @see #getResponsibleParty() * @generated */ EReference getResponsibleParty_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTypeId() * @see #getResponsibleParty() * @generated */ EReference getResponsibleParty_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTemplateIds() * @see #getResponsibleParty() * @generated */ EReference getResponsibleParty_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getAssignedEntity() * @see #getResponsibleParty() * @generated */ EReference getResponsibleParty_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getNullFlavor() * @see #getResponsibleParty() * @generated */ EAttribute getResponsibleParty_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.ResponsibleParty#getTypeCode() * @see #getResponsibleParty() * @generated */ EAttribute getResponsibleParty_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant Encounter Participant}'. * * * @return the meta object for class 'Encounter Participant'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant * @generated */ EClass getEncounterParticipant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getRealmCodes() * @see #getEncounterParticipant() * @generated */ EReference getEncounterParticipant_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTypeId() * @see #getEncounterParticipant() * @generated */ EReference getEncounterParticipant_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTemplateIds() * @see #getEncounterParticipant() * @generated */ EReference getEncounterParticipant_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTime() * @see #getEncounterParticipant() * @generated */ EReference getEncounterParticipant_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getAssignedEntity() * @see #getEncounterParticipant() * @generated */ EReference getEncounterParticipant_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getNullFlavor() * @see #getEncounterParticipant() * @generated */ EAttribute getEncounterParticipant_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.EncounterParticipant#getTypeCode() * @see #getEncounterParticipant() * @generated */ EAttribute getEncounterParticipant_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Location Location}'. * * * @return the meta object for class 'Location'. * @see org.openhealthtools.mdht.uml.cda.Location * @generated */ EClass getLocation(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Location#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Location#getRealmCodes() * @see #getLocation() * @generated */ EReference getLocation_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Location#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Location#getTypeId() * @see #getLocation() * @generated */ EReference getLocation_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Location#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Location#getTemplateIds() * @see #getLocation() * @generated */ EReference getLocation_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Location#getHealthCareFacility Health Care Facility}'. * * * @return the meta object for the containment reference 'Health Care Facility'. * @see org.openhealthtools.mdht.uml.cda.Location#getHealthCareFacility() * @see #getLocation() * @generated */ EReference getLocation_HealthCareFacility(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Location#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Location#getNullFlavor() * @see #getLocation() * @generated */ EAttribute getLocation_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Location#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Location#getTypeCode() * @see #getLocation() * @generated */ EAttribute getLocation_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility Health Care Facility}'. * * * @return the meta object for class 'Health Care Facility'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility * @generated */ EClass getHealthCareFacility(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getRealmCodes() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getTypeId() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getTemplateIds() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getIds() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getCode() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getLocation Location}'. * * * @return the meta object for the containment reference 'Location'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getLocation() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_Location(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getServiceProviderOrganization Service Provider Organization}'. * * * @return the meta object for the containment reference 'Service Provider Organization'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getServiceProviderOrganization() * @see #getHealthCareFacility() * @generated */ EReference getHealthCareFacility_ServiceProviderOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getNullFlavor() * @see #getHealthCareFacility() * @generated */ EAttribute getHealthCareFacility_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.HealthCareFacility#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.HealthCareFacility#getClassCode() * @see #getHealthCareFacility() * @generated */ EAttribute getHealthCareFacility_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Component2 Component2}'. * * * @return the meta object for class 'Component2'. * @see org.openhealthtools.mdht.uml.cda.Component2 * @generated */ EClass getComponent2(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component2#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Component2#getRealmCodes() * @see #getComponent2() * @generated */ EReference getComponent2_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component2#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Component2#getTypeId() * @see #getComponent2() * @generated */ EReference getComponent2_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component2#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Component2#getTemplateIds() * @see #getComponent2() * @generated */ EReference getComponent2_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component2#getNonXMLBody Non XML Body}'. * * * @return the meta object for the containment reference 'Non XML Body'. * @see org.openhealthtools.mdht.uml.cda.Component2#getNonXMLBody() * @see #getComponent2() * @generated */ EReference getComponent2_NonXMLBody(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component2#getStructuredBody Structured Body}'. * * * @return the meta object for the containment reference 'Structured Body'. * @see org.openhealthtools.mdht.uml.cda.Component2#getStructuredBody() * @see #getComponent2() * @generated */ EReference getComponent2_StructuredBody(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component2#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Component2#getNullFlavor() * @see #getComponent2() * @generated */ EAttribute getComponent2_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component2#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Component2#getTypeCode() * @see #getComponent2() * @generated */ EAttribute getComponent2_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component2#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.Component2#getContextConductionInd() * @see #getComponent2() * @generated */ EAttribute getComponent2_ContextConductionInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody Non XML Body}'. * * * @return the meta object for class 'Non XML Body'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody * @generated */ EClass getNonXMLBody(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getRealmCodes() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getTypeId() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getTemplateIds() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getText() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getConfidentialityCode Confidentiality Code}'. * * * @return the meta object for the containment reference 'Confidentiality Code'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getConfidentialityCode() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_ConfidentialityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getLanguageCode() * @see #getNonXMLBody() * @generated */ EReference getNonXMLBody_LanguageCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getNullFlavor() * @see #getNonXMLBody() * @generated */ EAttribute getNonXMLBody_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getClassCode() * @see #getNonXMLBody() * @generated */ EAttribute getNonXMLBody_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.NonXMLBody#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.NonXMLBody#getMoodCode() * @see #getNonXMLBody() * @generated */ EAttribute getNonXMLBody_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.StructuredBody Structured Body}'. * * * @return the meta object for class 'Structured Body'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody * @generated */ EClass getStructuredBody(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getRealmCodes() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getTypeId() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getTemplateIds() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getConfidentialityCode Confidentiality Code}'. * * * @return the meta object for the containment reference 'Confidentiality Code'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getConfidentialityCode() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_ConfidentialityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getLanguageCode() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_LanguageCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getComponents Component}'. * * * @return the meta object for the containment reference list 'Component'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getComponents() * @see #getStructuredBody() * @generated */ EReference getStructuredBody_Component(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getNullFlavor() * @see #getStructuredBody() * @generated */ EAttribute getStructuredBody_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getClassCode() * @see #getStructuredBody() * @generated */ EAttribute getStructuredBody_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.StructuredBody#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.StructuredBody#getMoodCode() * @see #getStructuredBody() * @generated */ EAttribute getStructuredBody_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Component3 Component3}'. * * * @return the meta object for class 'Component3'. * @see org.openhealthtools.mdht.uml.cda.Component3 * @generated */ EClass getComponent3(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component3#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Component3#getRealmCodes() * @see #getComponent3() * @generated */ EReference getComponent3_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component3#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Component3#getTypeId() * @see #getComponent3() * @generated */ EReference getComponent3_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component3#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Component3#getTemplateIds() * @see #getComponent3() * @generated */ EReference getComponent3_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component3#getSection Section}'. * * * @return the meta object for the containment reference 'Section'. * @see org.openhealthtools.mdht.uml.cda.Component3#getSection() * @see #getComponent3() * @generated */ EReference getComponent3_Section(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component3#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Component3#getNullFlavor() * @see #getComponent3() * @generated */ EAttribute getComponent3_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component3#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Component3#getTypeCode() * @see #getComponent3() * @generated */ EAttribute getComponent3_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component3#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.Component3#getContextConductionInd() * @see #getComponent3() * @generated */ EAttribute getComponent3_ContextConductionInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Section Section}'. * * * @return the meta object for class 'Section'. * @see org.openhealthtools.mdht.uml.cda.Section * @generated */ EClass getSection(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getRealmCodes() * @see #getSection() * @generated */ EReference getSection_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Section#getTypeId() * @see #getSection() * @generated */ EReference getSection_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Section#getTemplateIds() * @see #getSection() * @generated */ EReference getSection_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getId Id}'. * * * @return the meta object for the containment reference 'Id'. * @see org.openhealthtools.mdht.uml.cda.Section#getId() * @see #getSection() * @generated */ EReference getSection_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getCode() * @see #getSection() * @generated */ EReference getSection_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getTitle Title}'. * * * @return the meta object for the containment reference 'Title'. * @see org.openhealthtools.mdht.uml.cda.Section#getTitle() * @see #getSection() * @generated */ EReference getSection_Title(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Section#getText() * @see #getSection() * @generated */ EReference getSection_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getConfidentialityCode Confidentiality Code}'. * * * @return the meta object for the containment reference 'Confidentiality Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getConfidentialityCode() * @see #getSection() * @generated */ EReference getSection_ConfidentialityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getLanguageCode() * @see #getSection() * @generated */ EReference getSection_LanguageCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Section#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Section#getSubject() * @see #getSection() * @generated */ EReference getSection_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Section#getAuthors() * @see #getSection() * @generated */ EReference getSection_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Section#getInformants() * @see #getSection() * @generated */ EReference getSection_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getEntries Entry}'. * * * @return the meta object for the containment reference list 'Entry'. * @see org.openhealthtools.mdht.uml.cda.Section#getEntries() * @see #getSection() * @generated */ EReference getSection_Entry(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Section#getComponents Component}'. * * * @return the meta object for the containment reference list 'Component'. * @see org.openhealthtools.mdht.uml.cda.Section#getComponents() * @see #getSection() * @generated */ EReference getSection_Component(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Section#getSectionId Section Id}'. * * * @return the meta object for the attribute 'Section Id'. * @see org.openhealthtools.mdht.uml.cda.Section#getSectionId() * @see #getSection() * @generated */ EAttribute getSection_SectionId(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Section#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Section#getNullFlavor() * @see #getSection() * @generated */ EAttribute getSection_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Section#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getClassCode() * @see #getSection() * @generated */ EAttribute getSection_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Section#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Section#getMoodCode() * @see #getSection() * @generated */ EAttribute getSection_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.StrucDocText Struc Doc Text}'. * * * @return the meta object for class 'Struc Doc Text'. * @see org.openhealthtools.mdht.uml.cda.StrucDocText * @generated */ EClass getStrucDocText(); /** * Returns the meta object for the attribute list '{@link org.openhealthtools.mdht.uml.cda.StrucDocText#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see org.openhealthtools.mdht.uml.cda.StrucDocText#getMixed() * @see #getStrucDocText() * @generated */ EAttribute getStrucDocText_Mixed(); /** * Returns the meta object for the attribute list '{@link org.openhealthtools.mdht.uml.cda.StrucDocText#getAny Any}'. * * * @return the meta object for the attribute list 'Any'. * @see org.openhealthtools.mdht.uml.cda.StrucDocText#getAny() * @see #getStrucDocText() * @generated */ EAttribute getStrucDocText_Any(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Subject Subject}'. * * * @return the meta object for class 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Subject * @generated */ EClass getSubject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Subject#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Subject#getRealmCodes() * @see #getSubject() * @generated */ EReference getSubject_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Subject#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Subject#getTypeId() * @see #getSubject() * @generated */ EReference getSubject_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Subject#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Subject#getTemplateIds() * @see #getSubject() * @generated */ EReference getSubject_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Subject#getAwarenessCode Awareness Code}'. * * * @return the meta object for the containment reference 'Awareness Code'. * @see org.openhealthtools.mdht.uml.cda.Subject#getAwarenessCode() * @see #getSubject() * @generated */ EReference getSubject_AwarenessCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Subject#getRelatedSubject Related Subject}'. * * * @return the meta object for the containment reference 'Related Subject'. * @see org.openhealthtools.mdht.uml.cda.Subject#getRelatedSubject() * @see #getSubject() * @generated */ EReference getSubject_RelatedSubject(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Subject#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Subject#getNullFlavor() * @see #getSubject() * @generated */ EAttribute getSubject_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Subject#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Subject#getTypeCode() * @see #getSubject() * @generated */ EAttribute getSubject_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Subject#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.Subject#getContextControlCode() * @see #getSubject() * @generated */ EAttribute getSubject_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject Related Subject}'. * * * @return the meta object for class 'Related Subject'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject * @generated */ EClass getRelatedSubject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getRealmCodes() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getTypeId() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getTemplateIds() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getCode() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getAddrs() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getTelecoms() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getSubject() * @see #getRelatedSubject() * @generated */ EReference getRelatedSubject_Subject(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getNullFlavor() * @see #getRelatedSubject() * @generated */ EAttribute getRelatedSubject_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RelatedSubject#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.RelatedSubject#getClassCode() * @see #getRelatedSubject() * @generated */ EAttribute getRelatedSubject_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson Subject Person}'. * * * @return the meta object for class 'Subject Person'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson * @generated */ EClass getSubjectPerson(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getRealmCodes() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getTypeId() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getTemplateIds() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCIds SDTC Id}'. * * * @return the meta object for the containment reference list 'SDTC Id'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCIds() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_SDTCId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getNames Name}'. * * * @return the meta object for the containment reference list 'Name'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getNames() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getAdministrativeGenderCode Administrative Gender Code}'. * * * @return the meta object for the containment reference 'Administrative Gender Code'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getAdministrativeGenderCode() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_AdministrativeGenderCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getBirthTime Birth Time}'. * * * @return the meta object for the containment reference 'Birth Time'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getBirthTime() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_BirthTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCDeceasedInd SDTC Deceased Ind}'. * * * @return the meta object for the containment reference 'SDTC Deceased Ind'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCDeceasedInd() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_SDTCDeceasedInd(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCDeceasedTime SDTC Deceased Time}'. * * * @return the meta object for the containment reference 'SDTC Deceased Time'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getSDTCDeceasedTime() * @see #getSubjectPerson() * @generated */ EReference getSubjectPerson_SDTCDeceasedTime(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getNullFlavor() * @see #getSubjectPerson() * @generated */ EAttribute getSubjectPerson_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getClassCode() * @see #getSubjectPerson() * @generated */ EAttribute getSubjectPerson_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubjectPerson#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.SubjectPerson#getDeterminerCode() * @see #getSubjectPerson() * @generated */ EAttribute getSubjectPerson_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Entry Entry}'. * * * @return the meta object for class 'Entry'. * @see org.openhealthtools.mdht.uml.cda.Entry * @generated */ EClass getEntry(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Entry#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Entry#getRealmCodes() * @see #getEntry() * @generated */ EReference getEntry_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Entry#getTypeId() * @see #getEntry() * @generated */ EReference getEntry_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Entry#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Entry#getTemplateIds() * @see #getEntry() * @generated */ EReference getEntry_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getAct Act}'. * * * @return the meta object for the containment reference 'Act'. * @see org.openhealthtools.mdht.uml.cda.Entry#getAct() * @see #getEntry() * @generated */ EReference getEntry_Act(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getEncounter Encounter}'. * * * @return the meta object for the containment reference 'Encounter'. * @see org.openhealthtools.mdht.uml.cda.Entry#getEncounter() * @see #getEntry() * @generated */ EReference getEntry_Encounter(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getObservation Observation}'. * * * @return the meta object for the containment reference 'Observation'. * @see org.openhealthtools.mdht.uml.cda.Entry#getObservation() * @see #getEntry() * @generated */ EReference getEntry_Observation(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getObservationMedia Observation Media}'. * * * @return the meta object for the containment reference 'Observation Media'. * @see org.openhealthtools.mdht.uml.cda.Entry#getObservationMedia() * @see #getEntry() * @generated */ EReference getEntry_ObservationMedia(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getOrganizer Organizer}'. * * * @return the meta object for the containment reference 'Organizer'. * @see org.openhealthtools.mdht.uml.cda.Entry#getOrganizer() * @see #getEntry() * @generated */ EReference getEntry_Organizer(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getProcedure Procedure}'. * * * @return the meta object for the containment reference 'Procedure'. * @see org.openhealthtools.mdht.uml.cda.Entry#getProcedure() * @see #getEntry() * @generated */ EReference getEntry_Procedure(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getRegionOfInterest Region Of Interest}'. * * * @return the meta object for the containment reference 'Region Of Interest'. * @see org.openhealthtools.mdht.uml.cda.Entry#getRegionOfInterest() * @see #getEntry() * @generated */ EReference getEntry_RegionOfInterest(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getSubstanceAdministration Substance Administration}'. * * * @return the meta object for the containment reference 'Substance Administration'. * @see org.openhealthtools.mdht.uml.cda.Entry#getSubstanceAdministration() * @see #getEntry() * @generated */ EReference getEntry_SubstanceAdministration(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entry#getSupply Supply}'. * * * @return the meta object for the containment reference 'Supply'. * @see org.openhealthtools.mdht.uml.cda.Entry#getSupply() * @see #getEntry() * @generated */ EReference getEntry_Supply(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entry#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Entry#getNullFlavor() * @see #getEntry() * @generated */ EAttribute getEntry_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entry#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Entry#getTypeCode() * @see #getEntry() * @generated */ EAttribute getEntry_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entry#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.Entry#getContextConductionInd() * @see #getEntry() * @generated */ EAttribute getEntry_ContextConductionInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Act Act}'. * * * @return the meta object for class 'Act'. * @see org.openhealthtools.mdht.uml.cda.Act * @generated */ EClass getAct(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getRealmCodes() * @see #getAct() * @generated */ EReference getAct_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Act#getTypeId() * @see #getAct() * @generated */ EReference getAct_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Act#getTemplateIds() * @see #getAct() * @generated */ EReference getAct_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Act#getIds() * @see #getAct() * @generated */ EReference getAct_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getCode() * @see #getAct() * @generated */ EReference getAct_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Act#getText() * @see #getAct() * @generated */ EReference getAct_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getStatusCode() * @see #getAct() * @generated */ EReference getAct_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Act#getEffectiveTime() * @see #getAct() * @generated */ EReference getAct_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getPriorityCode() * @see #getAct() * @generated */ EReference getAct_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getLanguageCode() * @see #getAct() * @generated */ EReference getAct_LanguageCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Act#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Act#getSubject() * @see #getAct() * @generated */ EReference getAct_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Act#getSpecimens() * @see #getAct() * @generated */ EReference getAct_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Act#getPerformers() * @see #getAct() * @generated */ EReference getAct_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Act#getAuthors() * @see #getAct() * @generated */ EReference getAct_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Act#getInformants() * @see #getAct() * @generated */ EReference getAct_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Act#getParticipants() * @see #getAct() * @generated */ EReference getAct_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.Act#getEntryRelationships() * @see #getAct() * @generated */ EReference getAct_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Act#getReferences() * @see #getAct() * @generated */ EReference getAct_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Act#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Act#getPreconditions() * @see #getAct() * @generated */ EReference getAct_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Act#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Act#getNullFlavor() * @see #getAct() * @generated */ EAttribute getAct_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Act#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getClassCode() * @see #getAct() * @generated */ EAttribute getAct_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Act#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Act#getMoodCode() * @see #getAct() * @generated */ EAttribute getAct_MoodCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Act#getNegationInd Negation Ind}'. * * * @return the meta object for the attribute 'Negation Ind'. * @see org.openhealthtools.mdht.uml.cda.Act#getNegationInd() * @see #getAct() * @generated */ EAttribute getAct_NegationInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ClinicalStatement Clinical Statement}'. * * * @return the meta object for class 'Clinical Statement'. * @see org.openhealthtools.mdht.uml.cda.ClinicalStatement * @generated */ EClass getClinicalStatement(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Specimen Specimen}'. * * * @return the meta object for class 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Specimen * @generated */ EClass getSpecimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Specimen#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getRealmCodes() * @see #getSpecimen() * @generated */ EReference getSpecimen_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Specimen#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getTypeId() * @see #getSpecimen() * @generated */ EReference getSpecimen_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Specimen#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getTemplateIds() * @see #getSpecimen() * @generated */ EReference getSpecimen_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Specimen#getSpecimenRole Specimen Role}'. * * * @return the meta object for the containment reference 'Specimen Role'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getSpecimenRole() * @see #getSpecimen() * @generated */ EReference getSpecimen_SpecimenRole(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Specimen#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getNullFlavor() * @see #getSpecimen() * @generated */ EAttribute getSpecimen_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Specimen#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Specimen#getTypeCode() * @see #getSpecimen() * @generated */ EAttribute getSpecimen_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole Specimen Role}'. * * * @return the meta object for class 'Specimen Role'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole * @generated */ EClass getSpecimenRole(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getRealmCodes() * @see #getSpecimenRole() * @generated */ EReference getSpecimenRole_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getTypeId() * @see #getSpecimenRole() * @generated */ EReference getSpecimenRole_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getTemplateIds() * @see #getSpecimenRole() * @generated */ EReference getSpecimenRole_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getIds() * @see #getSpecimenRole() * @generated */ EReference getSpecimenRole_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getSpecimenPlayingEntity Specimen Playing Entity}'. * * * @return the meta object for the containment reference 'Specimen Playing Entity'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getSpecimenPlayingEntity() * @see #getSpecimenRole() * @generated */ EReference getSpecimenRole_SpecimenPlayingEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getNullFlavor() * @see #getSpecimenRole() * @generated */ EAttribute getSpecimenRole_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SpecimenRole#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.SpecimenRole#getClassCode() * @see #getSpecimenRole() * @generated */ EAttribute getSpecimenRole_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity Playing Entity}'. * * * @return the meta object for class 'Playing Entity'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity * @generated */ EClass getPlayingEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getRealmCodes() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getTypeId() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getTemplateIds() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getCode() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getQuantities Quantity}'. * * * @return the meta object for the containment reference list 'Quantity'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getQuantities() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_Quantity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getNames Name}'. * * * @return the meta object for the containment reference list 'Name'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getNames() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getSDTCBirthTime SDTC Birth Time}'. * * * @return the meta object for the containment reference 'SDTC Birth Time'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getSDTCBirthTime() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_SDTCBirthTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getDesc Desc}'. * * * @return the meta object for the containment reference 'Desc'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getDesc() * @see #getPlayingEntity() * @generated */ EReference getPlayingEntity_Desc(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getNullFlavor() * @see #getPlayingEntity() * @generated */ EAttribute getPlayingEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getClassCode() * @see #getPlayingEntity() * @generated */ EAttribute getPlayingEntity_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.PlayingEntity#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.PlayingEntity#getDeterminerCode() * @see #getPlayingEntity() * @generated */ EAttribute getPlayingEntity_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Performer2 Performer2}'. * * * @return the meta object for class 'Performer2'. * @see org.openhealthtools.mdht.uml.cda.Performer2 * @generated */ EClass getPerformer2(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Performer2#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getRealmCodes() * @see #getPerformer2() * @generated */ EReference getPerformer2_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer2#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getTypeId() * @see #getPerformer2() * @generated */ EReference getPerformer2_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Performer2#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getTemplateIds() * @see #getPerformer2() * @generated */ EReference getPerformer2_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer2#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getTime() * @see #getPerformer2() * @generated */ EReference getPerformer2_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer2#getModeCode Mode Code}'. * * * @return the meta object for the containment reference 'Mode Code'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getModeCode() * @see #getPerformer2() * @generated */ EReference getPerformer2_ModeCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Performer2#getAssignedEntity Assigned Entity}'. * * * @return the meta object for the containment reference 'Assigned Entity'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getAssignedEntity() * @see #getPerformer2() * @generated */ EReference getPerformer2_AssignedEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Performer2#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getNullFlavor() * @see #getPerformer2() * @generated */ EAttribute getPerformer2_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Performer2#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Performer2#getTypeCode() * @see #getPerformer2() * @generated */ EAttribute getPerformer2_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Participant2 Participant2}'. * * * @return the meta object for class 'Participant2'. * @see org.openhealthtools.mdht.uml.cda.Participant2 * @generated */ EClass getParticipant2(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Participant2#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getRealmCodes() * @see #getParticipant2() * @generated */ EReference getParticipant2_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant2#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getTypeId() * @see #getParticipant2() * @generated */ EReference getParticipant2_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Participant2#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getTemplateIds() * @see #getParticipant2() * @generated */ EReference getParticipant2_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant2#getTime Time}'. * * * @return the meta object for the containment reference 'Time'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getTime() * @see #getParticipant2() * @generated */ EReference getParticipant2_Time(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant2#getAwarenessCode Awareness Code}'. * * * @return the meta object for the containment reference 'Awareness Code'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getAwarenessCode() * @see #getParticipant2() * @generated */ EReference getParticipant2_AwarenessCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Participant2#getParticipantRole Participant Role}'. * * * @return the meta object for the containment reference 'Participant Role'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getParticipantRole() * @see #getParticipant2() * @generated */ EReference getParticipant2_ParticipantRole(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant2#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getNullFlavor() * @see #getParticipant2() * @generated */ EAttribute getParticipant2_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant2#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getTypeCode() * @see #getParticipant2() * @generated */ EAttribute getParticipant2_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Participant2#getContextControlCode Context Control Code}'. * * * @return the meta object for the attribute 'Context Control Code'. * @see org.openhealthtools.mdht.uml.cda.Participant2#getContextControlCode() * @see #getParticipant2() * @generated */ EAttribute getParticipant2_ContextControlCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole Participant Role}'. * * * @return the meta object for class 'Participant Role'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole * @generated */ EClass getParticipantRole(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getRealmCodes() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getTypeId() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getTemplateIds() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getIds() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getCode() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getAddrs Addr}'. * * * @return the meta object for the containment reference list 'Addr'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getAddrs() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_Addr(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getTelecoms Telecom}'. * * * @return the meta object for the containment reference list 'Telecom'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getTelecoms() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_Telecom(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getPlayingDevice Playing Device}'. * * * @return the meta object for the containment reference 'Playing Device'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getPlayingDevice() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_PlayingDevice(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getPlayingEntity Playing Entity}'. * * * @return the meta object for the containment reference 'Playing Entity'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getPlayingEntity() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_PlayingEntity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getScopingEntity Scoping Entity}'. * * * @return the meta object for the containment reference 'Scoping Entity'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getScopingEntity() * @see #getParticipantRole() * @generated */ EReference getParticipantRole_ScopingEntity(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getNullFlavor() * @see #getParticipantRole() * @generated */ EAttribute getParticipantRole_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ParticipantRole#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ParticipantRole#getClassCode() * @see #getParticipantRole() * @generated */ EAttribute getParticipantRole_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Device Device}'. * * * @return the meta object for class 'Device'. * @see org.openhealthtools.mdht.uml.cda.Device * @generated */ EClass getDevice(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Device#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Device#getRealmCodes() * @see #getDevice() * @generated */ EReference getDevice_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Device#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Device#getTypeId() * @see #getDevice() * @generated */ EReference getDevice_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Device#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Device#getTemplateIds() * @see #getDevice() * @generated */ EReference getDevice_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Device#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Device#getCode() * @see #getDevice() * @generated */ EReference getDevice_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Device#getManufacturerModelName Manufacturer Model Name}'. * * * @return the meta object for the containment reference 'Manufacturer Model Name'. * @see org.openhealthtools.mdht.uml.cda.Device#getManufacturerModelName() * @see #getDevice() * @generated */ EReference getDevice_ManufacturerModelName(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Device#getSoftwareName Software Name}'. * * * @return the meta object for the containment reference 'Software Name'. * @see org.openhealthtools.mdht.uml.cda.Device#getSoftwareName() * @see #getDevice() * @generated */ EReference getDevice_SoftwareName(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Device#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Device#getNullFlavor() * @see #getDevice() * @generated */ EAttribute getDevice_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Device#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Device#getClassCode() * @see #getDevice() * @generated */ EAttribute getDevice_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Device#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Device#getDeterminerCode() * @see #getDevice() * @generated */ EAttribute getDevice_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Entity Entity}'. * * * @return the meta object for class 'Entity'. * @see org.openhealthtools.mdht.uml.cda.Entity * @generated */ EClass getEntity(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Entity#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Entity#getRealmCodes() * @see #getEntity() * @generated */ EReference getEntity_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entity#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Entity#getTypeId() * @see #getEntity() * @generated */ EReference getEntity_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Entity#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Entity#getTemplateIds() * @see #getEntity() * @generated */ EReference getEntity_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Entity#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Entity#getIds() * @see #getEntity() * @generated */ EReference getEntity_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entity#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Entity#getCode() * @see #getEntity() * @generated */ EReference getEntity_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Entity#getDesc Desc}'. * * * @return the meta object for the containment reference 'Desc'. * @see org.openhealthtools.mdht.uml.cda.Entity#getDesc() * @see #getEntity() * @generated */ EReference getEntity_Desc(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entity#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Entity#getNullFlavor() * @see #getEntity() * @generated */ EAttribute getEntity_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entity#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Entity#getClassCode() * @see #getEntity() * @generated */ EAttribute getEntity_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Entity#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Entity#getDeterminerCode() * @see #getEntity() * @generated */ EAttribute getEntity_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship Entry Relationship}'. * * * @return the meta object for class 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship * @generated */ EClass getEntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getRealmCodes() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getTypeId() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getTemplateIds() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getSequenceNumber Sequence Number}'. * * * @return the meta object for the containment reference 'Sequence Number'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getSequenceNumber() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_SequenceNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getSeperatableInd Seperatable Ind}'. * * * @return the meta object for the containment reference 'Seperatable Ind'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getSeperatableInd() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_SeperatableInd(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getAct Act}'. * * * @return the meta object for the containment reference 'Act'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getAct() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Act(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getEncounter Encounter}'. * * * @return the meta object for the containment reference 'Encounter'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getEncounter() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Encounter(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getObservation Observation}'. * * * @return the meta object for the containment reference 'Observation'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getObservation() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Observation(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getObservationMedia Observation Media}'. * * * @return the meta object for the containment reference 'Observation Media'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getObservationMedia() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_ObservationMedia(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getOrganizer Organizer}'. * * * @return the meta object for the containment reference 'Organizer'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getOrganizer() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Organizer(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getProcedure Procedure}'. * * * @return the meta object for the containment reference 'Procedure'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getProcedure() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Procedure(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getRegionOfInterest Region Of Interest}'. * * * @return the meta object for the containment reference 'Region Of Interest'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getRegionOfInterest() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_RegionOfInterest(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getSubstanceAdministration Substance Administration}'. * * * @return the meta object for the containment reference 'Substance Administration'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getSubstanceAdministration() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_SubstanceAdministration(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getSupply Supply}'. * * * @return the meta object for the containment reference 'Supply'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getSupply() * @see #getEntryRelationship() * @generated */ EReference getEntryRelationship_Supply(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getNullFlavor() * @see #getEntryRelationship() * @generated */ EAttribute getEntryRelationship_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getTypeCode() * @see #getEntryRelationship() * @generated */ EAttribute getEntryRelationship_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getInversionInd Inversion Ind}'. * * * @return the meta object for the attribute 'Inversion Ind'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getInversionInd() * @see #getEntryRelationship() * @generated */ EAttribute getEntryRelationship_InversionInd(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getContextConductionInd() * @see #getEntryRelationship() * @generated */ EAttribute getEntryRelationship_ContextConductionInd(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.EntryRelationship#getNegationInd Negation Ind}'. * * * @return the meta object for the attribute 'Negation Ind'. * @see org.openhealthtools.mdht.uml.cda.EntryRelationship#getNegationInd() * @see #getEntryRelationship() * @generated */ EAttribute getEntryRelationship_NegationInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Encounter Encounter}'. * * * @return the meta object for class 'Encounter'. * @see org.openhealthtools.mdht.uml.cda.Encounter * @generated */ EClass getEncounter(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getRealmCodes() * @see #getEncounter() * @generated */ EReference getEncounter_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getTypeId() * @see #getEncounter() * @generated */ EReference getEncounter_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getTemplateIds() * @see #getEncounter() * @generated */ EReference getEncounter_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getIds() * @see #getEncounter() * @generated */ EReference getEncounter_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getCode() * @see #getEncounter() * @generated */ EReference getEncounter_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getText() * @see #getEncounter() * @generated */ EReference getEncounter_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getStatusCode() * @see #getEncounter() * @generated */ EReference getEncounter_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getEffectiveTime() * @see #getEncounter() * @generated */ EReference getEncounter_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getPriorityCode() * @see #getEncounter() * @generated */ EReference getEncounter_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Encounter#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getSubject() * @see #getEncounter() * @generated */ EReference getEncounter_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getSpecimens() * @see #getEncounter() * @generated */ EReference getEncounter_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getPerformers() * @see #getEncounter() * @generated */ EReference getEncounter_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getAuthors() * @see #getEncounter() * @generated */ EReference getEncounter_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getInformants() * @see #getEncounter() * @generated */ EReference getEncounter_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getParticipants() * @see #getEncounter() * @generated */ EReference getEncounter_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getEntryRelationships() * @see #getEncounter() * @generated */ EReference getEncounter_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getReferences() * @see #getEncounter() * @generated */ EReference getEncounter_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Encounter#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getPreconditions() * @see #getEncounter() * @generated */ EReference getEncounter_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Encounter#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getNullFlavor() * @see #getEncounter() * @generated */ EAttribute getEncounter_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Encounter#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getClassCode() * @see #getEncounter() * @generated */ EAttribute getEncounter_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Encounter#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Encounter#getMoodCode() * @see #getEncounter() * @generated */ EAttribute getEncounter_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Reference Reference}'. * * * @return the meta object for class 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Reference * @generated */ EClass getReference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Reference#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Reference#getRealmCodes() * @see #getReference() * @generated */ EReference getReference_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Reference#getTypeId() * @see #getReference() * @generated */ EReference getReference_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Reference#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Reference#getTemplateIds() * @see #getReference() * @generated */ EReference getReference_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getSeperatableInd Seperatable Ind}'. * * * @return the meta object for the containment reference 'Seperatable Ind'. * @see org.openhealthtools.mdht.uml.cda.Reference#getSeperatableInd() * @see #getReference() * @generated */ EReference getReference_SeperatableInd(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getExternalAct External Act}'. * * * @return the meta object for the containment reference 'External Act'. * @see org.openhealthtools.mdht.uml.cda.Reference#getExternalAct() * @see #getReference() * @generated */ EReference getReference_ExternalAct(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getExternalObservation External Observation}'. * * * @return the meta object for the containment reference 'External Observation'. * @see org.openhealthtools.mdht.uml.cda.Reference#getExternalObservation() * @see #getReference() * @generated */ EReference getReference_ExternalObservation(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getExternalProcedure External Procedure}'. * * * @return the meta object for the containment reference 'External Procedure'. * @see org.openhealthtools.mdht.uml.cda.Reference#getExternalProcedure() * @see #getReference() * @generated */ EReference getReference_ExternalProcedure(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Reference#getExternalDocument External Document}'. * * * @return the meta object for the containment reference 'External Document'. * @see org.openhealthtools.mdht.uml.cda.Reference#getExternalDocument() * @see #getReference() * @generated */ EReference getReference_ExternalDocument(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Reference#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Reference#getNullFlavor() * @see #getReference() * @generated */ EAttribute getReference_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Reference#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Reference#getTypeCode() * @see #getReference() * @generated */ EAttribute getReference_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ExternalAct External Act}'. * * * @return the meta object for class 'External Act'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct * @generated */ EClass getExternalAct(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getRealmCodes() * @see #getExternalAct() * @generated */ EReference getExternalAct_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getTypeId() * @see #getExternalAct() * @generated */ EReference getExternalAct_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getTemplateIds() * @see #getExternalAct() * @generated */ EReference getExternalAct_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getIds() * @see #getExternalAct() * @generated */ EReference getExternalAct_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getCode() * @see #getExternalAct() * @generated */ EReference getExternalAct_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getText() * @see #getExternalAct() * @generated */ EReference getExternalAct_Text(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getNullFlavor() * @see #getExternalAct() * @generated */ EAttribute getExternalAct_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getClassCode() * @see #getExternalAct() * @generated */ EAttribute getExternalAct_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalAct#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalAct#getMoodCode() * @see #getExternalAct() * @generated */ EAttribute getExternalAct_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation External Observation}'. * * * @return the meta object for class 'External Observation'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation * @generated */ EClass getExternalObservation(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getRealmCodes() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getTypeId() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getTemplateIds() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getIds() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getCode() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getText() * @see #getExternalObservation() * @generated */ EReference getExternalObservation_Text(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getNullFlavor() * @see #getExternalObservation() * @generated */ EAttribute getExternalObservation_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getClassCode() * @see #getExternalObservation() * @generated */ EAttribute getExternalObservation_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalObservation#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalObservation#getMoodCode() * @see #getExternalObservation() * @generated */ EAttribute getExternalObservation_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure External Procedure}'. * * * @return the meta object for class 'External Procedure'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure * @generated */ EClass getExternalProcedure(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getRealmCodes() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getTypeId() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getTemplateIds() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getIds() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getCode() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getText() * @see #getExternalProcedure() * @generated */ EReference getExternalProcedure_Text(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getNullFlavor() * @see #getExternalProcedure() * @generated */ EAttribute getExternalProcedure_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getClassCode() * @see #getExternalProcedure() * @generated */ EAttribute getExternalProcedure_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalProcedure#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalProcedure#getMoodCode() * @see #getExternalProcedure() * @generated */ EAttribute getExternalProcedure_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument External Document}'. * * * @return the meta object for class 'External Document'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument * @generated */ EClass getExternalDocument(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getRealmCodes() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getTypeId() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getTemplateIds() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getIds() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getCode() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getText() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getSetId Set Id}'. * * * @return the meta object for the containment reference 'Set Id'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getSetId() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_SetId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getVersionNumber Version Number}'. * * * @return the meta object for the containment reference 'Version Number'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getVersionNumber() * @see #getExternalDocument() * @generated */ EReference getExternalDocument_VersionNumber(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getNullFlavor() * @see #getExternalDocument() * @generated */ EAttribute getExternalDocument_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getClassCode() * @see #getExternalDocument() * @generated */ EAttribute getExternalDocument_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ExternalDocument#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ExternalDocument#getMoodCode() * @see #getExternalDocument() * @generated */ EAttribute getExternalDocument_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Precondition Precondition}'. * * * @return the meta object for class 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Precondition * @generated */ EClass getPrecondition(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Precondition#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getRealmCodes() * @see #getPrecondition() * @generated */ EReference getPrecondition_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Precondition#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getTypeId() * @see #getPrecondition() * @generated */ EReference getPrecondition_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Precondition#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getTemplateIds() * @see #getPrecondition() * @generated */ EReference getPrecondition_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Precondition#getCriterion Criterion}'. * * * @return the meta object for the containment reference 'Criterion'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getCriterion() * @see #getPrecondition() * @generated */ EReference getPrecondition_Criterion(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Precondition#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getNullFlavor() * @see #getPrecondition() * @generated */ EAttribute getPrecondition_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Precondition#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Precondition#getTypeCode() * @see #getPrecondition() * @generated */ EAttribute getPrecondition_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Criterion Criterion}'. * * * @return the meta object for class 'Criterion'. * @see org.openhealthtools.mdht.uml.cda.Criterion * @generated */ EClass getCriterion(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Criterion#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getRealmCodes() * @see #getCriterion() * @generated */ EReference getCriterion_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Criterion#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getTypeId() * @see #getCriterion() * @generated */ EReference getCriterion_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Criterion#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getTemplateIds() * @see #getCriterion() * @generated */ EReference getCriterion_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Criterion#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getCode() * @see #getCriterion() * @generated */ EReference getCriterion_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Criterion#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getText() * @see #getCriterion() * @generated */ EReference getCriterion_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Criterion#getValue Value}'. * * * @return the meta object for the containment reference 'Value'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getValue() * @see #getCriterion() * @generated */ EReference getCriterion_Value(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Criterion#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getNullFlavor() * @see #getCriterion() * @generated */ EAttribute getCriterion_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Criterion#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getClassCode() * @see #getCriterion() * @generated */ EAttribute getCriterion_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Criterion#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Criterion#getMoodCode() * @see #getCriterion() * @generated */ EAttribute getCriterion_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Observation Observation}'. * * * @return the meta object for class 'Observation'. * @see org.openhealthtools.mdht.uml.cda.Observation * @generated */ EClass getObservation(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getRealmCodes() * @see #getObservation() * @generated */ EReference getObservation_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Observation#getTypeId() * @see #getObservation() * @generated */ EReference getObservation_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Observation#getTemplateIds() * @see #getObservation() * @generated */ EReference getObservation_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Observation#getIds() * @see #getObservation() * @generated */ EReference getObservation_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getCode() * @see #getObservation() * @generated */ EReference getObservation_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getDerivationExpr Derivation Expr}'. * * * @return the meta object for the containment reference 'Derivation Expr'. * @see org.openhealthtools.mdht.uml.cda.Observation#getDerivationExpr() * @see #getObservation() * @generated */ EReference getObservation_DerivationExpr(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Observation#getText() * @see #getObservation() * @generated */ EReference getObservation_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getStatusCode() * @see #getObservation() * @generated */ EReference getObservation_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Observation#getEffectiveTime() * @see #getObservation() * @generated */ EReference getObservation_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getPriorityCode() * @see #getObservation() * @generated */ EReference getObservation_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getRepeatNumber Repeat Number}'. * * * @return the meta object for the containment reference 'Repeat Number'. * @see org.openhealthtools.mdht.uml.cda.Observation#getRepeatNumber() * @see #getObservation() * @generated */ EReference getObservation_RepeatNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getLanguageCode() * @see #getObservation() * @generated */ EReference getObservation_LanguageCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getValues Value}'. * * * @return the meta object for the containment reference list 'Value'. * @see org.openhealthtools.mdht.uml.cda.Observation#getValues() * @see #getObservation() * @generated */ EReference getObservation_Value(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getInterpretationCodes Interpretation Code}'. * * * @return the meta object for the containment reference list 'Interpretation Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getInterpretationCodes() * @see #getObservation() * @generated */ EReference getObservation_InterpretationCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getMethodCodes Method Code}'. * * * @return the meta object for the containment reference list 'Method Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getMethodCodes() * @see #getObservation() * @generated */ EReference getObservation_MethodCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getTargetSiteCodes Target Site Code}'. * * * @return the meta object for the containment reference list 'Target Site Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getTargetSiteCodes() * @see #getObservation() * @generated */ EReference getObservation_TargetSiteCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Observation#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Observation#getSubject() * @see #getObservation() * @generated */ EReference getObservation_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Observation#getSpecimens() * @see #getObservation() * @generated */ EReference getObservation_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Observation#getPerformers() * @see #getObservation() * @generated */ EReference getObservation_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Observation#getAuthors() * @see #getObservation() * @generated */ EReference getObservation_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Observation#getInformants() * @see #getObservation() * @generated */ EReference getObservation_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Observation#getParticipants() * @see #getObservation() * @generated */ EReference getObservation_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.Observation#getEntryRelationships() * @see #getObservation() * @generated */ EReference getObservation_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Observation#getReferences() * @see #getObservation() * @generated */ EReference getObservation_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Observation#getPreconditions() * @see #getObservation() * @generated */ EReference getObservation_Precondition(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Observation#getReferenceRanges Reference Range}'. * * * @return the meta object for the containment reference list 'Reference Range'. * @see org.openhealthtools.mdht.uml.cda.Observation#getReferenceRanges() * @see #getObservation() * @generated */ EReference getObservation_ReferenceRange(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Observation#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Observation#getNullFlavor() * @see #getObservation() * @generated */ EAttribute getObservation_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Observation#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getClassCode() * @see #getObservation() * @generated */ EAttribute getObservation_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Observation#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Observation#getMoodCode() * @see #getObservation() * @generated */ EAttribute getObservation_MoodCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Observation#getNegationInd Negation Ind}'. * * * @return the meta object for the attribute 'Negation Ind'. * @see org.openhealthtools.mdht.uml.cda.Observation#getNegationInd() * @see #getObservation() * @generated */ EAttribute getObservation_NegationInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange Reference Range}'. * * * @return the meta object for class 'Reference Range'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange * @generated */ EClass getReferenceRange(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getRealmCodes() * @see #getReferenceRange() * @generated */ EReference getReferenceRange_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getTypeId() * @see #getReferenceRange() * @generated */ EReference getReferenceRange_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getTemplateIds() * @see #getReferenceRange() * @generated */ EReference getReferenceRange_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getObservationRange Observation Range}'. * * * @return the meta object for the containment reference 'Observation Range'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getObservationRange() * @see #getReferenceRange() * @generated */ EReference getReferenceRange_ObservationRange(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getNullFlavor() * @see #getReferenceRange() * @generated */ EAttribute getReferenceRange_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ReferenceRange#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.ReferenceRange#getTypeCode() * @see #getReferenceRange() * @generated */ EAttribute getReferenceRange_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ObservationRange Observation Range}'. * * * @return the meta object for class 'Observation Range'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange * @generated */ EClass getObservationRange(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getRealmCodes() * @see #getObservationRange() * @generated */ EReference getObservationRange_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getTypeId() * @see #getObservationRange() * @generated */ EReference getObservationRange_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getTemplateIds() * @see #getObservationRange() * @generated */ EReference getObservationRange_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getCode() * @see #getObservationRange() * @generated */ EReference getObservationRange_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getText() * @see #getObservationRange() * @generated */ EReference getObservationRange_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getValue Value}'. * * * @return the meta object for the containment reference 'Value'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getValue() * @see #getObservationRange() * @generated */ EReference getObservationRange_Value(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getInterpretationCode Interpretation Code}'. * * * @return the meta object for the containment reference 'Interpretation Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getInterpretationCode() * @see #getObservationRange() * @generated */ EReference getObservationRange_InterpretationCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getNullFlavor() * @see #getObservationRange() * @generated */ EAttribute getObservationRange_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getClassCode() * @see #getObservationRange() * @generated */ EAttribute getObservationRange_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationRange#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationRange#getMoodCode() * @see #getObservationRange() * @generated */ EAttribute getObservationRange_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia Observation Media}'. * * * @return the meta object for class 'Observation Media'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia * @generated */ EClass getObservationMedia(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getRealmCodes() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getTypeId() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getTemplateIds() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getIds() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getLanguageCode() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_LanguageCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getValue Value}'. * * * @return the meta object for the containment reference 'Value'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getValue() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Value(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getSubject() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getSpecimens() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getPerformers() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getAuthors() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getInformants() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getParticipants() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getEntryRelationships() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getReferences() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getPreconditions() * @see #getObservationMedia() * @generated */ EReference getObservationMedia_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getObservationMediaId Observation Media Id}'. * * * @return the meta object for the attribute 'Observation Media Id'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getObservationMediaId() * @see #getObservationMedia() * @generated */ EAttribute getObservationMedia_ObservationMediaId(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getNullFlavor() * @see #getObservationMedia() * @generated */ EAttribute getObservationMedia_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getClassCode() * @see #getObservationMedia() * @generated */ EAttribute getObservationMedia_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ObservationMedia#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.ObservationMedia#getMoodCode() * @see #getObservationMedia() * @generated */ EAttribute getObservationMedia_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Organizer Organizer}'. * * * @return the meta object for class 'Organizer'. * @see org.openhealthtools.mdht.uml.cda.Organizer * @generated */ EClass getOrganizer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getRealmCodes() * @see #getOrganizer() * @generated */ EReference getOrganizer_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organizer#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getTypeId() * @see #getOrganizer() * @generated */ EReference getOrganizer_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getTemplateIds() * @see #getOrganizer() * @generated */ EReference getOrganizer_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getIds() * @see #getOrganizer() * @generated */ EReference getOrganizer_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organizer#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getCode() * @see #getOrganizer() * @generated */ EReference getOrganizer_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organizer#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getStatusCode() * @see #getOrganizer() * @generated */ EReference getOrganizer_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organizer#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getEffectiveTime() * @see #getOrganizer() * @generated */ EReference getOrganizer_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Organizer#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getSubject() * @see #getOrganizer() * @generated */ EReference getOrganizer_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getSpecimens() * @see #getOrganizer() * @generated */ EReference getOrganizer_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getPerformers() * @see #getOrganizer() * @generated */ EReference getOrganizer_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getAuthors() * @see #getOrganizer() * @generated */ EReference getOrganizer_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getInformants() * @see #getOrganizer() * @generated */ EReference getOrganizer_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getParticipants() * @see #getOrganizer() * @generated */ EReference getOrganizer_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getReferences() * @see #getOrganizer() * @generated */ EReference getOrganizer_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getPreconditions() * @see #getOrganizer() * @generated */ EReference getOrganizer_Precondition(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Organizer#getComponents Component}'. * * * @return the meta object for the containment reference list 'Component'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getComponents() * @see #getOrganizer() * @generated */ EReference getOrganizer_Component(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organizer#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getNullFlavor() * @see #getOrganizer() * @generated */ EAttribute getOrganizer_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organizer#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getClassCode() * @see #getOrganizer() * @generated */ EAttribute getOrganizer_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Organizer#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Organizer#getMoodCode() * @see #getOrganizer() * @generated */ EAttribute getOrganizer_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Component4 Component4}'. * * * @return the meta object for class 'Component4'. * @see org.openhealthtools.mdht.uml.cda.Component4 * @generated */ EClass getComponent4(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component4#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Component4#getRealmCodes() * @see #getComponent4() * @generated */ EReference getComponent4_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Component4#getTypeId() * @see #getComponent4() * @generated */ EReference getComponent4_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component4#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Component4#getTemplateIds() * @see #getComponent4() * @generated */ EReference getComponent4_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getSequenceNumber Sequence Number}'. * * * @return the meta object for the containment reference 'Sequence Number'. * @see org.openhealthtools.mdht.uml.cda.Component4#getSequenceNumber() * @see #getComponent4() * @generated */ EReference getComponent4_SequenceNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getSeperatableInd Seperatable Ind}'. * * * @return the meta object for the containment reference 'Seperatable Ind'. * @see org.openhealthtools.mdht.uml.cda.Component4#getSeperatableInd() * @see #getComponent4() * @generated */ EReference getComponent4_SeperatableInd(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getAct Act}'. * * * @return the meta object for the containment reference 'Act'. * @see org.openhealthtools.mdht.uml.cda.Component4#getAct() * @see #getComponent4() * @generated */ EReference getComponent4_Act(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getEncounter Encounter}'. * * * @return the meta object for the containment reference 'Encounter'. * @see org.openhealthtools.mdht.uml.cda.Component4#getEncounter() * @see #getComponent4() * @generated */ EReference getComponent4_Encounter(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getObservation Observation}'. * * * @return the meta object for the containment reference 'Observation'. * @see org.openhealthtools.mdht.uml.cda.Component4#getObservation() * @see #getComponent4() * @generated */ EReference getComponent4_Observation(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getObservationMedia Observation Media}'. * * * @return the meta object for the containment reference 'Observation Media'. * @see org.openhealthtools.mdht.uml.cda.Component4#getObservationMedia() * @see #getComponent4() * @generated */ EReference getComponent4_ObservationMedia(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getOrganizer Organizer}'. * * * @return the meta object for the containment reference 'Organizer'. * @see org.openhealthtools.mdht.uml.cda.Component4#getOrganizer() * @see #getComponent4() * @generated */ EReference getComponent4_Organizer(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getProcedure Procedure}'. * * * @return the meta object for the containment reference 'Procedure'. * @see org.openhealthtools.mdht.uml.cda.Component4#getProcedure() * @see #getComponent4() * @generated */ EReference getComponent4_Procedure(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getRegionOfInterest Region Of Interest}'. * * * @return the meta object for the containment reference 'Region Of Interest'. * @see org.openhealthtools.mdht.uml.cda.Component4#getRegionOfInterest() * @see #getComponent4() * @generated */ EReference getComponent4_RegionOfInterest(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getSubstanceAdministration Substance Administration}'. * * * @return the meta object for the containment reference 'Substance Administration'. * @see org.openhealthtools.mdht.uml.cda.Component4#getSubstanceAdministration() * @see #getComponent4() * @generated */ EReference getComponent4_SubstanceAdministration(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component4#getSupply Supply}'. * * * @return the meta object for the containment reference 'Supply'. * @see org.openhealthtools.mdht.uml.cda.Component4#getSupply() * @see #getComponent4() * @generated */ EReference getComponent4_Supply(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component4#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Component4#getNullFlavor() * @see #getComponent4() * @generated */ EAttribute getComponent4_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component4#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Component4#getTypeCode() * @see #getComponent4() * @generated */ EAttribute getComponent4_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component4#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.Component4#getContextConductionInd() * @see #getComponent4() * @generated */ EAttribute getComponent4_ContextConductionInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Procedure Procedure}'. * * * @return the meta object for class 'Procedure'. * @see org.openhealthtools.mdht.uml.cda.Procedure * @generated */ EClass getProcedure(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getRealmCodes() * @see #getProcedure() * @generated */ EReference getProcedure_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getTypeId() * @see #getProcedure() * @generated */ EReference getProcedure_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getTemplateIds() * @see #getProcedure() * @generated */ EReference getProcedure_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getIds() * @see #getProcedure() * @generated */ EReference getProcedure_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getCode() * @see #getProcedure() * @generated */ EReference getProcedure_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getText() * @see #getProcedure() * @generated */ EReference getProcedure_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getStatusCode() * @see #getProcedure() * @generated */ EReference getProcedure_StatusCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getEffectiveTime Effective Time}'. * * * @return the meta object for the containment reference 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getEffectiveTime() * @see #getProcedure() * @generated */ EReference getProcedure_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getPriorityCode() * @see #getProcedure() * @generated */ EReference getProcedure_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getLanguageCode Language Code}'. * * * @return the meta object for the containment reference 'Language Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getLanguageCode() * @see #getProcedure() * @generated */ EReference getProcedure_LanguageCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getMethodCodes Method Code}'. * * * @return the meta object for the containment reference list 'Method Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getMethodCodes() * @see #getProcedure() * @generated */ EReference getProcedure_MethodCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getApproachSiteCodes Approach Site Code}'. * * * @return the meta object for the containment reference list 'Approach Site Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getApproachSiteCodes() * @see #getProcedure() * @generated */ EReference getProcedure_ApproachSiteCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getTargetSiteCodes Target Site Code}'. * * * @return the meta object for the containment reference list 'Target Site Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getTargetSiteCodes() * @see #getProcedure() * @generated */ EReference getProcedure_TargetSiteCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Procedure#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getSubject() * @see #getProcedure() * @generated */ EReference getProcedure_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getSpecimens() * @see #getProcedure() * @generated */ EReference getProcedure_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getPerformers() * @see #getProcedure() * @generated */ EReference getProcedure_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getAuthors() * @see #getProcedure() * @generated */ EReference getProcedure_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getInformants() * @see #getProcedure() * @generated */ EReference getProcedure_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getParticipants() * @see #getProcedure() * @generated */ EReference getProcedure_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getEntryRelationships() * @see #getProcedure() * @generated */ EReference getProcedure_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getReferences() * @see #getProcedure() * @generated */ EReference getProcedure_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Procedure#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getPreconditions() * @see #getProcedure() * @generated */ EReference getProcedure_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Procedure#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getNullFlavor() * @see #getProcedure() * @generated */ EAttribute getProcedure_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Procedure#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getClassCode() * @see #getProcedure() * @generated */ EAttribute getProcedure_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Procedure#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getMoodCode() * @see #getProcedure() * @generated */ EAttribute getProcedure_MoodCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Procedure#getNegationInd Negation Ind}'. * * * @return the meta object for the attribute 'Negation Ind'. * @see org.openhealthtools.mdht.uml.cda.Procedure#getNegationInd() * @see #getProcedure() * @generated */ EAttribute getProcedure_NegationInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest Region Of Interest}'. * * * @return the meta object for class 'Region Of Interest'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest * @generated */ EClass getRegionOfInterest(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getRealmCodes() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getTypeId() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getTemplateIds() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getIds() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getCode() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Code(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getValues Value}'. * * * @return the meta object for the containment reference list 'Value'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getValues() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Value(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getSubject() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getSpecimens() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Specimen(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getPerformers() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getAuthors() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getInformants() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getParticipants() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getEntryRelationships() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getReferences() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getPreconditions() * @see #getRegionOfInterest() * @generated */ EReference getRegionOfInterest_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getRegionOfInterestId Region Of Interest Id}'. * * * @return the meta object for the attribute 'Region Of Interest Id'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getRegionOfInterestId() * @see #getRegionOfInterest() * @generated */ EAttribute getRegionOfInterest_RegionOfInterestId(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getNullFlavor() * @see #getRegionOfInterest() * @generated */ EAttribute getRegionOfInterest_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getClassCode() * @see #getRegionOfInterest() * @generated */ EAttribute getRegionOfInterest_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterest#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterest#getMoodCode() * @see #getRegionOfInterest() * @generated */ EAttribute getRegionOfInterest_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterestValue Region Of Interest Value}'. * * * @return the meta object for class 'Region Of Interest Value'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterestValue * @generated */ EClass getRegionOfInterestValue(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.RegionOfInterestValue#isUnsorted Unsorted}'. * * * @return the meta object for the attribute 'Unsorted'. * @see org.openhealthtools.mdht.uml.cda.RegionOfInterestValue#isUnsorted() * @see #getRegionOfInterestValue() * @generated */ EAttribute getRegionOfInterestValue_Unsorted(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration Substance Administration}'. * * * @return the meta object for class 'Substance Administration'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration * @generated */ EClass getSubstanceAdministration(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRealmCodes() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getTypeId() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getTemplateIds() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getIds() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getCode() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getText() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getStatusCode() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_StatusCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getEffectiveTimes Effective Time}'. * * * @return the meta object for the containment reference list 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getEffectiveTimes() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_EffectiveTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPriorityCode Priority Code}'. * * * @return the meta object for the containment reference 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPriorityCode() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRepeatNumber Repeat Number}'. * * * @return the meta object for the containment reference 'Repeat Number'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRepeatNumber() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_RepeatNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRouteCode Route Code}'. * * * @return the meta object for the containment reference 'Route Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRouteCode() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_RouteCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getApproachSiteCodes Approach Site Code}'. * * * @return the meta object for the containment reference list 'Approach Site Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getApproachSiteCodes() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_ApproachSiteCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getDoseQuantity Dose Quantity}'. * * * @return the meta object for the containment reference 'Dose Quantity'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getDoseQuantity() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_DoseQuantity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRateQuantity Rate Quantity}'. * * * @return the meta object for the containment reference 'Rate Quantity'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getRateQuantity() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_RateQuantity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getMaxDoseQuantity Max Dose Quantity}'. * * * @return the meta object for the containment reference 'Max Dose Quantity'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getMaxDoseQuantity() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_MaxDoseQuantity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getAdministrationUnitCode Administration Unit Code}'. * * * @return the meta object for the containment reference 'Administration Unit Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getAdministrationUnitCode() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_AdministrationUnitCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getSubject() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getSpecimens() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Specimen(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getConsumable Consumable}'. * * * @return the meta object for the containment reference 'Consumable'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getConsumable() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Consumable(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPerformers() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getAuthors() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getInformants() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getReferences() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getParticipants() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getEntryRelationships() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getPreconditions() * @see #getSubstanceAdministration() * @generated */ EReference getSubstanceAdministration_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getNullFlavor() * @see #getSubstanceAdministration() * @generated */ EAttribute getSubstanceAdministration_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getClassCode() * @see #getSubstanceAdministration() * @generated */ EAttribute getSubstanceAdministration_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getMoodCode() * @see #getSubstanceAdministration() * @generated */ EAttribute getSubstanceAdministration_MoodCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getNegationInd Negation Ind}'. * * * @return the meta object for the attribute 'Negation Ind'. * @see org.openhealthtools.mdht.uml.cda.SubstanceAdministration#getNegationInd() * @see #getSubstanceAdministration() * @generated */ EAttribute getSubstanceAdministration_NegationInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Consumable Consumable}'. * * * @return the meta object for class 'Consumable'. * @see org.openhealthtools.mdht.uml.cda.Consumable * @generated */ EClass getConsumable(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Consumable#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getRealmCodes() * @see #getConsumable() * @generated */ EReference getConsumable_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Consumable#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getTypeId() * @see #getConsumable() * @generated */ EReference getConsumable_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Consumable#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getTemplateIds() * @see #getConsumable() * @generated */ EReference getConsumable_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Consumable#getManufacturedProduct Manufactured Product}'. * * * @return the meta object for the containment reference 'Manufactured Product'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getManufacturedProduct() * @see #getConsumable() * @generated */ EReference getConsumable_ManufacturedProduct(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Consumable#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getNullFlavor() * @see #getConsumable() * @generated */ EAttribute getConsumable_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Consumable#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Consumable#getTypeCode() * @see #getConsumable() * @generated */ EAttribute getConsumable_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct Manufactured Product}'. * * * @return the meta object for class 'Manufactured Product'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct * @generated */ EClass getManufacturedProduct(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getRealmCodes() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getTypeId() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getTemplateIds() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getIds() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturedLabeledDrug Manufactured Labeled Drug}'. * * * @return the meta object for the containment reference 'Manufactured Labeled Drug'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturedLabeledDrug() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_ManufacturedLabeledDrug(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturedMaterial Manufactured Material}'. * * * @return the meta object for the containment reference 'Manufactured Material'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturedMaterial() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_ManufacturedMaterial(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturerOrganization Manufacturer Organization}'. * * * @return the meta object for the containment reference 'Manufacturer Organization'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getManufacturerOrganization() * @see #getManufacturedProduct() * @generated */ EReference getManufacturedProduct_ManufacturerOrganization(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getNullFlavor() * @see #getManufacturedProduct() * @generated */ EAttribute getManufacturedProduct_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.ManufacturedProduct#getClassCode() * @see #getManufacturedProduct() * @generated */ EAttribute getManufacturedProduct_ClassCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug Labeled Drug}'. * * * @return the meta object for class 'Labeled Drug'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug * @generated */ EClass getLabeledDrug(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getRealmCodes() * @see #getLabeledDrug() * @generated */ EReference getLabeledDrug_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getTypeId() * @see #getLabeledDrug() * @generated */ EReference getLabeledDrug_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getTemplateIds() * @see #getLabeledDrug() * @generated */ EReference getLabeledDrug_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getCode() * @see #getLabeledDrug() * @generated */ EReference getLabeledDrug_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getName Name}'. * * * @return the meta object for the containment reference 'Name'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getName() * @see #getLabeledDrug() * @generated */ EReference getLabeledDrug_Name(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getNullFlavor() * @see #getLabeledDrug() * @generated */ EAttribute getLabeledDrug_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getClassCode() * @see #getLabeledDrug() * @generated */ EAttribute getLabeledDrug_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.LabeledDrug#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.LabeledDrug#getDeterminerCode() * @see #getLabeledDrug() * @generated */ EAttribute getLabeledDrug_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Material Material}'. * * * @return the meta object for class 'Material'. * @see org.openhealthtools.mdht.uml.cda.Material * @generated */ EClass getMaterial(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Material#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Material#getRealmCodes() * @see #getMaterial() * @generated */ EReference getMaterial_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Material#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Material#getTypeId() * @see #getMaterial() * @generated */ EReference getMaterial_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Material#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Material#getTemplateIds() * @see #getMaterial() * @generated */ EReference getMaterial_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Material#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Material#getCode() * @see #getMaterial() * @generated */ EReference getMaterial_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Material#getName Name}'. * * * @return the meta object for the containment reference 'Name'. * @see org.openhealthtools.mdht.uml.cda.Material#getName() * @see #getMaterial() * @generated */ EReference getMaterial_Name(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Material#getLotNumberText Lot Number Text}'. * * * @return the meta object for the containment reference 'Lot Number Text'. * @see org.openhealthtools.mdht.uml.cda.Material#getLotNumberText() * @see #getMaterial() * @generated */ EReference getMaterial_LotNumberText(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Material#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Material#getNullFlavor() * @see #getMaterial() * @generated */ EAttribute getMaterial_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Material#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Material#getClassCode() * @see #getMaterial() * @generated */ EAttribute getMaterial_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Material#getDeterminerCode Determiner Code}'. * * * @return the meta object for the attribute 'Determiner Code'. * @see org.openhealthtools.mdht.uml.cda.Material#getDeterminerCode() * @see #getMaterial() * @generated */ EAttribute getMaterial_DeterminerCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Supply Supply}'. * * * @return the meta object for class 'Supply'. * @see org.openhealthtools.mdht.uml.cda.Supply * @generated */ EClass getSupply(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getRealmCodes() * @see #getSupply() * @generated */ EReference getSupply_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Supply#getTypeId() * @see #getSupply() * @generated */ EReference getSupply_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Supply#getTemplateIds() * @see #getSupply() * @generated */ EReference getSupply_TemplateId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getIds Id}'. * * * @return the meta object for the containment reference list 'Id'. * @see org.openhealthtools.mdht.uml.cda.Supply#getIds() * @see #getSupply() * @generated */ EReference getSupply_Id(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getCode Code}'. * * * @return the meta object for the containment reference 'Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getCode() * @see #getSupply() * @generated */ EReference getSupply_Code(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getText Text}'. * * * @return the meta object for the containment reference 'Text'. * @see org.openhealthtools.mdht.uml.cda.Supply#getText() * @see #getSupply() * @generated */ EReference getSupply_Text(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getStatusCode Status Code}'. * * * @return the meta object for the containment reference 'Status Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getStatusCode() * @see #getSupply() * @generated */ EReference getSupply_StatusCode(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getEffectiveTimes Effective Time}'. * * * @return the meta object for the containment reference list 'Effective Time'. * @see org.openhealthtools.mdht.uml.cda.Supply#getEffectiveTimes() * @see #getSupply() * @generated */ EReference getSupply_EffectiveTime(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getPriorityCodes Priority Code}'. * * * @return the meta object for the containment reference list 'Priority Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getPriorityCodes() * @see #getSupply() * @generated */ EReference getSupply_PriorityCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getRepeatNumber Repeat Number}'. * * * @return the meta object for the containment reference 'Repeat Number'. * @see org.openhealthtools.mdht.uml.cda.Supply#getRepeatNumber() * @see #getSupply() * @generated */ EReference getSupply_RepeatNumber(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getIndependentInd Independent Ind}'. * * * @return the meta object for the containment reference 'Independent Ind'. * @see org.openhealthtools.mdht.uml.cda.Supply#getIndependentInd() * @see #getSupply() * @generated */ EReference getSupply_IndependentInd(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getQuantity Quantity}'. * * * @return the meta object for the containment reference 'Quantity'. * @see org.openhealthtools.mdht.uml.cda.Supply#getQuantity() * @see #getSupply() * @generated */ EReference getSupply_Quantity(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getExpectedUseTime Expected Use Time}'. * * * @return the meta object for the containment reference 'Expected Use Time'. * @see org.openhealthtools.mdht.uml.cda.Supply#getExpectedUseTime() * @see #getSupply() * @generated */ EReference getSupply_ExpectedUseTime(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getSubject Subject}'. * * * @return the meta object for the containment reference 'Subject'. * @see org.openhealthtools.mdht.uml.cda.Supply#getSubject() * @see #getSupply() * @generated */ EReference getSupply_Subject(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getSpecimens Specimen}'. * * * @return the meta object for the containment reference list 'Specimen'. * @see org.openhealthtools.mdht.uml.cda.Supply#getSpecimens() * @see #getSupply() * @generated */ EReference getSupply_Specimen(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Supply#getProduct Product}'. * * * @return the meta object for the containment reference 'Product'. * @see org.openhealthtools.mdht.uml.cda.Supply#getProduct() * @see #getSupply() * @generated */ EReference getSupply_Product(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getPerformers Performer}'. * * * @return the meta object for the containment reference list 'Performer'. * @see org.openhealthtools.mdht.uml.cda.Supply#getPerformers() * @see #getSupply() * @generated */ EReference getSupply_Performer(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getAuthors Author}'. * * * @return the meta object for the containment reference list 'Author'. * @see org.openhealthtools.mdht.uml.cda.Supply#getAuthors() * @see #getSupply() * @generated */ EReference getSupply_Author(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getInformants Informant}'. * * * @return the meta object for the containment reference list 'Informant'. * @see org.openhealthtools.mdht.uml.cda.Supply#getInformants() * @see #getSupply() * @generated */ EReference getSupply_Informant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getParticipants Participant}'. * * * @return the meta object for the containment reference list 'Participant'. * @see org.openhealthtools.mdht.uml.cda.Supply#getParticipants() * @see #getSupply() * @generated */ EReference getSupply_Participant(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getEntryRelationships Entry Relationship}'. * * * @return the meta object for the containment reference list 'Entry Relationship'. * @see org.openhealthtools.mdht.uml.cda.Supply#getEntryRelationships() * @see #getSupply() * @generated */ EReference getSupply_EntryRelationship(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getReferences Reference}'. * * * @return the meta object for the containment reference list 'Reference'. * @see org.openhealthtools.mdht.uml.cda.Supply#getReferences() * @see #getSupply() * @generated */ EReference getSupply_Reference(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Supply#getPreconditions Precondition}'. * * * @return the meta object for the containment reference list 'Precondition'. * @see org.openhealthtools.mdht.uml.cda.Supply#getPreconditions() * @see #getSupply() * @generated */ EReference getSupply_Precondition(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Supply#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Supply#getNullFlavor() * @see #getSupply() * @generated */ EAttribute getSupply_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Supply#getClassCode Class Code}'. * * * @return the meta object for the attribute 'Class Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getClassCode() * @see #getSupply() * @generated */ EAttribute getSupply_ClassCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Supply#getMoodCode Mood Code}'. * * * @return the meta object for the attribute 'Mood Code'. * @see org.openhealthtools.mdht.uml.cda.Supply#getMoodCode() * @see #getSupply() * @generated */ EAttribute getSupply_MoodCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Product Product}'. * * * @return the meta object for class 'Product'. * @see org.openhealthtools.mdht.uml.cda.Product * @generated */ EClass getProduct(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Product#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Product#getRealmCodes() * @see #getProduct() * @generated */ EReference getProduct_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Product#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Product#getTypeId() * @see #getProduct() * @generated */ EReference getProduct_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Product#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Product#getTemplateIds() * @see #getProduct() * @generated */ EReference getProduct_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Product#getManufacturedProduct Manufactured Product}'. * * * @return the meta object for the containment reference 'Manufactured Product'. * @see org.openhealthtools.mdht.uml.cda.Product#getManufacturedProduct() * @see #getProduct() * @generated */ EReference getProduct_ManufacturedProduct(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Product#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Product#getNullFlavor() * @see #getProduct() * @generated */ EAttribute getProduct_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Product#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Product#getTypeCode() * @see #getProduct() * @generated */ EAttribute getProduct_TypeCode(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.Component5 Component5}'. * * * @return the meta object for class 'Component5'. * @see org.openhealthtools.mdht.uml.cda.Component5 * @generated */ EClass getComponent5(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component5#getRealmCodes Realm Code}'. * * * @return the meta object for the containment reference list 'Realm Code'. * @see org.openhealthtools.mdht.uml.cda.Component5#getRealmCodes() * @see #getComponent5() * @generated */ EReference getComponent5_RealmCode(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component5#getTypeId Type Id}'. * * * @return the meta object for the containment reference 'Type Id'. * @see org.openhealthtools.mdht.uml.cda.Component5#getTypeId() * @see #getComponent5() * @generated */ EReference getComponent5_TypeId(); /** * Returns the meta object for the containment reference list '{@link org.openhealthtools.mdht.uml.cda.Component5#getTemplateIds Template Id}'. * * * @return the meta object for the containment reference list 'Template Id'. * @see org.openhealthtools.mdht.uml.cda.Component5#getTemplateIds() * @see #getComponent5() * @generated */ EReference getComponent5_TemplateId(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.Component5#getSection Section}'. * * * @return the meta object for the containment reference 'Section'. * @see org.openhealthtools.mdht.uml.cda.Component5#getSection() * @see #getComponent5() * @generated */ EReference getComponent5_Section(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component5#getNullFlavor Null Flavor}'. * * * @return the meta object for the attribute 'Null Flavor'. * @see org.openhealthtools.mdht.uml.cda.Component5#getNullFlavor() * @see #getComponent5() * @generated */ EAttribute getComponent5_NullFlavor(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component5#getTypeCode Type Code}'. * * * @return the meta object for the attribute 'Type Code'. * @see org.openhealthtools.mdht.uml.cda.Component5#getTypeCode() * @see #getComponent5() * @generated */ EAttribute getComponent5_TypeCode(); /** * Returns the meta object for the attribute '{@link org.openhealthtools.mdht.uml.cda.Component5#getContextConductionInd Context Conduction Ind}'. * * * @return the meta object for the attribute 'Context Conduction Ind'. * @see org.openhealthtools.mdht.uml.cda.Component5#getContextConductionInd() * @see #getComponent5() * @generated */ EAttribute getComponent5_ContextConductionInd(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see org.openhealthtools.mdht.uml.cda.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see org.openhealthtools.mdht.uml.cda.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see org.openhealthtools.mdht.uml.cda.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see org.openhealthtools.mdht.uml.cda.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the containment reference '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getClinicalDocument Clinical Document}'. * * * @return the meta object for the containment reference 'Clinical Document'. * @see org.openhealthtools.mdht.uml.cda.DocumentRoot#getClinicalDocument() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ClinicalDocument(); /** * Returns the meta object for class '{@link org.openhealthtools.mdht.uml.cda.RegistryDelegate Registry Delegate}'. * * * @return the meta object for class 'Registry Delegate'. * @see org.openhealthtools.mdht.uml.cda.RegistryDelegate * @generated */ EClass getRegistryDelegate(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ CDAFactory getCDAFactory(); /** * * Defines literals for the meta objects that represent *
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @generated */ interface Literals { /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ClinicalDocumentImpl Clinical Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ClinicalDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getClinicalDocument() * @generated */ EClass CLINICAL_DOCUMENT = eINSTANCE.getClinicalDocument(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__REALM_CODE = eINSTANCE.getClinicalDocument_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__TYPE_ID = eINSTANCE.getClinicalDocument_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__TEMPLATE_ID = eINSTANCE.getClinicalDocument_TemplateId(); /** * The meta object literal for the 'Id' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__ID = eINSTANCE.getClinicalDocument_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__CODE = eINSTANCE.getClinicalDocument_Code(); /** * The meta object literal for the 'Title' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__TITLE = eINSTANCE.getClinicalDocument_Title(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__EFFECTIVE_TIME = eINSTANCE.getClinicalDocument_EffectiveTime(); /** * The meta object literal for the 'Confidentiality Code' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__CONFIDENTIALITY_CODE = eINSTANCE.getClinicalDocument_ConfidentialityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__LANGUAGE_CODE = eINSTANCE.getClinicalDocument_LanguageCode(); /** * The meta object literal for the 'Set Id' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__SET_ID = eINSTANCE.getClinicalDocument_SetId(); /** * The meta object literal for the 'Version Number' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__VERSION_NUMBER = eINSTANCE.getClinicalDocument_VersionNumber(); /** * The meta object literal for the 'Copy Time' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__COPY_TIME = eINSTANCE.getClinicalDocument_CopyTime(); /** * The meta object literal for the 'Record Target' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__RECORD_TARGET = eINSTANCE.getClinicalDocument_RecordTarget(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__AUTHOR = eINSTANCE.getClinicalDocument_Author(); /** * The meta object literal for the 'Data Enterer' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__DATA_ENTERER = eINSTANCE.getClinicalDocument_DataEnterer(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__INFORMANT = eINSTANCE.getClinicalDocument_Informant(); /** * The meta object literal for the 'Custodian' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__CUSTODIAN = eINSTANCE.getClinicalDocument_Custodian(); /** * The meta object literal for the 'Information Recipient' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__INFORMATION_RECIPIENT = eINSTANCE.getClinicalDocument_InformationRecipient(); /** * The meta object literal for the 'Legal Authenticator' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__LEGAL_AUTHENTICATOR = eINSTANCE.getClinicalDocument_LegalAuthenticator(); /** * The meta object literal for the 'Authenticator' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__AUTHENTICATOR = eINSTANCE.getClinicalDocument_Authenticator(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__PARTICIPANT = eINSTANCE.getClinicalDocument_Participant(); /** * The meta object literal for the 'In Fulfillment Of' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__IN_FULFILLMENT_OF = eINSTANCE.getClinicalDocument_InFulfillmentOf(); /** * The meta object literal for the 'Documentation Of' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__DOCUMENTATION_OF = eINSTANCE.getClinicalDocument_DocumentationOf(); /** * The meta object literal for the 'Related Document' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__RELATED_DOCUMENT = eINSTANCE.getClinicalDocument_RelatedDocument(); /** * The meta object literal for the 'Authorization' containment reference list feature. * * * @generated */ EReference CLINICAL_DOCUMENT__AUTHORIZATION = eINSTANCE.getClinicalDocument_Authorization(); /** * The meta object literal for the 'Component Of' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__COMPONENT_OF = eINSTANCE.getClinicalDocument_ComponentOf(); /** * The meta object literal for the 'Component' containment reference feature. * * * @generated */ EReference CLINICAL_DOCUMENT__COMPONENT = eINSTANCE.getClinicalDocument_Component(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CLINICAL_DOCUMENT__NULL_FLAVOR = eINSTANCE.getClinicalDocument_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute CLINICAL_DOCUMENT__CLASS_CODE = eINSTANCE.getClinicalDocument_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute CLINICAL_DOCUMENT__MOOD_CODE = eINSTANCE.getClinicalDocument_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.InfrastructureRootTypeIdImpl Infrastructure Root Type Id}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InfrastructureRootTypeIdImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInfrastructureRootTypeId() * @generated */ EClass INFRASTRUCTURE_ROOT_TYPE_ID = eINSTANCE.getInfrastructureRootTypeId(); /** * The meta object literal for the 'Redefined Root' attribute feature. * * * @generated */ EAttribute INFRASTRUCTURE_ROOT_TYPE_ID__REDEFINED_ROOT = eINSTANCE.getInfrastructureRootTypeId_RedefinedRoot(); /** * The meta object literal for the 'Redefined Extension' attribute feature. * * * @generated */ EAttribute INFRASTRUCTURE_ROOT_TYPE_ID__REDEFINED_EXTENSION = eINSTANCE.getInfrastructureRootTypeId_RedefinedExtension(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RecordTargetImpl Record Target}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RecordTargetImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRecordTarget() * @generated */ EClass RECORD_TARGET = eINSTANCE.getRecordTarget(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference RECORD_TARGET__REALM_CODE = eINSTANCE.getRecordTarget_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference RECORD_TARGET__TYPE_ID = eINSTANCE.getRecordTarget_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference RECORD_TARGET__TEMPLATE_ID = eINSTANCE.getRecordTarget_TemplateId(); /** * The meta object literal for the 'Patient Role' containment reference feature. * * * @generated */ EReference RECORD_TARGET__PATIENT_ROLE = eINSTANCE.getRecordTarget_PatientRole(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute RECORD_TARGET__NULL_FLAVOR = eINSTANCE.getRecordTarget_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute RECORD_TARGET__TYPE_CODE = eINSTANCE.getRecordTarget_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute RECORD_TARGET__CONTEXT_CONTROL_CODE = eINSTANCE.getRecordTarget_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PatientRoleImpl Patient Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PatientRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPatientRole() * @generated */ EClass PATIENT_ROLE = eINSTANCE.getPatientRole(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PATIENT_ROLE__REALM_CODE = eINSTANCE.getPatientRole_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PATIENT_ROLE__TYPE_ID = eINSTANCE.getPatientRole_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PATIENT_ROLE__TEMPLATE_ID = eINSTANCE.getPatientRole_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference PATIENT_ROLE__ID = eINSTANCE.getPatientRole_Id(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference PATIENT_ROLE__ADDR = eINSTANCE.getPatientRole_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference PATIENT_ROLE__TELECOM = eINSTANCE.getPatientRole_Telecom(); /** * The meta object literal for the 'Patient' containment reference feature. * * * @generated */ EReference PATIENT_ROLE__PATIENT = eINSTANCE.getPatientRole_Patient(); /** * The meta object literal for the 'Provider Organization' containment reference feature. * * * @generated */ EReference PATIENT_ROLE__PROVIDER_ORGANIZATION = eINSTANCE.getPatientRole_ProviderOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PATIENT_ROLE__NULL_FLAVOR = eINSTANCE.getPatientRole_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PATIENT_ROLE__CLASS_CODE = eINSTANCE.getPatientRole_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PatientImpl Patient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PatientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPatient() * @generated */ EClass PATIENT = eINSTANCE.getPatient(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PATIENT__REALM_CODE = eINSTANCE.getPatient_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PATIENT__TYPE_ID = eINSTANCE.getPatient_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PATIENT__TEMPLATE_ID = eINSTANCE.getPatient_TemplateId(); /** * The meta object literal for the 'Id' containment reference feature. * * * @generated */ EReference PATIENT__ID = eINSTANCE.getPatient_Id(); /** * The meta object literal for the 'Name' containment reference list feature. * * * @generated */ EReference PATIENT__NAME = eINSTANCE.getPatient_Name(); /** * The meta object literal for the 'Administrative Gender Code' containment reference feature. * * * @generated */ EReference PATIENT__ADMINISTRATIVE_GENDER_CODE = eINSTANCE.getPatient_AdministrativeGenderCode(); /** * The meta object literal for the 'Birth Time' containment reference feature. * * * @generated */ EReference PATIENT__BIRTH_TIME = eINSTANCE.getPatient_BirthTime(); /** * The meta object literal for the 'Marital Status Code' containment reference feature. * * * @generated */ EReference PATIENT__MARITAL_STATUS_CODE = eINSTANCE.getPatient_MaritalStatusCode(); /** * The meta object literal for the 'Religious Affiliation Code' containment reference feature. * * * @generated */ EReference PATIENT__RELIGIOUS_AFFILIATION_CODE = eINSTANCE.getPatient_ReligiousAffiliationCode(); /** * The meta object literal for the 'Race Code' containment reference feature. * * * @generated */ EReference PATIENT__RACE_CODE = eINSTANCE.getPatient_RaceCode(); /** * The meta object literal for the 'SDTC Race Code' containment reference list feature. * * * @generated */ EReference PATIENT__SDTC_RACE_CODE = eINSTANCE.getPatient_SDTCRaceCode(); /** * The meta object literal for the 'Ethnic Group Code' containment reference feature. * * * @generated */ EReference PATIENT__ETHNIC_GROUP_CODE = eINSTANCE.getPatient_EthnicGroupCode(); /** * The meta object literal for the 'Guardian' containment reference list feature. * * * @generated */ EReference PATIENT__GUARDIAN = eINSTANCE.getPatient_Guardian(); /** * The meta object literal for the 'Birthplace' containment reference feature. * * * @generated */ EReference PATIENT__BIRTHPLACE = eINSTANCE.getPatient_Birthplace(); /** * The meta object literal for the 'Language Communication' containment reference list feature. * * * @generated */ EReference PATIENT__LANGUAGE_COMMUNICATION = eINSTANCE.getPatient_LanguageCommunication(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PATIENT__NULL_FLAVOR = eINSTANCE.getPatient_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PATIENT__CLASS_CODE = eINSTANCE.getPatient_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute PATIENT__DETERMINER_CODE = eINSTANCE.getPatient_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.GuardianImpl Guardian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.GuardianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getGuardian() * @generated */ EClass GUARDIAN = eINSTANCE.getGuardian(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference GUARDIAN__REALM_CODE = eINSTANCE.getGuardian_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference GUARDIAN__TYPE_ID = eINSTANCE.getGuardian_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference GUARDIAN__TEMPLATE_ID = eINSTANCE.getGuardian_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference GUARDIAN__ID = eINSTANCE.getGuardian_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference GUARDIAN__CODE = eINSTANCE.getGuardian_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference GUARDIAN__ADDR = eINSTANCE.getGuardian_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference GUARDIAN__TELECOM = eINSTANCE.getGuardian_Telecom(); /** * The meta object literal for the 'Guardian Person' containment reference feature. * * * @generated */ EReference GUARDIAN__GUARDIAN_PERSON = eINSTANCE.getGuardian_GuardianPerson(); /** * The meta object literal for the 'Guardian Organization' containment reference feature. * * * @generated */ EReference GUARDIAN__GUARDIAN_ORGANIZATION = eINSTANCE.getGuardian_GuardianOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute GUARDIAN__NULL_FLAVOR = eINSTANCE.getGuardian_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute GUARDIAN__CLASS_CODE = eINSTANCE.getGuardian_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PersonImpl Person}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PersonImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerson() * @generated */ EClass PERSON = eINSTANCE.getPerson(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PERSON__REALM_CODE = eINSTANCE.getPerson_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PERSON__TYPE_ID = eINSTANCE.getPerson_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PERSON__TEMPLATE_ID = eINSTANCE.getPerson_TemplateId(); /** * The meta object literal for the 'Name' containment reference list feature. * * * @generated */ EReference PERSON__NAME = eINSTANCE.getPerson_Name(); /** * The meta object literal for the 'SDTC Birth Time' containment reference feature. * * * @generated */ EReference PERSON__SDTC_BIRTH_TIME = eINSTANCE.getPerson_SDTCBirthTime(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PERSON__NULL_FLAVOR = eINSTANCE.getPerson_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PERSON__CLASS_CODE = eINSTANCE.getPerson_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute PERSON__DETERMINER_CODE = eINSTANCE.getPerson_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizationImpl Organization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganization() * @generated */ EClass ORGANIZATION = eINSTANCE.getOrganization(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ORGANIZATION__REALM_CODE = eINSTANCE.getOrganization_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ORGANIZATION__TYPE_ID = eINSTANCE.getOrganization_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ORGANIZATION__TEMPLATE_ID = eINSTANCE.getOrganization_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ORGANIZATION__ID = eINSTANCE.getOrganization_Id(); /** * The meta object literal for the 'Name' containment reference list feature. * * * @generated */ EReference ORGANIZATION__NAME = eINSTANCE.getOrganization_Name(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference ORGANIZATION__TELECOM = eINSTANCE.getOrganization_Telecom(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference ORGANIZATION__ADDR = eINSTANCE.getOrganization_Addr(); /** * The meta object literal for the 'Standard Industry Class Code' containment reference feature. * * * @generated */ EReference ORGANIZATION__STANDARD_INDUSTRY_CLASS_CODE = eINSTANCE.getOrganization_StandardIndustryClassCode(); /** * The meta object literal for the 'As Organization Part Of' containment reference feature. * * * @generated */ EReference ORGANIZATION__AS_ORGANIZATION_PART_OF = eINSTANCE.getOrganization_AsOrganizationPartOf(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ORGANIZATION__NULL_FLAVOR = eINSTANCE.getOrganization_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ORGANIZATION__CLASS_CODE = eINSTANCE.getOrganization_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute ORGANIZATION__DETERMINER_CODE = eINSTANCE.getOrganization_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizationPartOfImpl Organization Part Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizationPartOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganizationPartOf() * @generated */ EClass ORGANIZATION_PART_OF = eINSTANCE.getOrganizationPartOf(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ORGANIZATION_PART_OF__REALM_CODE = eINSTANCE.getOrganizationPartOf_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ORGANIZATION_PART_OF__TYPE_ID = eINSTANCE.getOrganizationPartOf_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ORGANIZATION_PART_OF__TEMPLATE_ID = eINSTANCE.getOrganizationPartOf_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ORGANIZATION_PART_OF__ID = eINSTANCE.getOrganizationPartOf_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ORGANIZATION_PART_OF__CODE = eINSTANCE.getOrganizationPartOf_Code(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference ORGANIZATION_PART_OF__STATUS_CODE = eINSTANCE.getOrganizationPartOf_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference ORGANIZATION_PART_OF__EFFECTIVE_TIME = eINSTANCE.getOrganizationPartOf_EffectiveTime(); /** * The meta object literal for the 'Whole Organization' containment reference feature. * * * @generated */ EReference ORGANIZATION_PART_OF__WHOLE_ORGANIZATION = eINSTANCE.getOrganizationPartOf_WholeOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ORGANIZATION_PART_OF__NULL_FLAVOR = eINSTANCE.getOrganizationPartOf_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ORGANIZATION_PART_OF__CLASS_CODE = eINSTANCE.getOrganizationPartOf_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.BirthplaceImpl Birthplace}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.BirthplaceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getBirthplace() * @generated */ EClass BIRTHPLACE = eINSTANCE.getBirthplace(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference BIRTHPLACE__REALM_CODE = eINSTANCE.getBirthplace_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference BIRTHPLACE__TYPE_ID = eINSTANCE.getBirthplace_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference BIRTHPLACE__TEMPLATE_ID = eINSTANCE.getBirthplace_TemplateId(); /** * The meta object literal for the 'Place' containment reference feature. * * * @generated */ EReference BIRTHPLACE__PLACE = eINSTANCE.getBirthplace_Place(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute BIRTHPLACE__NULL_FLAVOR = eINSTANCE.getBirthplace_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute BIRTHPLACE__CLASS_CODE = eINSTANCE.getBirthplace_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PlaceImpl Place}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PlaceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPlace() * @generated */ EClass PLACE = eINSTANCE.getPlace(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PLACE__REALM_CODE = eINSTANCE.getPlace_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PLACE__TYPE_ID = eINSTANCE.getPlace_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PLACE__TEMPLATE_ID = eINSTANCE.getPlace_TemplateId(); /** * The meta object literal for the 'Name' containment reference feature. * * * @generated */ EReference PLACE__NAME = eINSTANCE.getPlace_Name(); /** * The meta object literal for the 'Addr' containment reference feature. * * * @generated */ EReference PLACE__ADDR = eINSTANCE.getPlace_Addr(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PLACE__NULL_FLAVOR = eINSTANCE.getPlace_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PLACE__CLASS_CODE = eINSTANCE.getPlace_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute PLACE__DETERMINER_CODE = eINSTANCE.getPlace_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.LanguageCommunicationImpl Language Communication}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LanguageCommunicationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLanguageCommunication() * @generated */ EClass LANGUAGE_COMMUNICATION = eINSTANCE.getLanguageCommunication(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__REALM_CODE = eINSTANCE.getLanguageCommunication_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__TYPE_ID = eINSTANCE.getLanguageCommunication_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__TEMPLATE_ID = eINSTANCE.getLanguageCommunication_TemplateId(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__LANGUAGE_CODE = eINSTANCE.getLanguageCommunication_LanguageCode(); /** * The meta object literal for the 'Mode Code' containment reference feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__MODE_CODE = eINSTANCE.getLanguageCommunication_ModeCode(); /** * The meta object literal for the 'Proficiency Level Code' containment reference feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__PROFICIENCY_LEVEL_CODE = eINSTANCE.getLanguageCommunication_ProficiencyLevelCode(); /** * The meta object literal for the 'Preference Ind' containment reference feature. * * * @generated */ EReference LANGUAGE_COMMUNICATION__PREFERENCE_IND = eINSTANCE.getLanguageCommunication_PreferenceInd(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute LANGUAGE_COMMUNICATION__NULL_FLAVOR = eINSTANCE.getLanguageCommunication_NullFlavor(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthorImpl Author}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthor() * @generated */ EClass AUTHOR = eINSTANCE.getAuthor(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference AUTHOR__REALM_CODE = eINSTANCE.getAuthor_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference AUTHOR__TYPE_ID = eINSTANCE.getAuthor_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference AUTHOR__TEMPLATE_ID = eINSTANCE.getAuthor_TemplateId(); /** * The meta object literal for the 'Function Code' containment reference feature. * * * @generated */ EReference AUTHOR__FUNCTION_CODE = eINSTANCE.getAuthor_FunctionCode(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference AUTHOR__TIME = eINSTANCE.getAuthor_Time(); /** * The meta object literal for the 'Assigned Author' containment reference feature. * * * @generated */ EReference AUTHOR__ASSIGNED_AUTHOR = eINSTANCE.getAuthor_AssignedAuthor(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute AUTHOR__NULL_FLAVOR = eINSTANCE.getAuthor_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute AUTHOR__TYPE_CODE = eINSTANCE.getAuthor_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute AUTHOR__CONTEXT_CONTROL_CODE = eINSTANCE.getAuthor_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedAuthorImpl Assigned Author}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedAuthorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedAuthor() * @generated */ EClass ASSIGNED_AUTHOR = eINSTANCE.getAssignedAuthor(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ASSIGNED_AUTHOR__REALM_CODE = eINSTANCE.getAssignedAuthor_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ASSIGNED_AUTHOR__TYPE_ID = eINSTANCE.getAssignedAuthor_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ASSIGNED_AUTHOR__TEMPLATE_ID = eINSTANCE.getAssignedAuthor_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ASSIGNED_AUTHOR__ID = eINSTANCE.getAssignedAuthor_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ASSIGNED_AUTHOR__CODE = eINSTANCE.getAssignedAuthor_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference ASSIGNED_AUTHOR__ADDR = eINSTANCE.getAssignedAuthor_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference ASSIGNED_AUTHOR__TELECOM = eINSTANCE.getAssignedAuthor_Telecom(); /** * The meta object literal for the 'Assigned Person' containment reference feature. * * * @generated */ EReference ASSIGNED_AUTHOR__ASSIGNED_PERSON = eINSTANCE.getAssignedAuthor_AssignedPerson(); /** * The meta object literal for the 'Assigned Authoring Device' containment reference feature. * * * @generated */ EReference ASSIGNED_AUTHOR__ASSIGNED_AUTHORING_DEVICE = eINSTANCE.getAssignedAuthor_AssignedAuthoringDevice(); /** * The meta object literal for the 'Represented Organization' containment reference feature. * * * @generated */ EReference ASSIGNED_AUTHOR__REPRESENTED_ORGANIZATION = eINSTANCE.getAssignedAuthor_RepresentedOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ASSIGNED_AUTHOR__NULL_FLAVOR = eINSTANCE.getAssignedAuthor_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ASSIGNED_AUTHOR__CLASS_CODE = eINSTANCE.getAssignedAuthor_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthoringDeviceImpl Authoring Device}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthoringDeviceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthoringDevice() * @generated */ EClass AUTHORING_DEVICE = eINSTANCE.getAuthoringDevice(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference AUTHORING_DEVICE__REALM_CODE = eINSTANCE.getAuthoringDevice_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference AUTHORING_DEVICE__TYPE_ID = eINSTANCE.getAuthoringDevice_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference AUTHORING_DEVICE__TEMPLATE_ID = eINSTANCE.getAuthoringDevice_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference AUTHORING_DEVICE__CODE = eINSTANCE.getAuthoringDevice_Code(); /** * The meta object literal for the 'Manufacturer Model Name' containment reference feature. * * * @generated */ EReference AUTHORING_DEVICE__MANUFACTURER_MODEL_NAME = eINSTANCE.getAuthoringDevice_ManufacturerModelName(); /** * The meta object literal for the 'Software Name' containment reference feature. * * * @generated */ EReference AUTHORING_DEVICE__SOFTWARE_NAME = eINSTANCE.getAuthoringDevice_SoftwareName(); /** * The meta object literal for the 'As Maintained Entity' containment reference list feature. * * * @generated */ EReference AUTHORING_DEVICE__AS_MAINTAINED_ENTITY = eINSTANCE.getAuthoringDevice_AsMaintainedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute AUTHORING_DEVICE__NULL_FLAVOR = eINSTANCE.getAuthoringDevice_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute AUTHORING_DEVICE__CLASS_CODE = eINSTANCE.getAuthoringDevice_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute AUTHORING_DEVICE__DETERMINER_CODE = eINSTANCE.getAuthoringDevice_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.MaintainedEntityImpl Maintained Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.MaintainedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getMaintainedEntity() * @generated */ EClass MAINTAINED_ENTITY = eINSTANCE.getMaintainedEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference MAINTAINED_ENTITY__REALM_CODE = eINSTANCE.getMaintainedEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference MAINTAINED_ENTITY__TYPE_ID = eINSTANCE.getMaintainedEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference MAINTAINED_ENTITY__TEMPLATE_ID = eINSTANCE.getMaintainedEntity_TemplateId(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference MAINTAINED_ENTITY__EFFECTIVE_TIME = eINSTANCE.getMaintainedEntity_EffectiveTime(); /** * The meta object literal for the 'Maintaining Person' containment reference feature. * * * @generated */ EReference MAINTAINED_ENTITY__MAINTAINING_PERSON = eINSTANCE.getMaintainedEntity_MaintainingPerson(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute MAINTAINED_ENTITY__NULL_FLAVOR = eINSTANCE.getMaintainedEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute MAINTAINED_ENTITY__CLASS_CODE = eINSTANCE.getMaintainedEntity_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.DataEntererImpl Data Enterer}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DataEntererImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDataEnterer() * @generated */ EClass DATA_ENTERER = eINSTANCE.getDataEnterer(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference DATA_ENTERER__REALM_CODE = eINSTANCE.getDataEnterer_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference DATA_ENTERER__TYPE_ID = eINSTANCE.getDataEnterer_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference DATA_ENTERER__TEMPLATE_ID = eINSTANCE.getDataEnterer_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference DATA_ENTERER__TIME = eINSTANCE.getDataEnterer_Time(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference DATA_ENTERER__ASSIGNED_ENTITY = eINSTANCE.getDataEnterer_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute DATA_ENTERER__NULL_FLAVOR = eINSTANCE.getDataEnterer_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute DATA_ENTERER__TYPE_CODE = eINSTANCE.getDataEnterer_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute DATA_ENTERER__CONTEXT_CONTROL_CODE = eINSTANCE.getDataEnterer_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedEntityImpl Assigned Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedEntity() * @generated */ EClass ASSIGNED_ENTITY = eINSTANCE.getAssignedEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__REALM_CODE = eINSTANCE.getAssignedEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ASSIGNED_ENTITY__TYPE_ID = eINSTANCE.getAssignedEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__TEMPLATE_ID = eINSTANCE.getAssignedEntity_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__ID = eINSTANCE.getAssignedEntity_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ASSIGNED_ENTITY__CODE = eINSTANCE.getAssignedEntity_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__ADDR = eINSTANCE.getAssignedEntity_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__TELECOM = eINSTANCE.getAssignedEntity_Telecom(); /** * The meta object literal for the 'SDTC Patient' containment reference feature. * * * @generated */ EReference ASSIGNED_ENTITY__SDTC_PATIENT = eINSTANCE.getAssignedEntity_SDTCPatient(); /** * The meta object literal for the 'Assigned Person' containment reference feature. * * * @generated */ EReference ASSIGNED_ENTITY__ASSIGNED_PERSON = eINSTANCE.getAssignedEntity_AssignedPerson(); /** * The meta object literal for the 'Represented Organization' containment reference list feature. * * * @generated */ EReference ASSIGNED_ENTITY__REPRESENTED_ORGANIZATION = eINSTANCE.getAssignedEntity_RepresentedOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ASSIGNED_ENTITY__NULL_FLAVOR = eINSTANCE.getAssignedEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ASSIGNED_ENTITY__CLASS_CODE = eINSTANCE.getAssignedEntity_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SDTCPatientImpl SDTC Patient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SDTCPatientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSDTCPatient() * @generated */ EClass SDTC_PATIENT = eINSTANCE.getSDTCPatient(); /** * The meta object literal for the 'Id' containment reference feature. * * * @generated */ EReference SDTC_PATIENT__ID = eINSTANCE.getSDTCPatient_Id(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Informant12Impl Informant12}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Informant12Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInformant12() * @generated */ EClass INFORMANT12 = eINSTANCE.getInformant12(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference INFORMANT12__REALM_CODE = eINSTANCE.getInformant12_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference INFORMANT12__TYPE_ID = eINSTANCE.getInformant12_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference INFORMANT12__TEMPLATE_ID = eINSTANCE.getInformant12_TemplateId(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference INFORMANT12__ASSIGNED_ENTITY = eINSTANCE.getInformant12_AssignedEntity(); /** * The meta object literal for the 'Related Entity' containment reference feature. * * * @generated */ EReference INFORMANT12__RELATED_ENTITY = eINSTANCE.getInformant12_RelatedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute INFORMANT12__NULL_FLAVOR = eINSTANCE.getInformant12_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute INFORMANT12__TYPE_CODE = eINSTANCE.getInformant12_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute INFORMANT12__CONTEXT_CONTROL_CODE = eINSTANCE.getInformant12_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedEntityImpl Related Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedEntity() * @generated */ EClass RELATED_ENTITY = eINSTANCE.getRelatedEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference RELATED_ENTITY__REALM_CODE = eINSTANCE.getRelatedEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference RELATED_ENTITY__TYPE_ID = eINSTANCE.getRelatedEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference RELATED_ENTITY__TEMPLATE_ID = eINSTANCE.getRelatedEntity_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference RELATED_ENTITY__CODE = eINSTANCE.getRelatedEntity_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference RELATED_ENTITY__ADDR = eINSTANCE.getRelatedEntity_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference RELATED_ENTITY__TELECOM = eINSTANCE.getRelatedEntity_Telecom(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference RELATED_ENTITY__EFFECTIVE_TIME = eINSTANCE.getRelatedEntity_EffectiveTime(); /** * The meta object literal for the 'SDTC Patient' containment reference feature. * * * @generated */ EReference RELATED_ENTITY__SDTC_PATIENT = eINSTANCE.getRelatedEntity_SDTCPatient(); /** * The meta object literal for the 'Related Person' containment reference feature. * * * @generated */ EReference RELATED_ENTITY__RELATED_PERSON = eINSTANCE.getRelatedEntity_RelatedPerson(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute RELATED_ENTITY__NULL_FLAVOR = eINSTANCE.getRelatedEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute RELATED_ENTITY__CLASS_CODE = eINSTANCE.getRelatedEntity_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.CustodianImpl Custodian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CustodianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCustodian() * @generated */ EClass CUSTODIAN = eINSTANCE.getCustodian(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CUSTODIAN__REALM_CODE = eINSTANCE.getCustodian_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CUSTODIAN__TYPE_ID = eINSTANCE.getCustodian_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CUSTODIAN__TEMPLATE_ID = eINSTANCE.getCustodian_TemplateId(); /** * The meta object literal for the 'Assigned Custodian' containment reference feature. * * * @generated */ EReference CUSTODIAN__ASSIGNED_CUSTODIAN = eINSTANCE.getCustodian_AssignedCustodian(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CUSTODIAN__NULL_FLAVOR = eINSTANCE.getCustodian_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute CUSTODIAN__TYPE_CODE = eINSTANCE.getCustodian_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssignedCustodianImpl Assigned Custodian}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssignedCustodianImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssignedCustodian() * @generated */ EClass ASSIGNED_CUSTODIAN = eINSTANCE.getAssignedCustodian(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ASSIGNED_CUSTODIAN__REALM_CODE = eINSTANCE.getAssignedCustodian_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ASSIGNED_CUSTODIAN__TYPE_ID = eINSTANCE.getAssignedCustodian_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ASSIGNED_CUSTODIAN__TEMPLATE_ID = eINSTANCE.getAssignedCustodian_TemplateId(); /** * The meta object literal for the 'Represented Custodian Organization' containment reference feature. * * * @generated */ EReference ASSIGNED_CUSTODIAN__REPRESENTED_CUSTODIAN_ORGANIZATION = eINSTANCE.getAssignedCustodian_RepresentedCustodianOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ASSIGNED_CUSTODIAN__NULL_FLAVOR = eINSTANCE.getAssignedCustodian_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ASSIGNED_CUSTODIAN__CLASS_CODE = eINSTANCE.getAssignedCustodian_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.CustodianOrganizationImpl Custodian Organization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CustodianOrganizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCustodianOrganization() * @generated */ EClass CUSTODIAN_ORGANIZATION = eINSTANCE.getCustodianOrganization(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__REALM_CODE = eINSTANCE.getCustodianOrganization_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__TYPE_ID = eINSTANCE.getCustodianOrganization_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__TEMPLATE_ID = eINSTANCE.getCustodianOrganization_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__ID = eINSTANCE.getCustodianOrganization_Id(); /** * The meta object literal for the 'Name' containment reference feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__NAME = eINSTANCE.getCustodianOrganization_Name(); /** * The meta object literal for the 'Telecom' containment reference feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__TELECOM = eINSTANCE.getCustodianOrganization_Telecom(); /** * The meta object literal for the 'Addr' containment reference feature. * * * @generated */ EReference CUSTODIAN_ORGANIZATION__ADDR = eINSTANCE.getCustodianOrganization_Addr(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CUSTODIAN_ORGANIZATION__NULL_FLAVOR = eINSTANCE.getCustodianOrganization_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute CUSTODIAN_ORGANIZATION__CLASS_CODE = eINSTANCE.getCustodianOrganization_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute CUSTODIAN_ORGANIZATION__DETERMINER_CODE = eINSTANCE.getCustodianOrganization_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.InformationRecipientImpl Information Recipient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InformationRecipientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInformationRecipient() * @generated */ EClass INFORMATION_RECIPIENT = eINSTANCE.getInformationRecipient(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference INFORMATION_RECIPIENT__REALM_CODE = eINSTANCE.getInformationRecipient_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference INFORMATION_RECIPIENT__TYPE_ID = eINSTANCE.getInformationRecipient_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference INFORMATION_RECIPIENT__TEMPLATE_ID = eINSTANCE.getInformationRecipient_TemplateId(); /** * The meta object literal for the 'Intended Recipient' containment reference feature. * * * @generated */ EReference INFORMATION_RECIPIENT__INTENDED_RECIPIENT = eINSTANCE.getInformationRecipient_IntendedRecipient(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute INFORMATION_RECIPIENT__NULL_FLAVOR = eINSTANCE.getInformationRecipient_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute INFORMATION_RECIPIENT__TYPE_CODE = eINSTANCE.getInformationRecipient_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.IntendedRecipientImpl Intended Recipient}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.IntendedRecipientImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getIntendedRecipient() * @generated */ EClass INTENDED_RECIPIENT = eINSTANCE.getIntendedRecipient(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference INTENDED_RECIPIENT__REALM_CODE = eINSTANCE.getIntendedRecipient_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference INTENDED_RECIPIENT__TYPE_ID = eINSTANCE.getIntendedRecipient_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference INTENDED_RECIPIENT__TEMPLATE_ID = eINSTANCE.getIntendedRecipient_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference INTENDED_RECIPIENT__ID = eINSTANCE.getIntendedRecipient_Id(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference INTENDED_RECIPIENT__ADDR = eINSTANCE.getIntendedRecipient_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference INTENDED_RECIPIENT__TELECOM = eINSTANCE.getIntendedRecipient_Telecom(); /** * The meta object literal for the 'Information Recipient' containment reference feature. * * * @generated */ EReference INTENDED_RECIPIENT__INFORMATION_RECIPIENT = eINSTANCE.getIntendedRecipient_InformationRecipient(); /** * The meta object literal for the 'Received Organization' containment reference feature. * * * @generated */ EReference INTENDED_RECIPIENT__RECEIVED_ORGANIZATION = eINSTANCE.getIntendedRecipient_ReceivedOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute INTENDED_RECIPIENT__NULL_FLAVOR = eINSTANCE.getIntendedRecipient_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute INTENDED_RECIPIENT__CLASS_CODE = eINSTANCE.getIntendedRecipient_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.LegalAuthenticatorImpl Legal Authenticator}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LegalAuthenticatorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLegalAuthenticator() * @generated */ EClass LEGAL_AUTHENTICATOR = eINSTANCE.getLegalAuthenticator(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__REALM_CODE = eINSTANCE.getLegalAuthenticator_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__TYPE_ID = eINSTANCE.getLegalAuthenticator_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__TEMPLATE_ID = eINSTANCE.getLegalAuthenticator_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__TIME = eINSTANCE.getLegalAuthenticator_Time(); /** * The meta object literal for the 'Signature Code' containment reference feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__SIGNATURE_CODE = eINSTANCE.getLegalAuthenticator_SignatureCode(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference LEGAL_AUTHENTICATOR__ASSIGNED_ENTITY = eINSTANCE.getLegalAuthenticator_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute LEGAL_AUTHENTICATOR__NULL_FLAVOR = eINSTANCE.getLegalAuthenticator_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute LEGAL_AUTHENTICATOR__TYPE_CODE = eINSTANCE.getLegalAuthenticator_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute LEGAL_AUTHENTICATOR__CONTEXT_CONTROL_CODE = eINSTANCE.getLegalAuthenticator_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthenticatorImpl Authenticator}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthenticatorImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthenticator() * @generated */ EClass AUTHENTICATOR = eINSTANCE.getAuthenticator(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference AUTHENTICATOR__REALM_CODE = eINSTANCE.getAuthenticator_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference AUTHENTICATOR__TYPE_ID = eINSTANCE.getAuthenticator_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference AUTHENTICATOR__TEMPLATE_ID = eINSTANCE.getAuthenticator_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference AUTHENTICATOR__TIME = eINSTANCE.getAuthenticator_Time(); /** * The meta object literal for the 'Signature Code' containment reference feature. * * * @generated */ EReference AUTHENTICATOR__SIGNATURE_CODE = eINSTANCE.getAuthenticator_SignatureCode(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference AUTHENTICATOR__ASSIGNED_ENTITY = eINSTANCE.getAuthenticator_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute AUTHENTICATOR__NULL_FLAVOR = eINSTANCE.getAuthenticator_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute AUTHENTICATOR__TYPE_CODE = eINSTANCE.getAuthenticator_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Participant1Impl Participant1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Participant1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipant1() * @generated */ EClass PARTICIPANT1 = eINSTANCE.getParticipant1(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PARTICIPANT1__REALM_CODE = eINSTANCE.getParticipant1_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PARTICIPANT1__TYPE_ID = eINSTANCE.getParticipant1_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PARTICIPANT1__TEMPLATE_ID = eINSTANCE.getParticipant1_TemplateId(); /** * The meta object literal for the 'Function Code' containment reference feature. * * * @generated */ EReference PARTICIPANT1__FUNCTION_CODE = eINSTANCE.getParticipant1_FunctionCode(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference PARTICIPANT1__TIME = eINSTANCE.getParticipant1_Time(); /** * The meta object literal for the 'Associated Entity' containment reference feature. * * * @generated */ EReference PARTICIPANT1__ASSOCIATED_ENTITY = eINSTANCE.getParticipant1_AssociatedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PARTICIPANT1__NULL_FLAVOR = eINSTANCE.getParticipant1_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PARTICIPANT1__TYPE_CODE = eINSTANCE.getParticipant1_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute PARTICIPANT1__CONTEXT_CONTROL_CODE = eINSTANCE.getParticipant1_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AssociatedEntityImpl Associated Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AssociatedEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAssociatedEntity() * @generated */ EClass ASSOCIATED_ENTITY = eINSTANCE.getAssociatedEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ASSOCIATED_ENTITY__REALM_CODE = eINSTANCE.getAssociatedEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ASSOCIATED_ENTITY__TYPE_ID = eINSTANCE.getAssociatedEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ASSOCIATED_ENTITY__TEMPLATE_ID = eINSTANCE.getAssociatedEntity_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ASSOCIATED_ENTITY__ID = eINSTANCE.getAssociatedEntity_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ASSOCIATED_ENTITY__CODE = eINSTANCE.getAssociatedEntity_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference ASSOCIATED_ENTITY__ADDR = eINSTANCE.getAssociatedEntity_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference ASSOCIATED_ENTITY__TELECOM = eINSTANCE.getAssociatedEntity_Telecom(); /** * The meta object literal for the 'SDTC Patient' containment reference feature. * * * @generated */ EReference ASSOCIATED_ENTITY__SDTC_PATIENT = eINSTANCE.getAssociatedEntity_SDTCPatient(); /** * The meta object literal for the 'Associated Person' containment reference feature. * * * @generated */ EReference ASSOCIATED_ENTITY__ASSOCIATED_PERSON = eINSTANCE.getAssociatedEntity_AssociatedPerson(); /** * The meta object literal for the 'Scoping Organization' containment reference feature. * * * @generated */ EReference ASSOCIATED_ENTITY__SCOPING_ORGANIZATION = eINSTANCE.getAssociatedEntity_ScopingOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ASSOCIATED_ENTITY__NULL_FLAVOR = eINSTANCE.getAssociatedEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ASSOCIATED_ENTITY__CLASS_CODE = eINSTANCE.getAssociatedEntity_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.InFulfillmentOfImpl In Fulfillment Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.InFulfillmentOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getInFulfillmentOf() * @generated */ EClass IN_FULFILLMENT_OF = eINSTANCE.getInFulfillmentOf(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference IN_FULFILLMENT_OF__REALM_CODE = eINSTANCE.getInFulfillmentOf_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference IN_FULFILLMENT_OF__TYPE_ID = eINSTANCE.getInFulfillmentOf_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference IN_FULFILLMENT_OF__TEMPLATE_ID = eINSTANCE.getInFulfillmentOf_TemplateId(); /** * The meta object literal for the 'Order' containment reference feature. * * * @generated */ EReference IN_FULFILLMENT_OF__ORDER = eINSTANCE.getInFulfillmentOf_Order(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute IN_FULFILLMENT_OF__NULL_FLAVOR = eINSTANCE.getInFulfillmentOf_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute IN_FULFILLMENT_OF__TYPE_CODE = eINSTANCE.getInFulfillmentOf_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrderImpl Order}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrderImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrder() * @generated */ EClass ORDER = eINSTANCE.getOrder(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ORDER__REALM_CODE = eINSTANCE.getOrder_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ORDER__TYPE_ID = eINSTANCE.getOrder_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ORDER__TEMPLATE_ID = eINSTANCE.getOrder_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ORDER__ID = eINSTANCE.getOrder_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ORDER__CODE = eINSTANCE.getOrder_Code(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference ORDER__PRIORITY_CODE = eINSTANCE.getOrder_PriorityCode(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ORDER__NULL_FLAVOR = eINSTANCE.getOrder_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ORDER__CLASS_CODE = eINSTANCE.getOrder_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute ORDER__MOOD_CODE = eINSTANCE.getOrder_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.DocumentationOfImpl Documentation Of}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DocumentationOfImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDocumentationOf() * @generated */ EClass DOCUMENTATION_OF = eINSTANCE.getDocumentationOf(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference DOCUMENTATION_OF__REALM_CODE = eINSTANCE.getDocumentationOf_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference DOCUMENTATION_OF__TYPE_ID = eINSTANCE.getDocumentationOf_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference DOCUMENTATION_OF__TEMPLATE_ID = eINSTANCE.getDocumentationOf_TemplateId(); /** * The meta object literal for the 'Service Event' containment reference feature. * * * @generated */ EReference DOCUMENTATION_OF__SERVICE_EVENT = eINSTANCE.getDocumentationOf_ServiceEvent(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute DOCUMENTATION_OF__NULL_FLAVOR = eINSTANCE.getDocumentationOf_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute DOCUMENTATION_OF__TYPE_CODE = eINSTANCE.getDocumentationOf_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ServiceEventImpl Service Event}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ServiceEventImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getServiceEvent() * @generated */ EClass SERVICE_EVENT = eINSTANCE.getServiceEvent(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SERVICE_EVENT__REALM_CODE = eINSTANCE.getServiceEvent_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SERVICE_EVENT__TYPE_ID = eINSTANCE.getServiceEvent_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SERVICE_EVENT__TEMPLATE_ID = eINSTANCE.getServiceEvent_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference SERVICE_EVENT__ID = eINSTANCE.getServiceEvent_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference SERVICE_EVENT__CODE = eINSTANCE.getServiceEvent_Code(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference SERVICE_EVENT__EFFECTIVE_TIME = eINSTANCE.getServiceEvent_EffectiveTime(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference SERVICE_EVENT__PERFORMER = eINSTANCE.getServiceEvent_Performer(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SERVICE_EVENT__NULL_FLAVOR = eINSTANCE.getServiceEvent_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SERVICE_EVENT__CLASS_CODE = eINSTANCE.getServiceEvent_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute SERVICE_EVENT__MOOD_CODE = eINSTANCE.getServiceEvent_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Performer1Impl Performer1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Performer1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerformer1() * @generated */ EClass PERFORMER1 = eINSTANCE.getPerformer1(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PERFORMER1__REALM_CODE = eINSTANCE.getPerformer1_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PERFORMER1__TYPE_ID = eINSTANCE.getPerformer1_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PERFORMER1__TEMPLATE_ID = eINSTANCE.getPerformer1_TemplateId(); /** * The meta object literal for the 'Function Code' containment reference feature. * * * @generated */ EReference PERFORMER1__FUNCTION_CODE = eINSTANCE.getPerformer1_FunctionCode(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference PERFORMER1__TIME = eINSTANCE.getPerformer1_Time(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference PERFORMER1__ASSIGNED_ENTITY = eINSTANCE.getPerformer1_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PERFORMER1__NULL_FLAVOR = eINSTANCE.getPerformer1_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PERFORMER1__TYPE_CODE = eINSTANCE.getPerformer1_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedDocumentImpl Related Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedDocument() * @generated */ EClass RELATED_DOCUMENT = eINSTANCE.getRelatedDocument(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference RELATED_DOCUMENT__REALM_CODE = eINSTANCE.getRelatedDocument_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference RELATED_DOCUMENT__TYPE_ID = eINSTANCE.getRelatedDocument_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference RELATED_DOCUMENT__TEMPLATE_ID = eINSTANCE.getRelatedDocument_TemplateId(); /** * The meta object literal for the 'Parent Document' containment reference feature. * * * @generated */ EReference RELATED_DOCUMENT__PARENT_DOCUMENT = eINSTANCE.getRelatedDocument_ParentDocument(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute RELATED_DOCUMENT__NULL_FLAVOR = eINSTANCE.getRelatedDocument_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute RELATED_DOCUMENT__TYPE_CODE = eINSTANCE.getRelatedDocument_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ParentDocumentImpl Parent Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ParentDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParentDocument() * @generated */ EClass PARENT_DOCUMENT = eINSTANCE.getParentDocument(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PARENT_DOCUMENT__REALM_CODE = eINSTANCE.getParentDocument_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PARENT_DOCUMENT__TYPE_ID = eINSTANCE.getParentDocument_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PARENT_DOCUMENT__TEMPLATE_ID = eINSTANCE.getParentDocument_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference PARENT_DOCUMENT__ID = eINSTANCE.getParentDocument_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference PARENT_DOCUMENT__CODE = eINSTANCE.getParentDocument_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference PARENT_DOCUMENT__TEXT = eINSTANCE.getParentDocument_Text(); /** * The meta object literal for the 'Set Id' containment reference feature. * * * @generated */ EReference PARENT_DOCUMENT__SET_ID = eINSTANCE.getParentDocument_SetId(); /** * The meta object literal for the 'Version Number' containment reference feature. * * * @generated */ EReference PARENT_DOCUMENT__VERSION_NUMBER = eINSTANCE.getParentDocument_VersionNumber(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PARENT_DOCUMENT__NULL_FLAVOR = eINSTANCE.getParentDocument_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PARENT_DOCUMENT__CLASS_CODE = eINSTANCE.getParentDocument_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute PARENT_DOCUMENT__MOOD_CODE = eINSTANCE.getParentDocument_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.AuthorizationImpl Authorization}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.AuthorizationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAuthorization() * @generated */ EClass AUTHORIZATION = eINSTANCE.getAuthorization(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference AUTHORIZATION__REALM_CODE = eINSTANCE.getAuthorization_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference AUTHORIZATION__TYPE_ID = eINSTANCE.getAuthorization_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference AUTHORIZATION__TEMPLATE_ID = eINSTANCE.getAuthorization_TemplateId(); /** * The meta object literal for the 'Consent' containment reference feature. * * * @generated */ EReference AUTHORIZATION__CONSENT = eINSTANCE.getAuthorization_Consent(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute AUTHORIZATION__NULL_FLAVOR = eINSTANCE.getAuthorization_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute AUTHORIZATION__TYPE_CODE = eINSTANCE.getAuthorization_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ConsentImpl Consent}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ConsentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getConsent() * @generated */ EClass CONSENT = eINSTANCE.getConsent(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CONSENT__REALM_CODE = eINSTANCE.getConsent_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CONSENT__TYPE_ID = eINSTANCE.getConsent_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CONSENT__TEMPLATE_ID = eINSTANCE.getConsent_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference CONSENT__ID = eINSTANCE.getConsent_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference CONSENT__CODE = eINSTANCE.getConsent_Code(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference CONSENT__STATUS_CODE = eINSTANCE.getConsent_StatusCode(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CONSENT__NULL_FLAVOR = eINSTANCE.getConsent_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute CONSENT__CLASS_CODE = eINSTANCE.getConsent_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute CONSENT__MOOD_CODE = eINSTANCE.getConsent_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component1Impl Component1}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component1Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent1() * @generated */ EClass COMPONENT1 = eINSTANCE.getComponent1(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference COMPONENT1__REALM_CODE = eINSTANCE.getComponent1_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference COMPONENT1__TYPE_ID = eINSTANCE.getComponent1_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference COMPONENT1__TEMPLATE_ID = eINSTANCE.getComponent1_TemplateId(); /** * The meta object literal for the 'Encompassing Encounter' containment reference feature. * * * @generated */ EReference COMPONENT1__ENCOMPASSING_ENCOUNTER = eINSTANCE.getComponent1_EncompassingEncounter(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute COMPONENT1__NULL_FLAVOR = eINSTANCE.getComponent1_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute COMPONENT1__TYPE_CODE = eINSTANCE.getComponent1_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncompassingEncounterImpl Encompassing Encounter}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncompassingEncounterImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncompassingEncounter() * @generated */ EClass ENCOMPASSING_ENCOUNTER = eINSTANCE.getEncompassingEncounter(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__REALM_CODE = eINSTANCE.getEncompassingEncounter_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__TYPE_ID = eINSTANCE.getEncompassingEncounter_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__TEMPLATE_ID = eINSTANCE.getEncompassingEncounter_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__ID = eINSTANCE.getEncompassingEncounter_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__CODE = eINSTANCE.getEncompassingEncounter_Code(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__EFFECTIVE_TIME = eINSTANCE.getEncompassingEncounter_EffectiveTime(); /** * The meta object literal for the 'Discharge Disposition Code' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__DISCHARGE_DISPOSITION_CODE = eINSTANCE.getEncompassingEncounter_DischargeDispositionCode(); /** * The meta object literal for the 'Responsible Party' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__RESPONSIBLE_PARTY = eINSTANCE.getEncompassingEncounter_ResponsibleParty(); /** * The meta object literal for the 'Encounter Participant' containment reference list feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__ENCOUNTER_PARTICIPANT = eINSTANCE.getEncompassingEncounter_EncounterParticipant(); /** * The meta object literal for the 'Location' containment reference feature. * * * @generated */ EReference ENCOMPASSING_ENCOUNTER__LOCATION = eINSTANCE.getEncompassingEncounter_Location(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENCOMPASSING_ENCOUNTER__NULL_FLAVOR = eINSTANCE.getEncompassingEncounter_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ENCOMPASSING_ENCOUNTER__CLASS_CODE = eINSTANCE.getEncompassingEncounter_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute ENCOMPASSING_ENCOUNTER__MOOD_CODE = eINSTANCE.getEncompassingEncounter_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ResponsiblePartyImpl Responsible Party}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ResponsiblePartyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getResponsibleParty() * @generated */ EClass RESPONSIBLE_PARTY = eINSTANCE.getResponsibleParty(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference RESPONSIBLE_PARTY__REALM_CODE = eINSTANCE.getResponsibleParty_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference RESPONSIBLE_PARTY__TYPE_ID = eINSTANCE.getResponsibleParty_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference RESPONSIBLE_PARTY__TEMPLATE_ID = eINSTANCE.getResponsibleParty_TemplateId(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference RESPONSIBLE_PARTY__ASSIGNED_ENTITY = eINSTANCE.getResponsibleParty_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute RESPONSIBLE_PARTY__NULL_FLAVOR = eINSTANCE.getResponsibleParty_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute RESPONSIBLE_PARTY__TYPE_CODE = eINSTANCE.getResponsibleParty_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncounterParticipantImpl Encounter Participant}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncounterParticipantImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncounterParticipant() * @generated */ EClass ENCOUNTER_PARTICIPANT = eINSTANCE.getEncounterParticipant(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENCOUNTER_PARTICIPANT__REALM_CODE = eINSTANCE.getEncounterParticipant_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENCOUNTER_PARTICIPANT__TYPE_ID = eINSTANCE.getEncounterParticipant_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENCOUNTER_PARTICIPANT__TEMPLATE_ID = eINSTANCE.getEncounterParticipant_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference ENCOUNTER_PARTICIPANT__TIME = eINSTANCE.getEncounterParticipant_Time(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference ENCOUNTER_PARTICIPANT__ASSIGNED_ENTITY = eINSTANCE.getEncounterParticipant_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENCOUNTER_PARTICIPANT__NULL_FLAVOR = eINSTANCE.getEncounterParticipant_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute ENCOUNTER_PARTICIPANT__TYPE_CODE = eINSTANCE.getEncounterParticipant_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.LocationImpl Location}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LocationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLocation() * @generated */ EClass LOCATION = eINSTANCE.getLocation(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference LOCATION__REALM_CODE = eINSTANCE.getLocation_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference LOCATION__TYPE_ID = eINSTANCE.getLocation_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference LOCATION__TEMPLATE_ID = eINSTANCE.getLocation_TemplateId(); /** * The meta object literal for the 'Health Care Facility' containment reference feature. * * * @generated */ EReference LOCATION__HEALTH_CARE_FACILITY = eINSTANCE.getLocation_HealthCareFacility(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute LOCATION__NULL_FLAVOR = eINSTANCE.getLocation_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute LOCATION__TYPE_CODE = eINSTANCE.getLocation_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.HealthCareFacilityImpl Health Care Facility}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.HealthCareFacilityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getHealthCareFacility() * @generated */ EClass HEALTH_CARE_FACILITY = eINSTANCE.getHealthCareFacility(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__REALM_CODE = eINSTANCE.getHealthCareFacility_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__TYPE_ID = eINSTANCE.getHealthCareFacility_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__TEMPLATE_ID = eINSTANCE.getHealthCareFacility_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__ID = eINSTANCE.getHealthCareFacility_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__CODE = eINSTANCE.getHealthCareFacility_Code(); /** * The meta object literal for the 'Location' containment reference feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__LOCATION = eINSTANCE.getHealthCareFacility_Location(); /** * The meta object literal for the 'Service Provider Organization' containment reference feature. * * * @generated */ EReference HEALTH_CARE_FACILITY__SERVICE_PROVIDER_ORGANIZATION = eINSTANCE.getHealthCareFacility_ServiceProviderOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute HEALTH_CARE_FACILITY__NULL_FLAVOR = eINSTANCE.getHealthCareFacility_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute HEALTH_CARE_FACILITY__CLASS_CODE = eINSTANCE.getHealthCareFacility_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component2Impl Component2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent2() * @generated */ EClass COMPONENT2 = eINSTANCE.getComponent2(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference COMPONENT2__REALM_CODE = eINSTANCE.getComponent2_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference COMPONENT2__TYPE_ID = eINSTANCE.getComponent2_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference COMPONENT2__TEMPLATE_ID = eINSTANCE.getComponent2_TemplateId(); /** * The meta object literal for the 'Non XML Body' containment reference feature. * * * @generated */ EReference COMPONENT2__NON_XML_BODY = eINSTANCE.getComponent2_NonXMLBody(); /** * The meta object literal for the 'Structured Body' containment reference feature. * * * @generated */ EReference COMPONENT2__STRUCTURED_BODY = eINSTANCE.getComponent2_StructuredBody(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute COMPONENT2__NULL_FLAVOR = eINSTANCE.getComponent2_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute COMPONENT2__TYPE_CODE = eINSTANCE.getComponent2_TypeCode(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute COMPONENT2__CONTEXT_CONDUCTION_IND = eINSTANCE.getComponent2_ContextConductionInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.NonXMLBodyImpl Non XML Body}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.NonXMLBodyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getNonXMLBody() * @generated */ EClass NON_XML_BODY = eINSTANCE.getNonXMLBody(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference NON_XML_BODY__REALM_CODE = eINSTANCE.getNonXMLBody_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference NON_XML_BODY__TYPE_ID = eINSTANCE.getNonXMLBody_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference NON_XML_BODY__TEMPLATE_ID = eINSTANCE.getNonXMLBody_TemplateId(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference NON_XML_BODY__TEXT = eINSTANCE.getNonXMLBody_Text(); /** * The meta object literal for the 'Confidentiality Code' containment reference feature. * * * @generated */ EReference NON_XML_BODY__CONFIDENTIALITY_CODE = eINSTANCE.getNonXMLBody_ConfidentialityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference NON_XML_BODY__LANGUAGE_CODE = eINSTANCE.getNonXMLBody_LanguageCode(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute NON_XML_BODY__NULL_FLAVOR = eINSTANCE.getNonXMLBody_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute NON_XML_BODY__CLASS_CODE = eINSTANCE.getNonXMLBody_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute NON_XML_BODY__MOOD_CODE = eINSTANCE.getNonXMLBody_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.StructuredBodyImpl Structured Body}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.StructuredBodyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getStructuredBody() * @generated */ EClass STRUCTURED_BODY = eINSTANCE.getStructuredBody(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference STRUCTURED_BODY__REALM_CODE = eINSTANCE.getStructuredBody_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference STRUCTURED_BODY__TYPE_ID = eINSTANCE.getStructuredBody_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference STRUCTURED_BODY__TEMPLATE_ID = eINSTANCE.getStructuredBody_TemplateId(); /** * The meta object literal for the 'Confidentiality Code' containment reference feature. * * * @generated */ EReference STRUCTURED_BODY__CONFIDENTIALITY_CODE = eINSTANCE.getStructuredBody_ConfidentialityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference STRUCTURED_BODY__LANGUAGE_CODE = eINSTANCE.getStructuredBody_LanguageCode(); /** * The meta object literal for the 'Component' containment reference list feature. * * * @generated */ EReference STRUCTURED_BODY__COMPONENT = eINSTANCE.getStructuredBody_Component(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute STRUCTURED_BODY__NULL_FLAVOR = eINSTANCE.getStructuredBody_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute STRUCTURED_BODY__CLASS_CODE = eINSTANCE.getStructuredBody_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute STRUCTURED_BODY__MOOD_CODE = eINSTANCE.getStructuredBody_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component3Impl Component3}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component3Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent3() * @generated */ EClass COMPONENT3 = eINSTANCE.getComponent3(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference COMPONENT3__REALM_CODE = eINSTANCE.getComponent3_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference COMPONENT3__TYPE_ID = eINSTANCE.getComponent3_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference COMPONENT3__TEMPLATE_ID = eINSTANCE.getComponent3_TemplateId(); /** * The meta object literal for the 'Section' containment reference feature. * * * @generated */ EReference COMPONENT3__SECTION = eINSTANCE.getComponent3_Section(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute COMPONENT3__NULL_FLAVOR = eINSTANCE.getComponent3_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute COMPONENT3__TYPE_CODE = eINSTANCE.getComponent3_TypeCode(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute COMPONENT3__CONTEXT_CONDUCTION_IND = eINSTANCE.getComponent3_ContextConductionInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SectionImpl Section}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SectionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSection() * @generated */ EClass SECTION = eINSTANCE.getSection(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SECTION__REALM_CODE = eINSTANCE.getSection_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SECTION__TYPE_ID = eINSTANCE.getSection_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SECTION__TEMPLATE_ID = eINSTANCE.getSection_TemplateId(); /** * The meta object literal for the 'Id' containment reference feature. * * * @generated */ EReference SECTION__ID = eINSTANCE.getSection_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference SECTION__CODE = eINSTANCE.getSection_Code(); /** * The meta object literal for the 'Title' containment reference feature. * * * @generated */ EReference SECTION__TITLE = eINSTANCE.getSection_Title(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference SECTION__TEXT = eINSTANCE.getSection_Text(); /** * The meta object literal for the 'Confidentiality Code' containment reference feature. * * * @generated */ EReference SECTION__CONFIDENTIALITY_CODE = eINSTANCE.getSection_ConfidentialityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference SECTION__LANGUAGE_CODE = eINSTANCE.getSection_LanguageCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference SECTION__SUBJECT = eINSTANCE.getSection_Subject(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference SECTION__AUTHOR = eINSTANCE.getSection_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference SECTION__INFORMANT = eINSTANCE.getSection_Informant(); /** * The meta object literal for the 'Entry' containment reference list feature. * * * @generated */ EReference SECTION__ENTRY = eINSTANCE.getSection_Entry(); /** * The meta object literal for the 'Component' containment reference list feature. * * * @generated */ EReference SECTION__COMPONENT = eINSTANCE.getSection_Component(); /** * The meta object literal for the 'Section Id' attribute feature. * * * @generated */ EAttribute SECTION__SECTION_ID = eINSTANCE.getSection_SectionId(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SECTION__NULL_FLAVOR = eINSTANCE.getSection_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SECTION__CLASS_CODE = eINSTANCE.getSection_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute SECTION__MOOD_CODE = eINSTANCE.getSection_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.StrucDocTextImpl Struc Doc Text}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.StrucDocTextImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getStrucDocText() * @generated */ EClass STRUC_DOC_TEXT = eINSTANCE.getStrucDocText(); /** * The meta object literal for the 'Mixed' attribute list feature. * * * @generated */ EAttribute STRUC_DOC_TEXT__MIXED = eINSTANCE.getStrucDocText_Mixed(); /** * The meta object literal for the 'Any' attribute list feature. * * * @generated */ EAttribute STRUC_DOC_TEXT__ANY = eINSTANCE.getStrucDocText_Any(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubjectImpl Subject}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubjectImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubject() * @generated */ EClass SUBJECT = eINSTANCE.getSubject(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SUBJECT__REALM_CODE = eINSTANCE.getSubject_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SUBJECT__TYPE_ID = eINSTANCE.getSubject_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SUBJECT__TEMPLATE_ID = eINSTANCE.getSubject_TemplateId(); /** * The meta object literal for the 'Awareness Code' containment reference feature. * * * @generated */ EReference SUBJECT__AWARENESS_CODE = eINSTANCE.getSubject_AwarenessCode(); /** * The meta object literal for the 'Related Subject' containment reference feature. * * * @generated */ EReference SUBJECT__RELATED_SUBJECT = eINSTANCE.getSubject_RelatedSubject(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SUBJECT__NULL_FLAVOR = eINSTANCE.getSubject_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute SUBJECT__TYPE_CODE = eINSTANCE.getSubject_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute SUBJECT__CONTEXT_CONTROL_CODE = eINSTANCE.getSubject_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RelatedSubjectImpl Related Subject}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RelatedSubjectImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRelatedSubject() * @generated */ EClass RELATED_SUBJECT = eINSTANCE.getRelatedSubject(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference RELATED_SUBJECT__REALM_CODE = eINSTANCE.getRelatedSubject_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference RELATED_SUBJECT__TYPE_ID = eINSTANCE.getRelatedSubject_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference RELATED_SUBJECT__TEMPLATE_ID = eINSTANCE.getRelatedSubject_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference RELATED_SUBJECT__CODE = eINSTANCE.getRelatedSubject_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference RELATED_SUBJECT__ADDR = eINSTANCE.getRelatedSubject_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference RELATED_SUBJECT__TELECOM = eINSTANCE.getRelatedSubject_Telecom(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference RELATED_SUBJECT__SUBJECT = eINSTANCE.getRelatedSubject_Subject(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute RELATED_SUBJECT__NULL_FLAVOR = eINSTANCE.getRelatedSubject_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute RELATED_SUBJECT__CLASS_CODE = eINSTANCE.getRelatedSubject_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubjectPersonImpl Subject Person}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubjectPersonImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubjectPerson() * @generated */ EClass SUBJECT_PERSON = eINSTANCE.getSubjectPerson(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SUBJECT_PERSON__REALM_CODE = eINSTANCE.getSubjectPerson_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SUBJECT_PERSON__TYPE_ID = eINSTANCE.getSubjectPerson_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SUBJECT_PERSON__TEMPLATE_ID = eINSTANCE.getSubjectPerson_TemplateId(); /** * The meta object literal for the 'SDTC Id' containment reference list feature. * * * @generated */ EReference SUBJECT_PERSON__SDTC_ID = eINSTANCE.getSubjectPerson_SDTCId(); /** * The meta object literal for the 'Name' containment reference list feature. * * * @generated */ EReference SUBJECT_PERSON__NAME = eINSTANCE.getSubjectPerson_Name(); /** * The meta object literal for the 'Administrative Gender Code' containment reference feature. * * * @generated */ EReference SUBJECT_PERSON__ADMINISTRATIVE_GENDER_CODE = eINSTANCE.getSubjectPerson_AdministrativeGenderCode(); /** * The meta object literal for the 'Birth Time' containment reference feature. * * * @generated */ EReference SUBJECT_PERSON__BIRTH_TIME = eINSTANCE.getSubjectPerson_BirthTime(); /** * The meta object literal for the 'SDTC Deceased Ind' containment reference feature. * * * @generated */ EReference SUBJECT_PERSON__SDTC_DECEASED_IND = eINSTANCE.getSubjectPerson_SDTCDeceasedInd(); /** * The meta object literal for the 'SDTC Deceased Time' containment reference feature. * * * @generated */ EReference SUBJECT_PERSON__SDTC_DECEASED_TIME = eINSTANCE.getSubjectPerson_SDTCDeceasedTime(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SUBJECT_PERSON__NULL_FLAVOR = eINSTANCE.getSubjectPerson_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SUBJECT_PERSON__CLASS_CODE = eINSTANCE.getSubjectPerson_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute SUBJECT_PERSON__DETERMINER_CODE = eINSTANCE.getSubjectPerson_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntryImpl Entry}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntryImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntry() * @generated */ EClass ENTRY = eINSTANCE.getEntry(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENTRY__REALM_CODE = eINSTANCE.getEntry_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENTRY__TYPE_ID = eINSTANCE.getEntry_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENTRY__TEMPLATE_ID = eINSTANCE.getEntry_TemplateId(); /** * The meta object literal for the 'Act' containment reference feature. * * * @generated */ EReference ENTRY__ACT = eINSTANCE.getEntry_Act(); /** * The meta object literal for the 'Encounter' containment reference feature. * * * @generated */ EReference ENTRY__ENCOUNTER = eINSTANCE.getEntry_Encounter(); /** * The meta object literal for the 'Observation' containment reference feature. * * * @generated */ EReference ENTRY__OBSERVATION = eINSTANCE.getEntry_Observation(); /** * The meta object literal for the 'Observation Media' containment reference feature. * * * @generated */ EReference ENTRY__OBSERVATION_MEDIA = eINSTANCE.getEntry_ObservationMedia(); /** * The meta object literal for the 'Organizer' containment reference feature. * * * @generated */ EReference ENTRY__ORGANIZER = eINSTANCE.getEntry_Organizer(); /** * The meta object literal for the 'Procedure' containment reference feature. * * * @generated */ EReference ENTRY__PROCEDURE = eINSTANCE.getEntry_Procedure(); /** * The meta object literal for the 'Region Of Interest' containment reference feature. * * * @generated */ EReference ENTRY__REGION_OF_INTEREST = eINSTANCE.getEntry_RegionOfInterest(); /** * The meta object literal for the 'Substance Administration' containment reference feature. * * * @generated */ EReference ENTRY__SUBSTANCE_ADMINISTRATION = eINSTANCE.getEntry_SubstanceAdministration(); /** * The meta object literal for the 'Supply' containment reference feature. * * * @generated */ EReference ENTRY__SUPPLY = eINSTANCE.getEntry_Supply(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENTRY__NULL_FLAVOR = eINSTANCE.getEntry_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute ENTRY__TYPE_CODE = eINSTANCE.getEntry_TypeCode(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute ENTRY__CONTEXT_CONDUCTION_IND = eINSTANCE.getEntry_ContextConductionInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ActImpl Act}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ActImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getAct() * @generated */ EClass ACT = eINSTANCE.getAct(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ACT__REALM_CODE = eINSTANCE.getAct_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ACT__TYPE_ID = eINSTANCE.getAct_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ACT__TEMPLATE_ID = eINSTANCE.getAct_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ACT__ID = eINSTANCE.getAct_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ACT__CODE = eINSTANCE.getAct_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference ACT__TEXT = eINSTANCE.getAct_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference ACT__STATUS_CODE = eINSTANCE.getAct_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference ACT__EFFECTIVE_TIME = eINSTANCE.getAct_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference ACT__PRIORITY_CODE = eINSTANCE.getAct_PriorityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference ACT__LANGUAGE_CODE = eINSTANCE.getAct_LanguageCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference ACT__SUBJECT = eINSTANCE.getAct_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference ACT__SPECIMEN = eINSTANCE.getAct_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference ACT__PERFORMER = eINSTANCE.getAct_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference ACT__AUTHOR = eINSTANCE.getAct_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference ACT__INFORMANT = eINSTANCE.getAct_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference ACT__PARTICIPANT = eINSTANCE.getAct_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference ACT__ENTRY_RELATIONSHIP = eINSTANCE.getAct_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference ACT__REFERENCE = eINSTANCE.getAct_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference ACT__PRECONDITION = eINSTANCE.getAct_Precondition(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ACT__NULL_FLAVOR = eINSTANCE.getAct_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ACT__CLASS_CODE = eINSTANCE.getAct_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute ACT__MOOD_CODE = eINSTANCE.getAct_MoodCode(); /** * The meta object literal for the 'Negation Ind' attribute feature. * * * @generated */ EAttribute ACT__NEGATION_IND = eINSTANCE.getAct_NegationInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ClinicalStatementImpl Clinical Statement}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ClinicalStatementImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getClinicalStatement() * @generated */ EClass CLINICAL_STATEMENT = eINSTANCE.getClinicalStatement(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SpecimenImpl Specimen}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SpecimenImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSpecimen() * @generated */ EClass SPECIMEN = eINSTANCE.getSpecimen(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SPECIMEN__REALM_CODE = eINSTANCE.getSpecimen_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SPECIMEN__TYPE_ID = eINSTANCE.getSpecimen_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SPECIMEN__TEMPLATE_ID = eINSTANCE.getSpecimen_TemplateId(); /** * The meta object literal for the 'Specimen Role' containment reference feature. * * * @generated */ EReference SPECIMEN__SPECIMEN_ROLE = eINSTANCE.getSpecimen_SpecimenRole(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SPECIMEN__NULL_FLAVOR = eINSTANCE.getSpecimen_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute SPECIMEN__TYPE_CODE = eINSTANCE.getSpecimen_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SpecimenRoleImpl Specimen Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SpecimenRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSpecimenRole() * @generated */ EClass SPECIMEN_ROLE = eINSTANCE.getSpecimenRole(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SPECIMEN_ROLE__REALM_CODE = eINSTANCE.getSpecimenRole_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SPECIMEN_ROLE__TYPE_ID = eINSTANCE.getSpecimenRole_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SPECIMEN_ROLE__TEMPLATE_ID = eINSTANCE.getSpecimenRole_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference SPECIMEN_ROLE__ID = eINSTANCE.getSpecimenRole_Id(); /** * The meta object literal for the 'Specimen Playing Entity' containment reference feature. * * * @generated */ EReference SPECIMEN_ROLE__SPECIMEN_PLAYING_ENTITY = eINSTANCE.getSpecimenRole_SpecimenPlayingEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SPECIMEN_ROLE__NULL_FLAVOR = eINSTANCE.getSpecimenRole_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SPECIMEN_ROLE__CLASS_CODE = eINSTANCE.getSpecimenRole_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PlayingEntityImpl Playing Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PlayingEntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPlayingEntity() * @generated */ EClass PLAYING_ENTITY = eINSTANCE.getPlayingEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PLAYING_ENTITY__REALM_CODE = eINSTANCE.getPlayingEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PLAYING_ENTITY__TYPE_ID = eINSTANCE.getPlayingEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PLAYING_ENTITY__TEMPLATE_ID = eINSTANCE.getPlayingEntity_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference PLAYING_ENTITY__CODE = eINSTANCE.getPlayingEntity_Code(); /** * The meta object literal for the 'Quantity' containment reference list feature. * * * @generated */ EReference PLAYING_ENTITY__QUANTITY = eINSTANCE.getPlayingEntity_Quantity(); /** * The meta object literal for the 'Name' containment reference list feature. * * * @generated */ EReference PLAYING_ENTITY__NAME = eINSTANCE.getPlayingEntity_Name(); /** * The meta object literal for the 'SDTC Birth Time' containment reference feature. * * * @generated */ EReference PLAYING_ENTITY__SDTC_BIRTH_TIME = eINSTANCE.getPlayingEntity_SDTCBirthTime(); /** * The meta object literal for the 'Desc' containment reference feature. * * * @generated */ EReference PLAYING_ENTITY__DESC = eINSTANCE.getPlayingEntity_Desc(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PLAYING_ENTITY__NULL_FLAVOR = eINSTANCE.getPlayingEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PLAYING_ENTITY__CLASS_CODE = eINSTANCE.getPlayingEntity_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute PLAYING_ENTITY__DETERMINER_CODE = eINSTANCE.getPlayingEntity_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Performer2Impl Performer2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Performer2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPerformer2() * @generated */ EClass PERFORMER2 = eINSTANCE.getPerformer2(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PERFORMER2__REALM_CODE = eINSTANCE.getPerformer2_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PERFORMER2__TYPE_ID = eINSTANCE.getPerformer2_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PERFORMER2__TEMPLATE_ID = eINSTANCE.getPerformer2_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference PERFORMER2__TIME = eINSTANCE.getPerformer2_Time(); /** * The meta object literal for the 'Mode Code' containment reference feature. * * * @generated */ EReference PERFORMER2__MODE_CODE = eINSTANCE.getPerformer2_ModeCode(); /** * The meta object literal for the 'Assigned Entity' containment reference feature. * * * @generated */ EReference PERFORMER2__ASSIGNED_ENTITY = eINSTANCE.getPerformer2_AssignedEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PERFORMER2__NULL_FLAVOR = eINSTANCE.getPerformer2_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PERFORMER2__TYPE_CODE = eINSTANCE.getPerformer2_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Participant2Impl Participant2}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Participant2Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipant2() * @generated */ EClass PARTICIPANT2 = eINSTANCE.getParticipant2(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PARTICIPANT2__REALM_CODE = eINSTANCE.getParticipant2_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PARTICIPANT2__TYPE_ID = eINSTANCE.getParticipant2_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PARTICIPANT2__TEMPLATE_ID = eINSTANCE.getParticipant2_TemplateId(); /** * The meta object literal for the 'Time' containment reference feature. * * * @generated */ EReference PARTICIPANT2__TIME = eINSTANCE.getParticipant2_Time(); /** * The meta object literal for the 'Awareness Code' containment reference feature. * * * @generated */ EReference PARTICIPANT2__AWARENESS_CODE = eINSTANCE.getParticipant2_AwarenessCode(); /** * The meta object literal for the 'Participant Role' containment reference feature. * * * @generated */ EReference PARTICIPANT2__PARTICIPANT_ROLE = eINSTANCE.getParticipant2_ParticipantRole(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PARTICIPANT2__NULL_FLAVOR = eINSTANCE.getParticipant2_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PARTICIPANT2__TYPE_CODE = eINSTANCE.getParticipant2_TypeCode(); /** * The meta object literal for the 'Context Control Code' attribute feature. * * * @generated */ EAttribute PARTICIPANT2__CONTEXT_CONTROL_CODE = eINSTANCE.getParticipant2_ContextControlCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ParticipantRoleImpl Participant Role}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ParticipantRoleImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getParticipantRole() * @generated */ EClass PARTICIPANT_ROLE = eINSTANCE.getParticipantRole(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PARTICIPANT_ROLE__REALM_CODE = eINSTANCE.getParticipantRole_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PARTICIPANT_ROLE__TYPE_ID = eINSTANCE.getParticipantRole_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PARTICIPANT_ROLE__TEMPLATE_ID = eINSTANCE.getParticipantRole_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference PARTICIPANT_ROLE__ID = eINSTANCE.getParticipantRole_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference PARTICIPANT_ROLE__CODE = eINSTANCE.getParticipantRole_Code(); /** * The meta object literal for the 'Addr' containment reference list feature. * * * @generated */ EReference PARTICIPANT_ROLE__ADDR = eINSTANCE.getParticipantRole_Addr(); /** * The meta object literal for the 'Telecom' containment reference list feature. * * * @generated */ EReference PARTICIPANT_ROLE__TELECOM = eINSTANCE.getParticipantRole_Telecom(); /** * The meta object literal for the 'Playing Device' containment reference feature. * * * @generated */ EReference PARTICIPANT_ROLE__PLAYING_DEVICE = eINSTANCE.getParticipantRole_PlayingDevice(); /** * The meta object literal for the 'Playing Entity' containment reference feature. * * * @generated */ EReference PARTICIPANT_ROLE__PLAYING_ENTITY = eINSTANCE.getParticipantRole_PlayingEntity(); /** * The meta object literal for the 'Scoping Entity' containment reference feature. * * * @generated */ EReference PARTICIPANT_ROLE__SCOPING_ENTITY = eINSTANCE.getParticipantRole_ScopingEntity(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PARTICIPANT_ROLE__NULL_FLAVOR = eINSTANCE.getParticipantRole_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PARTICIPANT_ROLE__CLASS_CODE = eINSTANCE.getParticipantRole_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.DeviceImpl Device}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DeviceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDevice() * @generated */ EClass DEVICE = eINSTANCE.getDevice(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference DEVICE__REALM_CODE = eINSTANCE.getDevice_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference DEVICE__TYPE_ID = eINSTANCE.getDevice_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference DEVICE__TEMPLATE_ID = eINSTANCE.getDevice_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference DEVICE__CODE = eINSTANCE.getDevice_Code(); /** * The meta object literal for the 'Manufacturer Model Name' containment reference feature. * * * @generated */ EReference DEVICE__MANUFACTURER_MODEL_NAME = eINSTANCE.getDevice_ManufacturerModelName(); /** * The meta object literal for the 'Software Name' containment reference feature. * * * @generated */ EReference DEVICE__SOFTWARE_NAME = eINSTANCE.getDevice_SoftwareName(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute DEVICE__NULL_FLAVOR = eINSTANCE.getDevice_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute DEVICE__CLASS_CODE = eINSTANCE.getDevice_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute DEVICE__DETERMINER_CODE = eINSTANCE.getDevice_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntityImpl Entity}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntityImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntity() * @generated */ EClass ENTITY = eINSTANCE.getEntity(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENTITY__REALM_CODE = eINSTANCE.getEntity_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENTITY__TYPE_ID = eINSTANCE.getEntity_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENTITY__TEMPLATE_ID = eINSTANCE.getEntity_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ENTITY__ID = eINSTANCE.getEntity_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ENTITY__CODE = eINSTANCE.getEntity_Code(); /** * The meta object literal for the 'Desc' containment reference feature. * * * @generated */ EReference ENTITY__DESC = eINSTANCE.getEntity_Desc(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENTITY__NULL_FLAVOR = eINSTANCE.getEntity_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ENTITY__CLASS_CODE = eINSTANCE.getEntity_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute ENTITY__DETERMINER_CODE = eINSTANCE.getEntity_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EntryRelationshipImpl Entry Relationship}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EntryRelationshipImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEntryRelationship() * @generated */ EClass ENTRY_RELATIONSHIP = eINSTANCE.getEntryRelationship(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__REALM_CODE = eINSTANCE.getEntryRelationship_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__TYPE_ID = eINSTANCE.getEntryRelationship_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__TEMPLATE_ID = eINSTANCE.getEntryRelationship_TemplateId(); /** * The meta object literal for the 'Sequence Number' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__SEQUENCE_NUMBER = eINSTANCE.getEntryRelationship_SequenceNumber(); /** * The meta object literal for the 'Seperatable Ind' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__SEPERATABLE_IND = eINSTANCE.getEntryRelationship_SeperatableInd(); /** * The meta object literal for the 'Act' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__ACT = eINSTANCE.getEntryRelationship_Act(); /** * The meta object literal for the 'Encounter' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__ENCOUNTER = eINSTANCE.getEntryRelationship_Encounter(); /** * The meta object literal for the 'Observation' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__OBSERVATION = eINSTANCE.getEntryRelationship_Observation(); /** * The meta object literal for the 'Observation Media' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__OBSERVATION_MEDIA = eINSTANCE.getEntryRelationship_ObservationMedia(); /** * The meta object literal for the 'Organizer' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__ORGANIZER = eINSTANCE.getEntryRelationship_Organizer(); /** * The meta object literal for the 'Procedure' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__PROCEDURE = eINSTANCE.getEntryRelationship_Procedure(); /** * The meta object literal for the 'Region Of Interest' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__REGION_OF_INTEREST = eINSTANCE.getEntryRelationship_RegionOfInterest(); /** * The meta object literal for the 'Substance Administration' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__SUBSTANCE_ADMINISTRATION = eINSTANCE.getEntryRelationship_SubstanceAdministration(); /** * The meta object literal for the 'Supply' containment reference feature. * * * @generated */ EReference ENTRY_RELATIONSHIP__SUPPLY = eINSTANCE.getEntryRelationship_Supply(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENTRY_RELATIONSHIP__NULL_FLAVOR = eINSTANCE.getEntryRelationship_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute ENTRY_RELATIONSHIP__TYPE_CODE = eINSTANCE.getEntryRelationship_TypeCode(); /** * The meta object literal for the 'Inversion Ind' attribute feature. * * * @generated */ EAttribute ENTRY_RELATIONSHIP__INVERSION_IND = eINSTANCE.getEntryRelationship_InversionInd(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute ENTRY_RELATIONSHIP__CONTEXT_CONDUCTION_IND = eINSTANCE.getEntryRelationship_ContextConductionInd(); /** * The meta object literal for the 'Negation Ind' attribute feature. * * * @generated */ EAttribute ENTRY_RELATIONSHIP__NEGATION_IND = eINSTANCE.getEntryRelationship_NegationInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.EncounterImpl Encounter}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.EncounterImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getEncounter() * @generated */ EClass ENCOUNTER = eINSTANCE.getEncounter(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ENCOUNTER__REALM_CODE = eINSTANCE.getEncounter_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ENCOUNTER__TYPE_ID = eINSTANCE.getEncounter_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ENCOUNTER__TEMPLATE_ID = eINSTANCE.getEncounter_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ENCOUNTER__ID = eINSTANCE.getEncounter_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ENCOUNTER__CODE = eINSTANCE.getEncounter_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference ENCOUNTER__TEXT = eINSTANCE.getEncounter_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference ENCOUNTER__STATUS_CODE = eINSTANCE.getEncounter_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference ENCOUNTER__EFFECTIVE_TIME = eINSTANCE.getEncounter_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference ENCOUNTER__PRIORITY_CODE = eINSTANCE.getEncounter_PriorityCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference ENCOUNTER__SUBJECT = eINSTANCE.getEncounter_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference ENCOUNTER__SPECIMEN = eINSTANCE.getEncounter_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference ENCOUNTER__PERFORMER = eINSTANCE.getEncounter_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference ENCOUNTER__AUTHOR = eINSTANCE.getEncounter_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference ENCOUNTER__INFORMANT = eINSTANCE.getEncounter_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference ENCOUNTER__PARTICIPANT = eINSTANCE.getEncounter_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference ENCOUNTER__ENTRY_RELATIONSHIP = eINSTANCE.getEncounter_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference ENCOUNTER__REFERENCE = eINSTANCE.getEncounter_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference ENCOUNTER__PRECONDITION = eINSTANCE.getEncounter_Precondition(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ENCOUNTER__NULL_FLAVOR = eINSTANCE.getEncounter_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ENCOUNTER__CLASS_CODE = eINSTANCE.getEncounter_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute ENCOUNTER__MOOD_CODE = eINSTANCE.getEncounter_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ReferenceImpl Reference}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ReferenceImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getReference() * @generated */ EClass REFERENCE = eINSTANCE.getReference(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference REFERENCE__REALM_CODE = eINSTANCE.getReference_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference REFERENCE__TYPE_ID = eINSTANCE.getReference_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference REFERENCE__TEMPLATE_ID = eINSTANCE.getReference_TemplateId(); /** * The meta object literal for the 'Seperatable Ind' containment reference feature. * * * @generated */ EReference REFERENCE__SEPERATABLE_IND = eINSTANCE.getReference_SeperatableInd(); /** * The meta object literal for the 'External Act' containment reference feature. * * * @generated */ EReference REFERENCE__EXTERNAL_ACT = eINSTANCE.getReference_ExternalAct(); /** * The meta object literal for the 'External Observation' containment reference feature. * * * @generated */ EReference REFERENCE__EXTERNAL_OBSERVATION = eINSTANCE.getReference_ExternalObservation(); /** * The meta object literal for the 'External Procedure' containment reference feature. * * * @generated */ EReference REFERENCE__EXTERNAL_PROCEDURE = eINSTANCE.getReference_ExternalProcedure(); /** * The meta object literal for the 'External Document' containment reference feature. * * * @generated */ EReference REFERENCE__EXTERNAL_DOCUMENT = eINSTANCE.getReference_ExternalDocument(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute REFERENCE__NULL_FLAVOR = eINSTANCE.getReference_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute REFERENCE__TYPE_CODE = eINSTANCE.getReference_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalActImpl External Act}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalActImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalAct() * @generated */ EClass EXTERNAL_ACT = eINSTANCE.getExternalAct(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference EXTERNAL_ACT__REALM_CODE = eINSTANCE.getExternalAct_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference EXTERNAL_ACT__TYPE_ID = eINSTANCE.getExternalAct_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_ACT__TEMPLATE_ID = eINSTANCE.getExternalAct_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_ACT__ID = eINSTANCE.getExternalAct_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference EXTERNAL_ACT__CODE = eINSTANCE.getExternalAct_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference EXTERNAL_ACT__TEXT = eINSTANCE.getExternalAct_Text(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute EXTERNAL_ACT__NULL_FLAVOR = eINSTANCE.getExternalAct_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_ACT__CLASS_CODE = eINSTANCE.getExternalAct_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_ACT__MOOD_CODE = eINSTANCE.getExternalAct_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalObservationImpl External Observation}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalObservationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalObservation() * @generated */ EClass EXTERNAL_OBSERVATION = eINSTANCE.getExternalObservation(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__REALM_CODE = eINSTANCE.getExternalObservation_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__TYPE_ID = eINSTANCE.getExternalObservation_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__TEMPLATE_ID = eINSTANCE.getExternalObservation_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__ID = eINSTANCE.getExternalObservation_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__CODE = eINSTANCE.getExternalObservation_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference EXTERNAL_OBSERVATION__TEXT = eINSTANCE.getExternalObservation_Text(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute EXTERNAL_OBSERVATION__NULL_FLAVOR = eINSTANCE.getExternalObservation_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_OBSERVATION__CLASS_CODE = eINSTANCE.getExternalObservation_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_OBSERVATION__MOOD_CODE = eINSTANCE.getExternalObservation_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalProcedureImpl External Procedure}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalProcedureImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalProcedure() * @generated */ EClass EXTERNAL_PROCEDURE = eINSTANCE.getExternalProcedure(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__REALM_CODE = eINSTANCE.getExternalProcedure_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__TYPE_ID = eINSTANCE.getExternalProcedure_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__TEMPLATE_ID = eINSTANCE.getExternalProcedure_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__ID = eINSTANCE.getExternalProcedure_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__CODE = eINSTANCE.getExternalProcedure_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference EXTERNAL_PROCEDURE__TEXT = eINSTANCE.getExternalProcedure_Text(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute EXTERNAL_PROCEDURE__NULL_FLAVOR = eINSTANCE.getExternalProcedure_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_PROCEDURE__CLASS_CODE = eINSTANCE.getExternalProcedure_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_PROCEDURE__MOOD_CODE = eINSTANCE.getExternalProcedure_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ExternalDocumentImpl External Document}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ExternalDocumentImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getExternalDocument() * @generated */ EClass EXTERNAL_DOCUMENT = eINSTANCE.getExternalDocument(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__REALM_CODE = eINSTANCE.getExternalDocument_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__TYPE_ID = eINSTANCE.getExternalDocument_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__TEMPLATE_ID = eINSTANCE.getExternalDocument_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__ID = eINSTANCE.getExternalDocument_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__CODE = eINSTANCE.getExternalDocument_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__TEXT = eINSTANCE.getExternalDocument_Text(); /** * The meta object literal for the 'Set Id' containment reference feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__SET_ID = eINSTANCE.getExternalDocument_SetId(); /** * The meta object literal for the 'Version Number' containment reference feature. * * * @generated */ EReference EXTERNAL_DOCUMENT__VERSION_NUMBER = eINSTANCE.getExternalDocument_VersionNumber(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute EXTERNAL_DOCUMENT__NULL_FLAVOR = eINSTANCE.getExternalDocument_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_DOCUMENT__CLASS_CODE = eINSTANCE.getExternalDocument_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute EXTERNAL_DOCUMENT__MOOD_CODE = eINSTANCE.getExternalDocument_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.PreconditionImpl Precondition}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.PreconditionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getPrecondition() * @generated */ EClass PRECONDITION = eINSTANCE.getPrecondition(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PRECONDITION__REALM_CODE = eINSTANCE.getPrecondition_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PRECONDITION__TYPE_ID = eINSTANCE.getPrecondition_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PRECONDITION__TEMPLATE_ID = eINSTANCE.getPrecondition_TemplateId(); /** * The meta object literal for the 'Criterion' containment reference feature. * * * @generated */ EReference PRECONDITION__CRITERION = eINSTANCE.getPrecondition_Criterion(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PRECONDITION__NULL_FLAVOR = eINSTANCE.getPrecondition_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PRECONDITION__TYPE_CODE = eINSTANCE.getPrecondition_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.CriterionImpl Criterion}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.CriterionImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getCriterion() * @generated */ EClass CRITERION = eINSTANCE.getCriterion(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CRITERION__REALM_CODE = eINSTANCE.getCriterion_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CRITERION__TYPE_ID = eINSTANCE.getCriterion_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CRITERION__TEMPLATE_ID = eINSTANCE.getCriterion_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference CRITERION__CODE = eINSTANCE.getCriterion_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference CRITERION__TEXT = eINSTANCE.getCriterion_Text(); /** * The meta object literal for the 'Value' containment reference feature. * * * @generated */ EReference CRITERION__VALUE = eINSTANCE.getCriterion_Value(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CRITERION__NULL_FLAVOR = eINSTANCE.getCriterion_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute CRITERION__CLASS_CODE = eINSTANCE.getCriterion_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute CRITERION__MOOD_CODE = eINSTANCE.getCriterion_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationImpl Observation}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservation() * @generated */ EClass OBSERVATION = eINSTANCE.getObservation(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference OBSERVATION__REALM_CODE = eINSTANCE.getObservation_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference OBSERVATION__TYPE_ID = eINSTANCE.getObservation_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference OBSERVATION__TEMPLATE_ID = eINSTANCE.getObservation_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference OBSERVATION__ID = eINSTANCE.getObservation_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference OBSERVATION__CODE = eINSTANCE.getObservation_Code(); /** * The meta object literal for the 'Derivation Expr' containment reference feature. * * * @generated */ EReference OBSERVATION__DERIVATION_EXPR = eINSTANCE.getObservation_DerivationExpr(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference OBSERVATION__TEXT = eINSTANCE.getObservation_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference OBSERVATION__STATUS_CODE = eINSTANCE.getObservation_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference OBSERVATION__EFFECTIVE_TIME = eINSTANCE.getObservation_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference OBSERVATION__PRIORITY_CODE = eINSTANCE.getObservation_PriorityCode(); /** * The meta object literal for the 'Repeat Number' containment reference feature. * * * @generated */ EReference OBSERVATION__REPEAT_NUMBER = eINSTANCE.getObservation_RepeatNumber(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference OBSERVATION__LANGUAGE_CODE = eINSTANCE.getObservation_LanguageCode(); /** * The meta object literal for the 'Value' containment reference list feature. * * * @generated */ EReference OBSERVATION__VALUE = eINSTANCE.getObservation_Value(); /** * The meta object literal for the 'Interpretation Code' containment reference list feature. * * * @generated */ EReference OBSERVATION__INTERPRETATION_CODE = eINSTANCE.getObservation_InterpretationCode(); /** * The meta object literal for the 'Method Code' containment reference list feature. * * * @generated */ EReference OBSERVATION__METHOD_CODE = eINSTANCE.getObservation_MethodCode(); /** * The meta object literal for the 'Target Site Code' containment reference list feature. * * * @generated */ EReference OBSERVATION__TARGET_SITE_CODE = eINSTANCE.getObservation_TargetSiteCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference OBSERVATION__SUBJECT = eINSTANCE.getObservation_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference OBSERVATION__SPECIMEN = eINSTANCE.getObservation_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference OBSERVATION__PERFORMER = eINSTANCE.getObservation_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference OBSERVATION__AUTHOR = eINSTANCE.getObservation_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference OBSERVATION__INFORMANT = eINSTANCE.getObservation_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference OBSERVATION__PARTICIPANT = eINSTANCE.getObservation_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference OBSERVATION__ENTRY_RELATIONSHIP = eINSTANCE.getObservation_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference OBSERVATION__REFERENCE = eINSTANCE.getObservation_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference OBSERVATION__PRECONDITION = eINSTANCE.getObservation_Precondition(); /** * The meta object literal for the 'Reference Range' containment reference list feature. * * * @generated */ EReference OBSERVATION__REFERENCE_RANGE = eINSTANCE.getObservation_ReferenceRange(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute OBSERVATION__NULL_FLAVOR = eINSTANCE.getObservation_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute OBSERVATION__CLASS_CODE = eINSTANCE.getObservation_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute OBSERVATION__MOOD_CODE = eINSTANCE.getObservation_MoodCode(); /** * The meta object literal for the 'Negation Ind' attribute feature. * * * @generated */ EAttribute OBSERVATION__NEGATION_IND = eINSTANCE.getObservation_NegationInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ReferenceRangeImpl Reference Range}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ReferenceRangeImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getReferenceRange() * @generated */ EClass REFERENCE_RANGE = eINSTANCE.getReferenceRange(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference REFERENCE_RANGE__REALM_CODE = eINSTANCE.getReferenceRange_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference REFERENCE_RANGE__TYPE_ID = eINSTANCE.getReferenceRange_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference REFERENCE_RANGE__TEMPLATE_ID = eINSTANCE.getReferenceRange_TemplateId(); /** * The meta object literal for the 'Observation Range' containment reference feature. * * * @generated */ EReference REFERENCE_RANGE__OBSERVATION_RANGE = eINSTANCE.getReferenceRange_ObservationRange(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute REFERENCE_RANGE__NULL_FLAVOR = eINSTANCE.getReferenceRange_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute REFERENCE_RANGE__TYPE_CODE = eINSTANCE.getReferenceRange_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationRangeImpl Observation Range}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationRangeImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservationRange() * @generated */ EClass OBSERVATION_RANGE = eINSTANCE.getObservationRange(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference OBSERVATION_RANGE__REALM_CODE = eINSTANCE.getObservationRange_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference OBSERVATION_RANGE__TYPE_ID = eINSTANCE.getObservationRange_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference OBSERVATION_RANGE__TEMPLATE_ID = eINSTANCE.getObservationRange_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference OBSERVATION_RANGE__CODE = eINSTANCE.getObservationRange_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference OBSERVATION_RANGE__TEXT = eINSTANCE.getObservationRange_Text(); /** * The meta object literal for the 'Value' containment reference feature. * * * @generated */ EReference OBSERVATION_RANGE__VALUE = eINSTANCE.getObservationRange_Value(); /** * The meta object literal for the 'Interpretation Code' containment reference feature. * * * @generated */ EReference OBSERVATION_RANGE__INTERPRETATION_CODE = eINSTANCE.getObservationRange_InterpretationCode(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute OBSERVATION_RANGE__NULL_FLAVOR = eINSTANCE.getObservationRange_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute OBSERVATION_RANGE__CLASS_CODE = eINSTANCE.getObservationRange_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute OBSERVATION_RANGE__MOOD_CODE = eINSTANCE.getObservationRange_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ObservationMediaImpl Observation Media}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ObservationMediaImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getObservationMedia() * @generated */ EClass OBSERVATION_MEDIA = eINSTANCE.getObservationMedia(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__REALM_CODE = eINSTANCE.getObservationMedia_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference OBSERVATION_MEDIA__TYPE_ID = eINSTANCE.getObservationMedia_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__TEMPLATE_ID = eINSTANCE.getObservationMedia_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__ID = eINSTANCE.getObservationMedia_Id(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference OBSERVATION_MEDIA__LANGUAGE_CODE = eINSTANCE.getObservationMedia_LanguageCode(); /** * The meta object literal for the 'Value' containment reference feature. * * * @generated */ EReference OBSERVATION_MEDIA__VALUE = eINSTANCE.getObservationMedia_Value(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference OBSERVATION_MEDIA__SUBJECT = eINSTANCE.getObservationMedia_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__SPECIMEN = eINSTANCE.getObservationMedia_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__PERFORMER = eINSTANCE.getObservationMedia_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__AUTHOR = eINSTANCE.getObservationMedia_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__INFORMANT = eINSTANCE.getObservationMedia_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__PARTICIPANT = eINSTANCE.getObservationMedia_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__ENTRY_RELATIONSHIP = eINSTANCE.getObservationMedia_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__REFERENCE = eINSTANCE.getObservationMedia_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference OBSERVATION_MEDIA__PRECONDITION = eINSTANCE.getObservationMedia_Precondition(); /** * The meta object literal for the 'Observation Media Id' attribute feature. * * * @generated */ EAttribute OBSERVATION_MEDIA__OBSERVATION_MEDIA_ID = eINSTANCE.getObservationMedia_ObservationMediaId(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute OBSERVATION_MEDIA__NULL_FLAVOR = eINSTANCE.getObservationMedia_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute OBSERVATION_MEDIA__CLASS_CODE = eINSTANCE.getObservationMedia_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute OBSERVATION_MEDIA__MOOD_CODE = eINSTANCE.getObservationMedia_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.OrganizerImpl Organizer}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.OrganizerImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getOrganizer() * @generated */ EClass ORGANIZER = eINSTANCE.getOrganizer(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference ORGANIZER__REALM_CODE = eINSTANCE.getOrganizer_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference ORGANIZER__TYPE_ID = eINSTANCE.getOrganizer_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference ORGANIZER__TEMPLATE_ID = eINSTANCE.getOrganizer_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference ORGANIZER__ID = eINSTANCE.getOrganizer_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference ORGANIZER__CODE = eINSTANCE.getOrganizer_Code(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference ORGANIZER__STATUS_CODE = eINSTANCE.getOrganizer_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference ORGANIZER__EFFECTIVE_TIME = eINSTANCE.getOrganizer_EffectiveTime(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference ORGANIZER__SUBJECT = eINSTANCE.getOrganizer_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference ORGANIZER__SPECIMEN = eINSTANCE.getOrganizer_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference ORGANIZER__PERFORMER = eINSTANCE.getOrganizer_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference ORGANIZER__AUTHOR = eINSTANCE.getOrganizer_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference ORGANIZER__INFORMANT = eINSTANCE.getOrganizer_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference ORGANIZER__PARTICIPANT = eINSTANCE.getOrganizer_Participant(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference ORGANIZER__REFERENCE = eINSTANCE.getOrganizer_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference ORGANIZER__PRECONDITION = eINSTANCE.getOrganizer_Precondition(); /** * The meta object literal for the 'Component' containment reference list feature. * * * @generated */ EReference ORGANIZER__COMPONENT = eINSTANCE.getOrganizer_Component(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute ORGANIZER__NULL_FLAVOR = eINSTANCE.getOrganizer_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute ORGANIZER__CLASS_CODE = eINSTANCE.getOrganizer_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute ORGANIZER__MOOD_CODE = eINSTANCE.getOrganizer_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component4Impl Component4}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component4Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent4() * @generated */ EClass COMPONENT4 = eINSTANCE.getComponent4(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference COMPONENT4__REALM_CODE = eINSTANCE.getComponent4_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference COMPONENT4__TYPE_ID = eINSTANCE.getComponent4_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference COMPONENT4__TEMPLATE_ID = eINSTANCE.getComponent4_TemplateId(); /** * The meta object literal for the 'Sequence Number' containment reference feature. * * * @generated */ EReference COMPONENT4__SEQUENCE_NUMBER = eINSTANCE.getComponent4_SequenceNumber(); /** * The meta object literal for the 'Seperatable Ind' containment reference feature. * * * @generated */ EReference COMPONENT4__SEPERATABLE_IND = eINSTANCE.getComponent4_SeperatableInd(); /** * The meta object literal for the 'Act' containment reference feature. * * * @generated */ EReference COMPONENT4__ACT = eINSTANCE.getComponent4_Act(); /** * The meta object literal for the 'Encounter' containment reference feature. * * * @generated */ EReference COMPONENT4__ENCOUNTER = eINSTANCE.getComponent4_Encounter(); /** * The meta object literal for the 'Observation' containment reference feature. * * * @generated */ EReference COMPONENT4__OBSERVATION = eINSTANCE.getComponent4_Observation(); /** * The meta object literal for the 'Observation Media' containment reference feature. * * * @generated */ EReference COMPONENT4__OBSERVATION_MEDIA = eINSTANCE.getComponent4_ObservationMedia(); /** * The meta object literal for the 'Organizer' containment reference feature. * * * @generated */ EReference COMPONENT4__ORGANIZER = eINSTANCE.getComponent4_Organizer(); /** * The meta object literal for the 'Procedure' containment reference feature. * * * @generated */ EReference COMPONENT4__PROCEDURE = eINSTANCE.getComponent4_Procedure(); /** * The meta object literal for the 'Region Of Interest' containment reference feature. * * * @generated */ EReference COMPONENT4__REGION_OF_INTEREST = eINSTANCE.getComponent4_RegionOfInterest(); /** * The meta object literal for the 'Substance Administration' containment reference feature. * * * @generated */ EReference COMPONENT4__SUBSTANCE_ADMINISTRATION = eINSTANCE.getComponent4_SubstanceAdministration(); /** * The meta object literal for the 'Supply' containment reference feature. * * * @generated */ EReference COMPONENT4__SUPPLY = eINSTANCE.getComponent4_Supply(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute COMPONENT4__NULL_FLAVOR = eINSTANCE.getComponent4_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute COMPONENT4__TYPE_CODE = eINSTANCE.getComponent4_TypeCode(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute COMPONENT4__CONTEXT_CONDUCTION_IND = eINSTANCE.getComponent4_ContextConductionInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ProcedureImpl Procedure}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ProcedureImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getProcedure() * @generated */ EClass PROCEDURE = eINSTANCE.getProcedure(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PROCEDURE__REALM_CODE = eINSTANCE.getProcedure_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PROCEDURE__TYPE_ID = eINSTANCE.getProcedure_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PROCEDURE__TEMPLATE_ID = eINSTANCE.getProcedure_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference PROCEDURE__ID = eINSTANCE.getProcedure_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference PROCEDURE__CODE = eINSTANCE.getProcedure_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference PROCEDURE__TEXT = eINSTANCE.getProcedure_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference PROCEDURE__STATUS_CODE = eINSTANCE.getProcedure_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference feature. * * * @generated */ EReference PROCEDURE__EFFECTIVE_TIME = eINSTANCE.getProcedure_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference PROCEDURE__PRIORITY_CODE = eINSTANCE.getProcedure_PriorityCode(); /** * The meta object literal for the 'Language Code' containment reference feature. * * * @generated */ EReference PROCEDURE__LANGUAGE_CODE = eINSTANCE.getProcedure_LanguageCode(); /** * The meta object literal for the 'Method Code' containment reference list feature. * * * @generated */ EReference PROCEDURE__METHOD_CODE = eINSTANCE.getProcedure_MethodCode(); /** * The meta object literal for the 'Approach Site Code' containment reference list feature. * * * @generated */ EReference PROCEDURE__APPROACH_SITE_CODE = eINSTANCE.getProcedure_ApproachSiteCode(); /** * The meta object literal for the 'Target Site Code' containment reference list feature. * * * @generated */ EReference PROCEDURE__TARGET_SITE_CODE = eINSTANCE.getProcedure_TargetSiteCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference PROCEDURE__SUBJECT = eINSTANCE.getProcedure_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference PROCEDURE__SPECIMEN = eINSTANCE.getProcedure_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference PROCEDURE__PERFORMER = eINSTANCE.getProcedure_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference PROCEDURE__AUTHOR = eINSTANCE.getProcedure_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference PROCEDURE__INFORMANT = eINSTANCE.getProcedure_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference PROCEDURE__PARTICIPANT = eINSTANCE.getProcedure_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference PROCEDURE__ENTRY_RELATIONSHIP = eINSTANCE.getProcedure_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference PROCEDURE__REFERENCE = eINSTANCE.getProcedure_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference PROCEDURE__PRECONDITION = eINSTANCE.getProcedure_Precondition(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PROCEDURE__NULL_FLAVOR = eINSTANCE.getProcedure_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute PROCEDURE__CLASS_CODE = eINSTANCE.getProcedure_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute PROCEDURE__MOOD_CODE = eINSTANCE.getProcedure_MoodCode(); /** * The meta object literal for the 'Negation Ind' attribute feature. * * * @generated */ EAttribute PROCEDURE__NEGATION_IND = eINSTANCE.getProcedure_NegationInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestImpl Region Of Interest}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegionOfInterest() * @generated */ EClass REGION_OF_INTEREST = eINSTANCE.getRegionOfInterest(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__REALM_CODE = eINSTANCE.getRegionOfInterest_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference REGION_OF_INTEREST__TYPE_ID = eINSTANCE.getRegionOfInterest_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__TEMPLATE_ID = eINSTANCE.getRegionOfInterest_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__ID = eINSTANCE.getRegionOfInterest_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference REGION_OF_INTEREST__CODE = eINSTANCE.getRegionOfInterest_Code(); /** * The meta object literal for the 'Value' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__VALUE = eINSTANCE.getRegionOfInterest_Value(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference REGION_OF_INTEREST__SUBJECT = eINSTANCE.getRegionOfInterest_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__SPECIMEN = eINSTANCE.getRegionOfInterest_Specimen(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__PERFORMER = eINSTANCE.getRegionOfInterest_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__AUTHOR = eINSTANCE.getRegionOfInterest_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__INFORMANT = eINSTANCE.getRegionOfInterest_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__PARTICIPANT = eINSTANCE.getRegionOfInterest_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__ENTRY_RELATIONSHIP = eINSTANCE.getRegionOfInterest_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__REFERENCE = eINSTANCE.getRegionOfInterest_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference REGION_OF_INTEREST__PRECONDITION = eINSTANCE.getRegionOfInterest_Precondition(); /** * The meta object literal for the 'Region Of Interest Id' attribute feature. * * * @generated */ EAttribute REGION_OF_INTEREST__REGION_OF_INTEREST_ID = eINSTANCE.getRegionOfInterest_RegionOfInterestId(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute REGION_OF_INTEREST__NULL_FLAVOR = eINSTANCE.getRegionOfInterest_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute REGION_OF_INTEREST__CLASS_CODE = eINSTANCE.getRegionOfInterest_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute REGION_OF_INTEREST__MOOD_CODE = eINSTANCE.getRegionOfInterest_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestValueImpl Region Of Interest Value}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.RegionOfInterestValueImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegionOfInterestValue() * @generated */ EClass REGION_OF_INTEREST_VALUE = eINSTANCE.getRegionOfInterestValue(); /** * The meta object literal for the 'Unsorted' attribute feature. * * * @generated */ EAttribute REGION_OF_INTEREST_VALUE__UNSORTED = eINSTANCE.getRegionOfInterestValue_Unsorted(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SubstanceAdministrationImpl Substance Administration}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SubstanceAdministrationImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSubstanceAdministration() * @generated */ EClass SUBSTANCE_ADMINISTRATION = eINSTANCE.getSubstanceAdministration(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__REALM_CODE = eINSTANCE.getSubstanceAdministration_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__TYPE_ID = eINSTANCE.getSubstanceAdministration_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__TEMPLATE_ID = eINSTANCE.getSubstanceAdministration_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__ID = eINSTANCE.getSubstanceAdministration_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__CODE = eINSTANCE.getSubstanceAdministration_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__TEXT = eINSTANCE.getSubstanceAdministration_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__STATUS_CODE = eINSTANCE.getSubstanceAdministration_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__EFFECTIVE_TIME = eINSTANCE.getSubstanceAdministration_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__PRIORITY_CODE = eINSTANCE.getSubstanceAdministration_PriorityCode(); /** * The meta object literal for the 'Repeat Number' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__REPEAT_NUMBER = eINSTANCE.getSubstanceAdministration_RepeatNumber(); /** * The meta object literal for the 'Route Code' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__ROUTE_CODE = eINSTANCE.getSubstanceAdministration_RouteCode(); /** * The meta object literal for the 'Approach Site Code' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__APPROACH_SITE_CODE = eINSTANCE.getSubstanceAdministration_ApproachSiteCode(); /** * The meta object literal for the 'Dose Quantity' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__DOSE_QUANTITY = eINSTANCE.getSubstanceAdministration_DoseQuantity(); /** * The meta object literal for the 'Rate Quantity' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__RATE_QUANTITY = eINSTANCE.getSubstanceAdministration_RateQuantity(); /** * The meta object literal for the 'Max Dose Quantity' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__MAX_DOSE_QUANTITY = eINSTANCE.getSubstanceAdministration_MaxDoseQuantity(); /** * The meta object literal for the 'Administration Unit Code' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__ADMINISTRATION_UNIT_CODE = eINSTANCE.getSubstanceAdministration_AdministrationUnitCode(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__SUBJECT = eINSTANCE.getSubstanceAdministration_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__SPECIMEN = eINSTANCE.getSubstanceAdministration_Specimen(); /** * The meta object literal for the 'Consumable' containment reference feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__CONSUMABLE = eINSTANCE.getSubstanceAdministration_Consumable(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__PERFORMER = eINSTANCE.getSubstanceAdministration_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__AUTHOR = eINSTANCE.getSubstanceAdministration_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__INFORMANT = eINSTANCE.getSubstanceAdministration_Informant(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__REFERENCE = eINSTANCE.getSubstanceAdministration_Reference(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__PARTICIPANT = eINSTANCE.getSubstanceAdministration_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__ENTRY_RELATIONSHIP = eINSTANCE.getSubstanceAdministration_EntryRelationship(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference SUBSTANCE_ADMINISTRATION__PRECONDITION = eINSTANCE.getSubstanceAdministration_Precondition(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SUBSTANCE_ADMINISTRATION__NULL_FLAVOR = eINSTANCE.getSubstanceAdministration_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SUBSTANCE_ADMINISTRATION__CLASS_CODE = eINSTANCE.getSubstanceAdministration_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute SUBSTANCE_ADMINISTRATION__MOOD_CODE = eINSTANCE.getSubstanceAdministration_MoodCode(); /** * The meta object literal for the 'Negation Ind' attribute feature. * * * @generated */ EAttribute SUBSTANCE_ADMINISTRATION__NEGATION_IND = eINSTANCE.getSubstanceAdministration_NegationInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ConsumableImpl Consumable}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ConsumableImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getConsumable() * @generated */ EClass CONSUMABLE = eINSTANCE.getConsumable(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference CONSUMABLE__REALM_CODE = eINSTANCE.getConsumable_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference CONSUMABLE__TYPE_ID = eINSTANCE.getConsumable_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference CONSUMABLE__TEMPLATE_ID = eINSTANCE.getConsumable_TemplateId(); /** * The meta object literal for the 'Manufactured Product' containment reference feature. * * * @generated */ EReference CONSUMABLE__MANUFACTURED_PRODUCT = eINSTANCE.getConsumable_ManufacturedProduct(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute CONSUMABLE__NULL_FLAVOR = eINSTANCE.getConsumable_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute CONSUMABLE__TYPE_CODE = eINSTANCE.getConsumable_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ManufacturedProductImpl Manufactured Product}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ManufacturedProductImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getManufacturedProduct() * @generated */ EClass MANUFACTURED_PRODUCT = eINSTANCE.getManufacturedProduct(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__REALM_CODE = eINSTANCE.getManufacturedProduct_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__TYPE_ID = eINSTANCE.getManufacturedProduct_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__TEMPLATE_ID = eINSTANCE.getManufacturedProduct_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__ID = eINSTANCE.getManufacturedProduct_Id(); /** * The meta object literal for the 'Manufactured Labeled Drug' containment reference feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__MANUFACTURED_LABELED_DRUG = eINSTANCE.getManufacturedProduct_ManufacturedLabeledDrug(); /** * The meta object literal for the 'Manufactured Material' containment reference feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__MANUFACTURED_MATERIAL = eINSTANCE.getManufacturedProduct_ManufacturedMaterial(); /** * The meta object literal for the 'Manufacturer Organization' containment reference feature. * * * @generated */ EReference MANUFACTURED_PRODUCT__MANUFACTURER_ORGANIZATION = eINSTANCE.getManufacturedProduct_ManufacturerOrganization(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute MANUFACTURED_PRODUCT__NULL_FLAVOR = eINSTANCE.getManufacturedProduct_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute MANUFACTURED_PRODUCT__CLASS_CODE = eINSTANCE.getManufacturedProduct_ClassCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.LabeledDrugImpl Labeled Drug}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.LabeledDrugImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getLabeledDrug() * @generated */ EClass LABELED_DRUG = eINSTANCE.getLabeledDrug(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference LABELED_DRUG__REALM_CODE = eINSTANCE.getLabeledDrug_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference LABELED_DRUG__TYPE_ID = eINSTANCE.getLabeledDrug_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference LABELED_DRUG__TEMPLATE_ID = eINSTANCE.getLabeledDrug_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference LABELED_DRUG__CODE = eINSTANCE.getLabeledDrug_Code(); /** * The meta object literal for the 'Name' containment reference feature. * * * @generated */ EReference LABELED_DRUG__NAME = eINSTANCE.getLabeledDrug_Name(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute LABELED_DRUG__NULL_FLAVOR = eINSTANCE.getLabeledDrug_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute LABELED_DRUG__CLASS_CODE = eINSTANCE.getLabeledDrug_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute LABELED_DRUG__DETERMINER_CODE = eINSTANCE.getLabeledDrug_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.MaterialImpl Material}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.MaterialImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getMaterial() * @generated */ EClass MATERIAL = eINSTANCE.getMaterial(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference MATERIAL__REALM_CODE = eINSTANCE.getMaterial_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference MATERIAL__TYPE_ID = eINSTANCE.getMaterial_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference MATERIAL__TEMPLATE_ID = eINSTANCE.getMaterial_TemplateId(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference MATERIAL__CODE = eINSTANCE.getMaterial_Code(); /** * The meta object literal for the 'Name' containment reference feature. * * * @generated */ EReference MATERIAL__NAME = eINSTANCE.getMaterial_Name(); /** * The meta object literal for the 'Lot Number Text' containment reference feature. * * * @generated */ EReference MATERIAL__LOT_NUMBER_TEXT = eINSTANCE.getMaterial_LotNumberText(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute MATERIAL__NULL_FLAVOR = eINSTANCE.getMaterial_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute MATERIAL__CLASS_CODE = eINSTANCE.getMaterial_ClassCode(); /** * The meta object literal for the 'Determiner Code' attribute feature. * * * @generated */ EAttribute MATERIAL__DETERMINER_CODE = eINSTANCE.getMaterial_DeterminerCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.SupplyImpl Supply}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.SupplyImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getSupply() * @generated */ EClass SUPPLY = eINSTANCE.getSupply(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference SUPPLY__REALM_CODE = eINSTANCE.getSupply_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference SUPPLY__TYPE_ID = eINSTANCE.getSupply_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference SUPPLY__TEMPLATE_ID = eINSTANCE.getSupply_TemplateId(); /** * The meta object literal for the 'Id' containment reference list feature. * * * @generated */ EReference SUPPLY__ID = eINSTANCE.getSupply_Id(); /** * The meta object literal for the 'Code' containment reference feature. * * * @generated */ EReference SUPPLY__CODE = eINSTANCE.getSupply_Code(); /** * The meta object literal for the 'Text' containment reference feature. * * * @generated */ EReference SUPPLY__TEXT = eINSTANCE.getSupply_Text(); /** * The meta object literal for the 'Status Code' containment reference feature. * * * @generated */ EReference SUPPLY__STATUS_CODE = eINSTANCE.getSupply_StatusCode(); /** * The meta object literal for the 'Effective Time' containment reference list feature. * * * @generated */ EReference SUPPLY__EFFECTIVE_TIME = eINSTANCE.getSupply_EffectiveTime(); /** * The meta object literal for the 'Priority Code' containment reference list feature. * * * @generated */ EReference SUPPLY__PRIORITY_CODE = eINSTANCE.getSupply_PriorityCode(); /** * The meta object literal for the 'Repeat Number' containment reference feature. * * * @generated */ EReference SUPPLY__REPEAT_NUMBER = eINSTANCE.getSupply_RepeatNumber(); /** * The meta object literal for the 'Independent Ind' containment reference feature. * * * @generated */ EReference SUPPLY__INDEPENDENT_IND = eINSTANCE.getSupply_IndependentInd(); /** * The meta object literal for the 'Quantity' containment reference feature. * * * @generated */ EReference SUPPLY__QUANTITY = eINSTANCE.getSupply_Quantity(); /** * The meta object literal for the 'Expected Use Time' containment reference feature. * * * @generated */ EReference SUPPLY__EXPECTED_USE_TIME = eINSTANCE.getSupply_ExpectedUseTime(); /** * The meta object literal for the 'Subject' containment reference feature. * * * @generated */ EReference SUPPLY__SUBJECT = eINSTANCE.getSupply_Subject(); /** * The meta object literal for the 'Specimen' containment reference list feature. * * * @generated */ EReference SUPPLY__SPECIMEN = eINSTANCE.getSupply_Specimen(); /** * The meta object literal for the 'Product' containment reference feature. * * * @generated */ EReference SUPPLY__PRODUCT = eINSTANCE.getSupply_Product(); /** * The meta object literal for the 'Performer' containment reference list feature. * * * @generated */ EReference SUPPLY__PERFORMER = eINSTANCE.getSupply_Performer(); /** * The meta object literal for the 'Author' containment reference list feature. * * * @generated */ EReference SUPPLY__AUTHOR = eINSTANCE.getSupply_Author(); /** * The meta object literal for the 'Informant' containment reference list feature. * * * @generated */ EReference SUPPLY__INFORMANT = eINSTANCE.getSupply_Informant(); /** * The meta object literal for the 'Participant' containment reference list feature. * * * @generated */ EReference SUPPLY__PARTICIPANT = eINSTANCE.getSupply_Participant(); /** * The meta object literal for the 'Entry Relationship' containment reference list feature. * * * @generated */ EReference SUPPLY__ENTRY_RELATIONSHIP = eINSTANCE.getSupply_EntryRelationship(); /** * The meta object literal for the 'Reference' containment reference list feature. * * * @generated */ EReference SUPPLY__REFERENCE = eINSTANCE.getSupply_Reference(); /** * The meta object literal for the 'Precondition' containment reference list feature. * * * @generated */ EReference SUPPLY__PRECONDITION = eINSTANCE.getSupply_Precondition(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute SUPPLY__NULL_FLAVOR = eINSTANCE.getSupply_NullFlavor(); /** * The meta object literal for the 'Class Code' attribute feature. * * * @generated */ EAttribute SUPPLY__CLASS_CODE = eINSTANCE.getSupply_ClassCode(); /** * The meta object literal for the 'Mood Code' attribute feature. * * * @generated */ EAttribute SUPPLY__MOOD_CODE = eINSTANCE.getSupply_MoodCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.ProductImpl Product}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.ProductImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getProduct() * @generated */ EClass PRODUCT = eINSTANCE.getProduct(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference PRODUCT__REALM_CODE = eINSTANCE.getProduct_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference PRODUCT__TYPE_ID = eINSTANCE.getProduct_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference PRODUCT__TEMPLATE_ID = eINSTANCE.getProduct_TemplateId(); /** * The meta object literal for the 'Manufactured Product' containment reference feature. * * * @generated */ EReference PRODUCT__MANUFACTURED_PRODUCT = eINSTANCE.getProduct_ManufacturedProduct(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute PRODUCT__NULL_FLAVOR = eINSTANCE.getProduct_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute PRODUCT__TYPE_CODE = eINSTANCE.getProduct_TypeCode(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.Component5Impl Component5}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.Component5Impl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getComponent5() * @generated */ EClass COMPONENT5 = eINSTANCE.getComponent5(); /** * The meta object literal for the 'Realm Code' containment reference list feature. * * * @generated */ EReference COMPONENT5__REALM_CODE = eINSTANCE.getComponent5_RealmCode(); /** * The meta object literal for the 'Type Id' containment reference feature. * * * @generated */ EReference COMPONENT5__TYPE_ID = eINSTANCE.getComponent5_TypeId(); /** * The meta object literal for the 'Template Id' containment reference list feature. * * * @generated */ EReference COMPONENT5__TEMPLATE_ID = eINSTANCE.getComponent5_TemplateId(); /** * The meta object literal for the 'Section' containment reference feature. * * * @generated */ EReference COMPONENT5__SECTION = eINSTANCE.getComponent5_Section(); /** * The meta object literal for the 'Null Flavor' attribute feature. * * * @generated */ EAttribute COMPONENT5__NULL_FLAVOR = eINSTANCE.getComponent5_NullFlavor(); /** * The meta object literal for the 'Type Code' attribute feature. * * * @generated */ EAttribute COMPONENT5__TYPE_CODE = eINSTANCE.getComponent5_TypeCode(); /** * The meta object literal for the 'Context Conduction Ind' attribute feature. * * * @generated */ EAttribute COMPONENT5__CONTEXT_CONDUCTION_IND = eINSTANCE.getComponent5_ContextConductionInd(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.impl.DocumentRootImpl Document Root}' class. * * * @see org.openhealthtools.mdht.uml.cda.impl.DocumentRootImpl * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getDocumentRoot() * @generated */ EClass DOCUMENT_ROOT = eINSTANCE.getDocumentRoot(); /** * The meta object literal for the 'Mixed' attribute list feature. * * * @generated */ EAttribute DOCUMENT_ROOT__MIXED = eINSTANCE.getDocumentRoot_Mixed(); /** * The meta object literal for the 'XMLNS Prefix Map' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP = eINSTANCE.getDocumentRoot_XMLNSPrefixMap(); /** * The meta object literal for the 'XSI Schema Location' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = eINSTANCE.getDocumentRoot_XSISchemaLocation(); /** * The meta object literal for the 'Clinical Document' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__CLINICAL_DOCUMENT = eINSTANCE.getDocumentRoot_ClinicalDocument(); /** * The meta object literal for the '{@link org.openhealthtools.mdht.uml.cda.RegistryDelegate Registry Delegate}' class. * * * @see org.openhealthtools.mdht.uml.cda.RegistryDelegate * @see org.openhealthtools.mdht.uml.cda.impl.CDAPackageImpl#getRegistryDelegate() * @generated */ EClass REGISTRY_DELEGATE = eINSTANCE.getRegistryDelegate(); } } // CDAPackage




© 2015 - 2024 Weber Informatics LLC | Privacy Policy