public class PlanOfCareSectionOperations
extends org.eclipse.mdht.uml.cda.operations.SectionOperations
The following operations are supported:
Validate Plan Of Care Section Template Id
Validate Plan Of Care Section Code
Validate Plan Of Care Section Title
Validate Plan Of Care Section Text
Validate Plan Of Care Section Plan Of Care Activity Act
Validate Plan Of Care Section Plan Of Care Activity Encounter
Validate Plan Of Care Section Plan Of Care Activity Observation
Validate Plan Of Care Section Plan Of Care Activity Procedure
Validate Plan Of Care Section Plan Of Care Activity Substance Administration
Validate Plan Of Care Section Plan Of Care Activity Supply
Get Plan Of Care Activities
Get Plan Of Care Activity Act
Get Plan Of Care Activity Encounter
Get Plan Of Care Activity Observation
Get Plan Of Care Activity Procedure
Get Plan Of Care Activity Substance Administration
Get Plan Of Care Activity Supply
GET_ACTS__EOCL_EXP, GET_ACTS__EOCL_QRY, GET_ENCOUNTERS__EOCL_EXP, GET_ENCOUNTERS__EOCL_QRY, GET_OBSERVATION_MEDIA__EOCL_EXP, GET_OBSERVATION_MEDIA__EOCL_QRY, GET_OBSERVATIONS__EOCL_EXP, GET_OBSERVATIONS__EOCL_QRY, GET_ORGANIZERS__EOCL_EXP, GET_ORGANIZERS__EOCL_QRY, GET_PROCEDURES__EOCL_EXP, GET_PROCEDURES__EOCL_QRY, GET_REGIONS_OF_INTEREST__EOCL_EXP, GET_REGIONS_OF_INTEREST__EOCL_QRY, GET_SECTIONS__EOCL_EXP, GET_SECTIONS__EOCL_QRY, GET_SUBSTANCE_ADMINISTRATIONS__EOCL_EXP, GET_SUBSTANCE_ADMINISTRATIONS__EOCL_QRY, GET_SUPPLIES__EOCL_EXP, GET_SUPPLIES__EOCL_QRY, HAS_ACT_TEMPLATE__STRING__EOCL_EXP, HAS_ACT_TEMPLATE__STRING__EOCL_QRY, HAS_CODE__STRING_STRING_STRING__EOCL_EXP, HAS_CODE__STRING_STRING_STRING__EOCL_QRY, HAS_ENCOUNTER_TEMPLATE__STRING__EOCL_EXP, HAS_ENCOUNTER_TEMPLATE__STRING__EOCL_QRY, HAS_OBSERVATION_MEDIA_TEMPLATE__STRING__EOCL_EXP, HAS_OBSERVATION_MEDIA_TEMPLATE__STRING__EOCL_QRY, HAS_OBSERVATION_TEMPLATE__STRING__EOCL_EXP, HAS_OBSERVATION_TEMPLATE__STRING__EOCL_QRY, HAS_ORGANIZER_TEMPLATE__STRING__EOCL_EXP, HAS_ORGANIZER_TEMPLATE__STRING__EOCL_QRY, HAS_PROCEDURE_TEMPLATE__STRING__EOCL_EXP, HAS_PROCEDURE_TEMPLATE__STRING__EOCL_QRY, HAS_REGION_OF_INTEREST_TEMPLATE__STRING__EOCL_EXP, HAS_REGION_OF_INTEREST_TEMPLATE__STRING__EOCL_QRY, HAS_SECTION_TEMPLATE__STRING__EOCL_EXP, HAS_SECTION_TEMPLATE__STRING__EOCL_QRY, HAS_SUBSTANCE_ADMINISTRATION_TEMPLATE__STRING__EOCL_EXP, HAS_SUBSTANCE_ADMINISTRATION_TEMPLATE__STRING__EOCL_QRY, HAS_SUPPLY_TEMPLATE__STRING__EOCL_EXP, HAS_SUPPLY_TEMPLATE__STRING__EOCL_QRY, HAS_TEMPLATE_ID__STRING__EOCL_EXP, HAS_TEMPLATE_ID__STRING__EOCL_QRY, VALIDATE_CLASS_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP, VALIDATE_CLASS_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV, VALIDATE_MOOD_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP, VALIDATE_MOOD_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Modifier | Constructor and Description |
---|---|
protected |
PlanOfCareSectionOperations() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<PlanOfCareActivity> |
getPlanOfCareActivities(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivityAct |
getPlanOfCareActivityAct(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivityEncounter |
getPlanOfCareActivityEncounter(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivityObservation |
getPlanOfCareActivityObservation(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivityProcedure |
getPlanOfCareActivityProcedure(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivitySubstanceAdministration |
getPlanOfCareActivitySubstanceAdministration(PlanOfCareSection planOfCareSection) |
static PlanOfCareActivitySupply |
getPlanOfCareActivitySupply(PlanOfCareSection planOfCareSection) |
static boolean |
validatePlanOfCareSectionCode(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivityAct(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivityEncounter(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivityObservation(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivityProcedure(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivitySubstanceAdministration(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionPlanOfCareActivitySupply(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionTemplateId(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionText(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validatePlanOfCareSectionTitle(PlanOfCareSection planOfCareSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
addAct, addEncounter, addObservation, addObservationMedia, addOrganizer, addProcedure, addRegionOfInterest, addSection, addSubstanceAdministration, addSupply, createStrucDocText, getActs, getAllSections, getClinicalDocument, getEncounters, getEntryTargets, getEntryTargets, getObservationMedia, getObservations, getOrganizers, getProcedures, getRegionsOfInterest, getSections, getSubstanceAdministrations, getSupplies, hasActTemplate, hasCode, hasEncounterTemplate, hasObservationMediaTemplate, hasObservationTemplate, hasOrganizerTemplate, hasProcedureTemplate, hasRegionOfInterestTemplate, hasSectionTemplate, hasSubstanceAdministrationTemplate, hasSupplyTemplate, hasTemplateId, validateClassCode, validateMoodCode
getClassCode, getInboundRelationships, getMoodCode, getNegationInd, getOutboundRelationships, getParticipations, isClassCodeDefined, isMoodCodeDefined
protected static final ThreadLocal<org.eclipse.ocl.ecore.OCL> EOCL_ENV
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_TEMPLATE_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Template Id
' operation.
validatePlanOfCareSectionTemplateId(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_TEMPLATE_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Template Id
' invariant operation.
validatePlanOfCareSectionTemplateId(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Code
' operation.
validatePlanOfCareSectionCode(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Code
' invariant operation.
validatePlanOfCareSectionCode(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_TITLE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Title
' operation.
validatePlanOfCareSectionTitle(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_TITLE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Title
' invariant operation.
validatePlanOfCareSectionTitle(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_TEXT__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Text
' operation.
validatePlanOfCareSectionText(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_TEXT__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Text
' invariant operation.
validatePlanOfCareSectionText(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_ACT__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Act
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_ACT__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Act
' invariant operation.
validatePlanOfCareSectionPlanOfCareActivityAct(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_ENCOUNTER__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Encounter
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_ENCOUNTER__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Encounter
' invariant operation.
validatePlanOfCareSectionPlanOfCareActivityEncounter(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_OBSERVATION__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Observation
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_OBSERVATION__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Observation
' invariant operation.
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_PROCEDURE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Procedure
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_PROCEDURE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Procedure
' invariant operation.
validatePlanOfCareSectionPlanOfCareActivityProcedure(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_SUBSTANCE_ADMINISTRATION__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Substance Administration
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_SUBSTANCE_ADMINISTRATION__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Substance Administration
' invariant operation.
protected static final String VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_SUPPLY__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Plan Of Care Section Plan Of Care Activity Supply
' operation.
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PLAN_OF_CARE_SECTION_PLAN_OF_CARE_ACTIVITY_SUPPLY__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Plan Of Care Section Plan Of Care Activity Supply
' invariant operation.
validatePlanOfCareSectionPlanOfCareActivitySupply(PlanOfCareSection, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_ACT__EOCL_EXP
Get Plan Of Care Activity Act
' operation.
getPlanOfCareActivityAct(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_ACT__EOCL_QRY
Get Plan Of Care Activity Act
' query operation.
getPlanOfCareActivityAct(PlanOfCareSection)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_ENCOUNTER__EOCL_EXP
Get Plan Of Care Activity Encounter
' operation.
getPlanOfCareActivityEncounter(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_ENCOUNTER__EOCL_QRY
Get Plan Of Care Activity Encounter
' query operation.
getPlanOfCareActivityEncounter(PlanOfCareSection)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_OBSERVATION__EOCL_EXP
Get Plan Of Care Activity Observation
' operation.
getPlanOfCareActivityObservation(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_OBSERVATION__EOCL_QRY
Get Plan Of Care Activity Observation
' query operation.
getPlanOfCareActivityObservation(PlanOfCareSection)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_PROCEDURE__EOCL_EXP
Get Plan Of Care Activity Procedure
' operation.
getPlanOfCareActivityProcedure(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_PROCEDURE__EOCL_QRY
Get Plan Of Care Activity Procedure
' query operation.
getPlanOfCareActivityProcedure(PlanOfCareSection)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_SUBSTANCE_ADMINISTRATION__EOCL_EXP
Get Plan Of Care Activity Substance Administration
' operation.
getPlanOfCareActivitySubstanceAdministration(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_SUBSTANCE_ADMINISTRATION__EOCL_QRY
Get Plan Of Care Activity Substance Administration
' query operation.
getPlanOfCareActivitySubstanceAdministration(PlanOfCareSection)
protected static final String GET_PLAN_OF_CARE_ACTIVITY_SUPPLY__EOCL_EXP
Get Plan Of Care Activity Supply
' operation.
getPlanOfCareActivitySupply(PlanOfCareSection)
,
Constant Field Valuesprotected static org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> GET_PLAN_OF_CARE_ACTIVITY_SUPPLY__EOCL_QRY
Get Plan Of Care Activity Supply
' query operation.
getPlanOfCareActivitySupply(PlanOfCareSection)
protected PlanOfCareSectionOperations()
public static boolean validatePlanOfCareSectionTemplateId(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionCode(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionTitle(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionText(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivityAct(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivityEncounter(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivityObservation(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivityProcedure(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivitySubstanceAdministration(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validatePlanOfCareSectionPlanOfCareActivitySupply(PlanOfCareSection planOfCareSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
planOfCareSection
- The receiving 'Plan Of Care Section' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static org.eclipse.emf.common.util.EList<PlanOfCareActivity> getPlanOfCareActivities(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivityAct getPlanOfCareActivityAct(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivityEncounter getPlanOfCareActivityEncounter(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivityObservation getPlanOfCareActivityObservation(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivityProcedure getPlanOfCareActivityProcedure(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivitySubstanceAdministration getPlanOfCareActivitySubstanceAdministration(PlanOfCareSection planOfCareSection)
public static PlanOfCareActivitySupply getPlanOfCareActivitySupply(PlanOfCareSection planOfCareSection)
Copyright © 2019. All rights reserved.