コード例 #1
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public boolean validateSupplyActivityRepeatNumber(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyActivityRepeatNumber(this, diagnostics, context);
 }
コード例 #2
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryHasAssignedAuthor(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryHasAssignedAuthor(this, diagnostics, context);
 }
コード例 #3
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryMedicationFullfillmentInstructions(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryMedicationFullfillmentInstructions(
       this, diagnostics, context);
 }
コード例 #4
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public MedicationFullfillmentInstructions getMedicationFullfillmentInstructions() {
   return SupplyEntryOperations.getMedicationFullfillmentInstructions(this);
 }
コード例 #5
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryTemplateId(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryTemplateId(this, diagnostics, context);
 }
コード例 #6
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryQuantityHasValue(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryQuantityHasValue(this, diagnostics, context);
 }
コード例 #7
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryHasPerformerEntityPersonOrOrg(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryHasPerformerEntityPersonOrOrg(
       this, diagnostics, context);
 }
コード例 #8
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryHasPerformerAssignedEntityID(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryHasPerformerAssignedEntityID(
       this, diagnostics, context);
 }
コード例 #9
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateSupplyEntryHasPerformerTimeIntent(
     DiagnosticChain diagnostics, Map<Object, Object> context) {
   return SupplyEntryOperations.validateSupplyEntryHasPerformerTimeIntent(
       this, diagnostics, context);
 }