/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ @Override public boolean validateSupplyActivityRepeatNumber( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyActivityRepeatNumber(this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryHasAssignedAuthor( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryHasAssignedAuthor(this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryMedicationFullfillmentInstructions( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryMedicationFullfillmentInstructions( this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public MedicationFullfillmentInstructions getMedicationFullfillmentInstructions() { return SupplyEntryOperations.getMedicationFullfillmentInstructions(this); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryTemplateId( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryTemplateId(this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryQuantityHasValue( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryQuantityHasValue(this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryHasPerformerEntityPersonOrOrg( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryHasPerformerEntityPersonOrOrg( this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryHasPerformerAssignedEntityID( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryHasPerformerAssignedEntityID( this, diagnostics, context); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public boolean validateSupplyEntryHasPerformerTimeIntent( DiagnosticChain diagnostics, Map<Object, Object> context) { return SupplyEntryOperations.validateSupplyEntryHasPerformerTimeIntent( this, diagnostics, context); }